#5311 closed defect (fixed)
dojox.layout.ScrollPane breaks in Internet Explorer because of scrollHeight
Reported by: | sos | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Layout | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Internet Explorer 7, the ScrollPane? breaks because it tries to set a negative height or width of an element, while Firefox allows this. The solution is to ensure that the size cannot be negative
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | ScrollPane_IE_scrollHeight.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dojox → DojoX Layout |
---|
Note: See
TracTickets for help on using
tickets.
Patch to fix this issue