Custom Query (7259 matches)
Results (103 - 105 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15112 | fixed | update build system to use latest version of grunt | ||
Description |
We would like to build jquery ui in debian from the source repo. We already have grunt 1.0.1 in debian, but jquery-ui is using grunt 0.4.5. When we try to build jquery ui using grunt 1.0.1 , we get the following error, $ grunt --verbose Initializing Command-line options: --verbose Reading "Gruntfile.js" Gruntfile...OK Registering Gruntfile tasks. Loading "Gruntfile.js" tasks...ERROR >> TypeError: grunt.util._.pluck is not a function >> at expandFiles (/home/pravi/forge/debian/git/pkg-javascript/jqueryui/Gruntfile.js:95:22) >> at Object.module.exports (/home/pravi/forge/debian/git/pkg-javascript/jqueryui/Gruntfile.js:21:13) >> at loadTask (/usr/lib/nodejs/grunt/lib/grunt/task.js:318:10) >> at Task.task.init (/usr/lib/nodejs/grunt/lib/grunt/task.js:437:5) >> at Object.grunt.tasks (/usr/lib/nodejs/grunt/lib/grunt.js:111:8) >> at Object.module.exports [as cli] (/usr/lib/nodejs/grunt/lib/grunt/cli.js:27:9) >> at Object.<anonymous> (/usr/lib/nodejs/grunt-cli/bin/grunt:49:20) >> at Module._compile (module.js:409:26) >> at Object.Module._extensions..js (module.js:416:10) >> at Module.load (module.js:343:32) >> at Function.Module._load (module.js:300:12) >> at Function.Module.runMain (module.js:441:10) >> at startup (node.js:139:18) >> at node.js:974:3 Please make it possible to build jquery-ui using grunt 1.0.1 |
|||
#15111 | patcheswelcome | Accessibility: Visual Focus Indicator is inconsistent on IE 11 | ||
Description |
JSFiddle: https://jsfiddle.net/pastorjayrich/crvh9ava/
Expected: Browser provided visual focus indicator should be present when navigating tas with either the tab key or arrow keys. Actual: Tabbing into and out of the "tabs" causes the VFI to appear. Also, on mouseover of an active tab, the VFI will suddenly reappear. |
|||
#15109 | fixed | button: compatibility layer with checkboxradio breaking the prototype | ||
Description |
Calling $('selector').button() on multiple mixed elements including both input-checkbox and simple a link doesn't work anymore with 1.12. I created a simple jsbin to reproduce the issue: https://jsbin.com/ticaxovima/1/edit?html,js,console,output Maybe the compatibility layer to call "checkboxradio" widget instead of the button widget leaves garbage in the button widget. |