#3399 closed defect (fixed)
bottom tab labels cutoff on themeTester.html
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Doesn't happen on FF2, but happens on IE6/7 and also safari.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
(In [9084]) Fix sizing of main splitcontainer on FF. This test really needs to use a LayoutContainer? to get everything sized in a browser independent way (see the 0.4 mail demo as an example), but this is a stopgap measure.
Refs #3399.
Note: See
TracTickets for help on using
tickets.
(In [9079]) Fix bottom tab labels getting cutoff on themeTester.html. Once again proving the danger of querying a node's size immediately after setting it. Fixes #3399.