Custom Query (7259 matches)
Results (115 - 117 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15089 | notabug | bower distribution of jquery-ui does not include minified widgets | ||
Description |
We download jquery-ui using bower, and we AMD 'require' it in using require.js. Roughly something like: requirejs.config({ paths: { 'jquery-ui': 'bower_components/jquery-ui/ui', } }); And then we do something like require("jquery-ui/widgets/sortable" ...) but that points to non-minified code. I would have expected to configure requirejs like this: requirejs.config({ paths: { 'jquery-ui': 'bower_components/jquery-ui/ui/minified', } }); since there is a minified copy of all files like form.js, tabbable.js, etc. in the minified directory. BUT the problem is there is no minified/widgets directory. All the files in the 'ui' directory (AND any sub-directories like widgets and effects) should ALSO be in the minified directory. That way, requirejs can point to either jquery-ui/ui or jquery-ui/ui/minified and get the same set of files. |
|||
#15088 | notabug | selectmenu not compatible to IE 7 | ||
Description |
The demo site of jQueryUI itself http://jqueryui.com/selectmenu/ does not work when using IE 11 under Win7, 64bit when opening development tools (F12) and selecting compatibility to IE 7 or IE 5. Error: "Mitglied nicht gefunden" (I use german IE). It means "Member not found". The error occurs at line 25 of default.html:
And finally at line 8579 in jquery-1.12.4.js:
The selectmenu in question will not be shown. When debugging and skipping the 1st selectmenu statement then it will be shown but the 2nd one is missing. |
|||
#15087 | duplicate | jQuery UI Date Picker Bug 2001 | ||
Description |
When using an icon trigger, if the date is preset to a 2001 date. When changing date using the calender picker. The year field will not update. To reproduce: https://jqueryui.com/datepicker/#icon-trigger
|