Opened 12 years ago
Closed 7 years ago
#9210 closed defect (wontfix)
VerticalSlider: height inaccurate in IE7/8 strict mode
Reported by: | aaronreed | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dijit - Form | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have found that if I create a vertical slider with a given height, it exceeds that value. This only seems to happen on IE7. IE6, Firefox and Safari show the vertical slider as the correct height. This happens with dojo 1.1.1 - dojo 1.3.0
Attachments (2)
Change History (12)
Changed 12 years ago by
Attachment: | test5.html added |
---|
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Douglas Hays |
Thanks for the test case.
comment:2 follow-up: 5 Changed 12 years ago by
Misrenders in IE 8 as well, but works in quirks mode as a workaround.
comment:3 follow-up: 7 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Summary: | VerticalSlider: height inaccurate in IE7 → VerticalSlider: height inaccurate in IE7/8 strict mode |
I don't see an obvious fix to this. Applying a calculated height works until the table is resized and then the original height:100% would have to be reapplied to see how much the table needs to shrink and that causes flicker.
comment:4 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please reopen if a solution can be found.
comment:5 Changed 11 years ago by
Replying to doughays:
Misrenders in IE 8 as well, but works in quirks mode as a workaround.
That is not a workaround. Quirks mode is poison and sure to unravel other Dijit bits.
comment:6 Changed 11 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:7 Changed 11 years ago by
Replying to doughays:
I don't see an obvious fix to this. Applying a calculated height works until the table is resized and then the original height:100% would have to be reapplied to see how much the table needs to shrink and that causes flicker.
Using height:100% is always asking for trouble. Changing the height can be done without flicker (all depends on when you do it).
comment:9 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:10 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
testcase