Custom Query (13852 matches)
Results (16 - 18 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#9464 | invalid | Dom load issues with version 1.5 - 1.6.1 except 1.6 | ||
Description |
Dom load issues with version 1.5 - 1.6.1 except 1.6 |
|||
#13942 | invalid | Blur doesn't work on IE 9 | ||
Description |
Using a password field, I was trying to run code on the blur event. For some reason it was firing inconsistently. Code runs fine on 1.10.0 $("#password").on('blur', function() { // Code won't run on blur :( }) |
|||
#11328 | fixed | Ctrl key doesn't set event.metaKey to true on Windows | ||
Description |
#3368 was supposed to remove mapping of Ctrl key to event.metaKey on Mac platform, but it also removed this mapping on Windows (tested on Windows 7 and XP SP3). jQuery 1.6.4 sets event.metaKey to true when you hold Ctrl, but jQuery 1.7.1 does so only in IE6-8. In IE9, Chrome 16, Firefox 10 and Opera 11.6 it always sets metaKey to false. See the demonstration: http://jsfiddle.net/ubfMJ/ |
Note: See TracQuery
for help on using queries.