Custom Query (13852 matches)
Results (31 - 33 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14715 | invalid | "Promise" function resetting numbered bullets to zero | ||
Description |
JSBin Link: http://jsbin.com/iViSIxo/2/watch?html,js,output Browsers effected: Internet Explorer only (tested in version 9) Description: Building an accordion plugin, the "Promise" function appears to re-set numbered bullets to zero following animation. In the JSBin example, follow the steps below in Internet Explorer to re-produce the issue
Upon removing the surrounding "Promise" method, the problem does not happen. |
|||
#8869 | wontfix | "Regular expression too complex" in Firefox 4 | ||
Description |
In Firefox 4 on OS X 10.6.7, the line below caused a JS error of "regular expression too complex": $("#top *[contenteditable=true").keyup(function() { return false; }); Adding in the right bracket fixed it, as follows: $("#top *[contenteditable=true]").keyup(function() { return false; }); The first version did NOT throw an error in FF 3.6.16 (or any tested version of Chrome or Safari). Testable here: http://jsfiddle.net/nathanlogan/z9z64/ |
|||
#14448 | notabug | "Script3: Member not found" in IE7 Error in IE 10 "when IE7 is manually set by the user in IE10. " | ||
Description |
Recently some of the websites we built all came with the error "Script3: Member not found" in IE7-8, and it's a nightmare... |