Search and Top Navigation
#5492 closed bug (invalid)
Opened April 07, 2010 10:54PM UTC
Closed October 31, 2012 08:57AM UTC
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"
Attachments (0)
Change History (3)
Changed October 03, 2012 05:03PM UTC by comment:1
milestone: | 1.next → 1.11.0 |
---|
Changed October 16, 2012 08:55PM UTC by comment:2
owner: | → byronlai |
---|---|
status: | new → pending |
summary: | DatePicker when used in IE6 has ADA issues → DatePicker: when used in IE6 has ADA issues |
Can you provide a reduced testcase?
Changed October 31, 2012 08:57AM UTC by comment:3
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!