#7453 closed defect (fixed)
BorderContainer: splitter max is broken
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In most of the test examples, you can drag the splitter beyond the edge of the next panel, which should not be allowed. In some cases, where there are only two panels across, you can drag it off the screen where it cannot come back.
Change History (9)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
[15028] is causing errors on page unload (tested on IE, themeTester.html).
The counterpart of this.connect() is this.disconnect(), not dojo.disconnect(), but you don't need to call this.disconnect() (or dojo.disconnect()) at all, because it's automatically called on widget destroy. Also, the third argument to this.connect() should just be a string, not a dojo.hitch() call.
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [15022]) make measurements match test. Refs #7453