Custom Query (7259 matches)
Results (31 - 33 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5479 | invalid | Cannot override z-index on datepicker | ||
Description |
I use a custom z-index manager to control stacking of dynamic elements on the screen. I need to be able to specify the z-index of the date picker box before it opens. However, if I attempt to do so in the beforeShow event, the setting gets overwritten after beforeShow exits. The default z-index needs to be set before the beforeShow handler gets called so custom scripts can change it before it opens. |
|||
#5483 | invalid | Links in sortable dont work in firefox for linux | ||
Description |
nothing happen when click link in folowing sortable sample! in linux firefox. <div class="column"> <div class="portlet"> <div class="portlet-header">Header</div> <div class="portlet-content"> <a href="link.html">Test Link</a> </div> </div> |
|||
#5492 | invalid | DatePicker: when used in IE6 has ADA issues | ||
Description |
jQuery UI Datepicker 1.7.2 Line 133 in jquery-ui-1.7.2.custom.min.js
buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe title="DatePicker" src="javascript:false;" class="ui-datepicker-cover" |