Opened 13 years ago
Closed 10 years ago
#5492 closed bug (invalid)
DatePicker: when used in IE6 has ADA issues
Reported by: | byronlai | Owned by: | byronlai |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8 |
Keywords: | ADA IFRAME | Cc: | |
Blocked by: | Blocking: |
Description
When DatePicker is used in IE version <7, the iframe date is shown. However, the iFrame is not ADA compliant. It is missing a title. So, please update the code in the library from "<iframe" tag to become "<iframe title="DatePicker" ).
jQuery UI Datepicker 1.7.2 Line 133 in jquery-ui-1.7.2.custom.min.js
Note the change: <iFrame to <iframe title="DatePicker"
buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe title="DatePicker" src="javascript:false;" class="ui-datepicker-cover"
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | 1.next → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Owner: | set to byronlai |
---|---|
Status: | new → pending |
Summary: | DatePicker when used in IE6 has ADA issues → DatePicker: when used in IE6 has ADA issues |
comment:3 Changed 10 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!
Can you provide a reduced testcase?