Opened 10 years ago
Closed 9 years ago
#13090 closed defect (invalid)
dojox.widget.RollingList breaks with IE8
Reported by: | ca | Owned by: | ca |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Widgets | Version: | 1.6.1 |
Keywords: | RollingList | Cc: | Maastermedia |
Blocked By: | Blocking: |
Description
I upgraded dojo some days ago from 1.4.3 to 1.6.1. Now dojox.widget.RollingList? is broken when I use it in Internet Explorer 8, Firefox 4.0 it works fine. The bug can be reproduced in the normal test file unter widget/tests/test_RollingList.html
The bug didn't occure in dojo 1.6.0 but there I have problems with the DataGrid?.
I hope I gave you enough information. The bug is very urgent to me ...
P.S. the arrows behind items with children are missing since dojo 1.3.0 or so. you have to change dojo.style(this.arrowWrapper, "display", ""); to dojo.style(this.arrowWrapper, "visibility", ""); line 998 and 1001
Change History (8)
comment:1 Changed 10 years ago by
comment:4 Changed 9 years ago by
this ticket is a 1.8 blocker because it was moved automatically from high to blocker at some point. See:
"Bulk update of open ticket priorities."
that's why I think we can downgrade it to not block the release.
comment:5 Changed 9 years ago by
Priority: | blocker → high |
---|
comment:7 Changed 9 years ago by
Cc: | Maastermedia added |
---|---|
Owner: | changed from dante to ca |
Status: | new → pending |
This is working fine for me in trunk, and also the 1.7 branch, except for the non-browser-specific #15702 bug that I just fixed. I tried it in "IE7 mode" and "IE8 compatibility mode" too. What are the exact steps to reproduce the problem, what is the expected result, and what is the actual result? (Or does it not happen anymore?)
comment:8 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
I can confirm broken dojox.widget.RollingList? in Internet Explorer 8 with compatibility mode on.