Custom Query (7259 matches)
Results (70 - 72 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15161 | notabug | Bower and Google CDN files are different | ||
Description |
jquery-ui.min.js obtained from Bower is different from that obtained from http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js by a backslash character in line 7 column 12704. I'm computing the subresource integrity hash using the file from Bower, in order to ensure that the same file on Google isn't tampered with. The missing backslash character on the Google version seems to be an unintentional tampering. |
|||
#15157 | fixed | Can focus menu dividers with the keyboard | ||
Description |
jsFiddle:https://jsfiddle.net/bmu3k2w3/2/
|
|||
#15156 | notabug | When extending menu widget, calling this._super() on focus event causes error | ||
Description |
Calling this._super() on the focus event when extending the menu widget causes 'e is undefined' error. |