Opened 12 years ago
Closed 12 years ago
#8438 closed defect (worksforme)
IE8: themeTester resizing doesn't work
Reported by: | sakura | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See themeTester.html. Resizing the browser window doesn't resize the BorderContainer correctly. The bottom TabContianer gets an incorrect height so that you can't see the tab labels.
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
seems to work fine on the new IE8RC1!
Note: See
TracTickets for help on using
tickets.
(In [16483]) Adam caught this, that on page resize, _LayoutWidget.resize() is being called with the event object as an argument. It should just be called with no arguments (as the comment in the code says), so that the widget can glean it's own size. Refs #8438 !strict.