Skip to main content

Search and Top Navigation

Ticket #5052: ui.datepicker.ie8.disabled.displaynone.fix.patch


File ui.datepicker.ie8.disabled.displaynone.fix.patch, 0.2 KB (added by viraj.kanwade, January 08, 2010 03:59AM UTC)

Patch to fix the issue

572c572
< 			if (inst.input[0].type != 'hidden')
---
> 			if (inst.input[0].type != 'hidden' && inst.input[0].disabled == false && $(inst.input[0]).is(":visible") == true)

Download in other formats:

Original Format