Opened 9 years ago
Closed 9 years ago
#14722 closed defect (fixed)
Tutorial version selector broken in IE8
Reported by: | Rick Lacy | Owned by: | Kitson Kelly |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | Website | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you navigate to the tutorials page and try to select the dojo version in IE8 (probably other IE, too - haven't tested) the address becomes http://dojotoolkit.org/documentation/?ver=
The ver parameter didn't get a value. I believe this is because the value attribute is missing from the options in the versionSelector select. Most browsers would probably work, but IE8 needs this I think.
Thanks for keeping both versions, btw - very helpful!
Change History (5)
comment:1 Changed 9 years ago by
Status: | new → open |
---|
comment:2 Changed 9 years ago by
Cc: | Kitson Kelly added |
---|
comment:3 Changed 9 years ago by
Cc: | Kitson Kelly removed |
---|---|
Milestone: | tbd → 1.8 |
Owner: | changed from itorrey to Kitson Kelly |
Priority: | undecided → blocker |
Status: | open → assigned |
comment:4 Changed 9 years ago by
Fixed IE8<= issue in revision 1915 of dojotoolkit.org. When a value is not supplied on the option tag for a select, the event does not contain a target value, where as on "modern" browsers if there is no value specified, the option label is substituted instead.
Will look at IE9 issues now.
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
No other confirmed issues, closing.
Looks to me like the tutorials section of the web site needs a review and some clean-up for IE8 and IE9 in general (apparently the top third of the header is cut-off for IE9 users). Kitson, would you mind working through this and let me know if you need changes pushed to staging to test?