Custom Query (7259 matches)
Results (166 - 168 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15016 | fixed | dialog: button icons settings have no effect | ||
Description |
Version 1.12.0 appears to break the icons setting for dialog buttons. Here's a jsFiddle https://jsfiddle.net/harpojaeger/hmanoLof/ showing that the setting has no effect (the rest of the dialog and, as far as I can tell, all the other settings, work fine). Downgrading the jQuery UI version from 1.12.0 to 1.11.4 (https://jsfiddle.net/harpojaeger/9vgyfe6v/1/) causes the icons to display as expected. See my Stack Overflow question on this topic for more details: http://stackoverflow.com/questions/38552143/jquery-ui-modal-dialog-button-icons-do-not-appear. I'm a relative newbie at jQuery, but I'd be excited to try my hand at a patch if this bug can be verified. |
|||
#15015 | wontfix | jquery-ui + browserify not work | ||
Description |
jQuery 3.1.0 and jQuery UI 1.12.0 with browserify not work/ Hire is step by step instruction and github test project
npm install --save jquery jquery-ui in time this report written npm insalled "jquery": "3.1.0", "jquery-ui": "1.12.0"
window.$ = window.jQuery = require("jquery"); require('jquery-ui'); $(function(){ $('#qwerty').draggable(); }); 3.compile them with browserify browserify --debug index.js -o dist/index.js
<head> <script src="dist/index.js"></script> </head> <body> <div id="qwerty" style="position: absolute; width: 100px; height: 100px; background-color: #0b3e6f">123</div> </body> finally we should get draggable div. But insted got this error in chrome console jQuery.Deferred exception: $(...).draggable is not a function TypeError: $(...).draggable is not a function at HTMLDocument. undefined index.js [sm]:10Uncaught TypeError: $(...).draggable is not a function any other jquery UI widget get the same error so this is not just draggable error. i create simple test app as written above to demonstrate my problem |
|||
#15014 | duplicate | Jquery UI Datepicker Accessiblity | ||
Description |
Hi, I would like to know the timelines for including W3C Web content Accessibility support for calendar component. Is it going to be part of 1.13 version , if so what are the timelines for 1.13 version ? Do you have any easy temporary fix until the version 1.13 releases? |