Opened 10 years ago
Closed 10 years ago
#13179 closed defect (wontfix)
BorderContainer height in Internet Explorer
Reported by: | smellycat | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The height of the BorderContainer? is not always correct in Internet Explorer. When the BorderContainer? is in a cell of a table containing more than one row the BorderContainer? goes below the viewable area. In Firefox or Chrome the BorderContainer? does not go below the viewable area.
online example: http://ktiedt.dojotoolkit.org/examples/robert/
or see the attachment for an example
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | border.html added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
I think this is more a problem with IE than with BorderContainer?. Slider has the same issue. See #9210. Note this works ok in quirks mode.
comment:4 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Yah, I guess so, 100% height setting for tables is always problematic.
Note: See
TracTickets for help on using
tickets.
The online example actually uses a BorderContainer? inside another BorderContainer? which works. The attachment example uses a BorderContainer? inside a table cell and that causes a problem.