Themeroller page not working, downloading give 502 Bad Gateway
The themeroller page isn't working. I used the link given in the CSS I downloaded from a previous download and it doesn't render the elements correctly. Changing the attributes, such as color, font, etc. has no effect on the rendering either. Starting from a new blank themeroller also doesn't work. Clicking on "Download Theme" take you to the page to select the specifics about the theme, but clicking "Download" at the bottom give a 502 Bad Gateway error reported from Cloudflare (Seattle). This has
Custom download does not work? ...
Custom download does not work? ... tells me that it is down
ThemeRoller does not work
for several days ThemeRoller does not work because urls such as https: //download.jqueryui.com/themeroller/parsetheme.css? ffDefault = Luci .... returns a 502 error. Is this normal?
download for jquery UI 1.12 minified
To upgrade my web form 2010 .net application that currently uses the oldest version of jquery ui, I would like to obtain the latest code for jquery-ui-1.12.1.custom.min.js. I basically would like to obtain the jquery UI version 1.12.1 custom that obtains the minified version. The best I can find on the internet is the following download url: https://jqueryui.com/download/all/ . This is fine but the download contains more files that I do not need. Do I need the jquery-ui-1.12.1/jquery-ui.min.js file
Increase Accessibility of Datepicker Widget
Is it possible to add a role and aria-label to the div created on the popup calendar on the datepicker widget? I believe this is the correct division <div id="ui-datepicker-div" .... Something like this will work <div id="ui-datepicker-div" role="complementary" aria-label="JQuery Datepicker" ... When aria or HTML5 landmarks are used on the page, but not all content is included, an accessibility issue occurs. When using HTML5 or WAI-ARIA landmarks it is best practice to include all content
When is the next release of jQuery UI due please?
I'm using 1.12.1 and bug #15078 is due for release in the next version. I can't see anywhere on the blog indicating the next planned release date. Thanks,
jQuery UI via npm doesn't contain built js files
Hi, I tried to switch to npm from Bower for installing jQuery UI, but the npm package doesn't contain the built files. Now that Bower is being deprecated, it would be much appreciated if the npm package could include the built files. Many thanks :)
Sortable distance deprecated NO NO NO NO
This is NOT a brilliant idea. The reason given is user interaction should be instant and / or handles should be used. This is absolutely not true. For instance, you may have items that can be clicked OR sorted... clumsy clicking will move the object a pixel or two instigating sort when the user needed a click. I know of several cases like this where a single click evokes help, a double click evokes and edit or dragging evokes a new position... as in navigation editors, etc.
Disapointed with new Button icons option
Been really busy and was just tasked with looking into upgrading to the latest jquery ui, however I am very disappointed with the button icons as functionality has been removed. We have developed a few web apps, and many of them have buttons with an icon on the left and a drop down icon on the right. With 1.12 it seems that a button can now only have 1 icon, thus removing functionality. Why not leave the icons option, instead it should consist of objects of icon objects ( {icon:"ui-icon-plus", "icon-position":"top"}
dialogClass option deprecated -- please don't!
The Dialog API for "dialogClass" says: dialogClass The specified class name(s) will be added to the dialog, for additional theming. The dialogClass option has been deprecated in favor of the classes option, using the ui-dialog property. (version deprecated: 1.12) I want to be able identify elements of a particular dialog, so I can modify their -- and only their -- styles. I don't see how the "classes" option allows me to do this, while assigning a custom class to a particular dialog works as I
The explode effect needs some serious performance improvement
It works really slowly, especially when requestAnimationFrame isn't supported, or when on a mobile device, or when you set the pieces parameter to 25 or more. Here's a live demo: jQuery Explode VS pure JS Explode (performance comparison). Try it! Try setting the pieces option to 10 (10x10 = 100 pieces). Depending on the device and browser, either the animation will be very jumpy, or there will be no animation at all. There are two problems with the jQuery effect: 1) As far as I know, most jQuery
sortable - need more examples
page: https://api.jqueryui.com/sortable/ Sortable need more examples, better examples. Typical, you need move items and send all ids to server. I not found good example. Not full example. Not for methods. Good example i found on https://codepen.io/Sinetheta/pen/qvbCr Code: HTML <ul id="image-list1" class="sortable-list"> <li id="a">A</li> <li id="b">B</li> <li id="c">C</li> </ul> <ul id="image-list2" class="sortable-list"> <li id="1">1</li> <li id="2">2</li> <li id="3">3</li> </ul> JS:
How can I attach two different callbacks to one jQuery UI widget?
With custom jQuery Ui widget, you can attach your own callback functions to it by passing options to the plugin. However, if I want to attach one callback to "generate_img" event and later on another different but not mutually exclusive behaviour to the same widget event "generate_img", the later one will replace, instead of adding to the existing behaviour. Is there a way to solve this problem? Thanks.
Bug in QJueryUI TAB widget
Hi all, I just found out a bug in JQuery TAB widget. The bug occurs when you invoke the page which contains the widget with a different URL. For Example: OK: http://localhost/page_with_tab_widget.html NOK: http://myseleniumuser:password@localhost/page_with_tab_widget.html Both URL are actually the same, the first URL is normally used by human beings, because the browser knows automatically when basic-auth is required, shows a dialog, and then continues with the basic-auth header. But when you want
datePicker changeMonth and changeYear selectors need title text (Accessibility)
A compliance checking tool such as Wave http://wave.webaim.org/ reports an error on the month and year selectors, because they have neither label nor title text. The easiest solution would be to add title text, which should of course accommodate localization.
jQuery Autocomplete Duplicate Remove event listener
While trying to determine what was slowing down my autocomplete text box, I noticed that every time the user types in the target text box the number of event listeners would go up. It looks like autocomplete is adding duplicate "remove" events to the target. This can be reproduced by adding the following line to the default autocomplete example at https://jqueryui.com/autocomplete/ . response: function (e, ui) { console.log( jQuery._data( $("#tags")[0], "events" ) ); } When looking
checkboxradio widget: checkbox click doesn't work with UI lightness theme
It seems that checkboxradio widget doesn't work correctly for checkbox inputs when using UI lightness theme. Nothing happens when checkbox is clicked. I prepared a fiddle here: https://jsfiddle.net/d8hkmuvn/ The same happens with Le Frog theme for example. I'm using UI lightness without any modification. I also notice some changes in icon placement and button width after upgrade to version 1.12. Here's the comparisson: v1.12.1 https://jsfiddle.net/5c7ycm3a/ v1.11.4 https://jsfiddle.net/5c7ycm3a/2/I
Draggable sets real height and width on container
A similar bug was originally reported in 2014 and appears to have been addressed, but it's still there. Fiddle is self-explanatory (shows height issue only, but there's a width issue as well). https://jsfiddle.net/marvmartian/umuw0kzz/ A decent workaround is to save the container width/height in the start: handler, and restore it in stop: handler. But that shouldn't be necessary...
Datepicker request
i am hoping to open this title to correct place. Is it possible to have functionality like functionality this calendar has. https://forum.jquery.com/topic/clickable-title when you click april you see all months in a box. And when you click year you will see years in a box. Same principle is valid in windows calendar too. Thanks.
1.12.0-rc.2 - controlgroup inside dialog boxes
Hi - I'm new here so please forgive me if I've missed something. I'm upgrading our app to cope with the breaking changes in the forthcoming release of jQUI 1.12.0. Currently testing under rc2. I've noticed a possible problem with checkbox controlgroups inside dialog boxes - it seems that the 'checks' are misaligned. You can see a fiddle for it here: https://jsfiddle.net/mvqhonqv/ If you remove the .dialog section from the bottom of the JS and run again, the ticks show properly. It seems to be just
Publishing jQuery-UI version 1.11.2 to npm
We recently moved to npm from bower. Unfortunately version 1.11.2 is not supported in npm as its nor published. jQuery-UI version 1.11.2 was recently approved for eclipse smarthome project by eclipse CQ team(which took almost 3 months). But as npm does not have 1.11.2 the development of some features is halted. I know it a lot to ask but it would be really great if we could get version 1.11.2 published to npm. Approved CQ for jQuery-UI: https://github.com/eclipse/smarthome/pull/788#issuecomment-168435447
I've Developed TreeView Control
I've developed TreeView Control based on JSON model, how can I submit it to jQuery UI project to be tested and get implemented?
Creating a custom native Select Button [GSoC '16]
Hi, I'm Srimukh, a senior undergrad from BITS Pilani Goa Campus, Goa, India. I would like to work on the following project listed under GSoC '16 page: https://github.com/jquery/gsoc/wiki/GSoC-2016-Ideas-List#jquery-ui---native-select-button From my understanding of the description of the idea, the task is to create a custom native Select Menu Button. It is similar to what is already implemented in jquery-mobile(http://demos.jquerymobile.com/1.4.5/selectmenu/). The Select Menu widget that jquery-ui
When will the NPM package be updated to 1.11?
The blog post for 1.12 Beta mentions that the npm package is now maintained by the jQuery UI team, which is cool, in this wasn't the case. Unfortunately, the npm still serves 1.10.5 as the latest release. Is there any reason that 1.11 hasn't been published on npm? And if not, when will the latest version be published?
Can I talk about my apply to GSOC2016 here?
I am interested in the jquery-ui project, but there is no mailing list on the gsoc idea page. I have asked the same question on irc channel, but no reply. Sorry to bother.
jQuery UI 1.12.0 Beta 1 Draggable bug?
In a fixed (or absolute) positioned element with either "bottom" and/or "right" styles set, Draggable does not work. It gets resized rather than being dragged. (tested on Win7/OSX/Chrome 47/Firefox). This works as expected on 1.11.4 but not in 1.12.0 Beta 1. Sample code: <!doctype html> <html lang="en"> <head>
menu widget - items without text marked as dividers
I would like to be able to have a ui-menu-item that consists solely of an icon. With the widget currently, this will become a divider. Please note my pen: demo This is due to the decision code which merely looks for the presence of non-hyphen, non-space text: ui/widgets/menu.js:515 _isDivider: function( item ) { // Match hyphen, em dash, en dash return !/[^\-\u2014\u2013\s]/.test( item.text() ); }, Is this a design decision or an oversight? I've got a patch for a fix so that if the item has
closeText option in dialog
Hi I see that the closeText option in the jquery ui dialog is not working. A google search reveals discussions in which people say that it does not work because the text indent property is set to -9999. However when I use css to counter this, I get the image on a line beneath the text and the title bar gets taller. It seems to me that this feature has not been completed. So I am thinking of making my contribution by finishing this feature. I propose to add an option to set the close button type.
new Option implemented
Hi! I implemented possibility to show only month-year in calendar: added an option "showMonthYearOnly". Want to get it into the the trunk... Attached a diff to formatted jquery-ui.js v. 1.10.3 Any interest?
Installing jqueryui themeroller locally
Hi can anyone help me to get jqueryui themeroller running locally? So far I have done following steps but having some issues which I am not able to resolve. 1. Download sourcecode from https://github.com/jquery/download.jqueryui.com 2. Installed most recent version of nodejs and npm on my workstation (Windows 10) 3. Trying to run npm install on nodejs command prompt with admin privileges. And I am getting following error. May be its nodejs issue, but someone might have faced this on this forum? I
release date of jquery-ui 1.12.0?
Hi dev-team, I'm waiting for a bugfix which is planned for v1.12.0. Could someone please give some further infos about a possible release date of v1.12.0? Thanx a lot for feedback Patrick
accessible jQuery UI autocomplete that functions like jQuery mobile listview or filterable widget?
I'm creating a filter functionality for a search results page that must be accessible (WCAG 2.0 Level AA) and mobile friendly. I can see there are accessibility considerations for jQuery UI's autocomplete widget , however I'm looking for the options list to always be visible, much like jQuery mobile's filterable and listview widgets. Can anyone either suggest an accessible extension of the jQuery UI autocomplete that will achieve this? I'd like to progressively enhance a select box (so that without
Call to ".show()" in menu.js
The bugtracker seems to be down, so i'll try to get some information here. While performance profiling my application i came across a thing in the destroy() method of menu.js. .find( ".ui-menu" ).addBack() .removeAttr( "role aria-labelledby aria-expanded aria-hidden aria-disabled " + "tabIndex" ) .removeUniqueId() .show(); I'm constantly adding / removing selectmenus in my application when pages change for example. The call to `show()` here takes lots
jQuery UI for designers
jQuery UI is loved by developers for the powerful features it enables, but from a designer point of view, the default styles usually needs a complete override that can be really cumbersome. I would love to be able to have 2 distinct CSS files, a first CSS with the base styles, only the strict minimum to insure the correct behavior and a second file with the optional styles that would match the current look and feel with theme customization. This way you could add only the first CSS file and have
GSoC 2015 Slider rewrite
I am interested in writing various widgets and I had an experience in creating popup window, combobox, and grid. I like the idea of rewriting JQuery UI slider. I want to write a prototype for this to understand how to develop a JQuery plugin. I found description on slider on following web page: thttp:// wiki.jqueryui.com/w/page/12138059/Slider and I would like to ask whether these requirements are still valid? Moreover, whom I should contact to discuss the idea?
GSoC 2015 jQuery UI - new demo system
hey im thinking of sending in an application for GSoC to work on the new demo system idea. Just wondering how much experience with information architecture would be recommend ? I've done a module about interactive design and I have a few idea just to improve the way in which demos are browsed. Thanks :)
I honestly don't know which forum I have to post this so let me know...
If you go to this site http://jqueryui.com/selectable/ as an example since any component selected there do the same thing, you'll find a VIEW SOURCE link for every component. Now when you look at the source and want to copy this source you end up with extra line feed between each line when pasted anywhere VS, Notepad++, Word, anywhere I paste what I copied from there has an extra line feed between each line. Could someone point me in the right direction to advise the site master that this is wrong
jqXHR object in load(event, ui) event within the Tab widget
Would it be possible to have the jqXHR object after an Ajax request has arrived? Of course I can attach a handler to the ajaxComplete event but what if there is some logic that is required within the tab's behavior? In the snippet I have below, I need to read some information that comes along with the response headers and act on it before the tab is fully loaded. $("#tabs").tabs({
load: function (event, ui) {
// FYI ui.jqXHR does not exist here
if (ui.jqXHR.getResponseHeader("X-LOGON") == "LogOn")
{
// Prompt user to log in first before the content is shown
}
else
{
event.preventDefault();
}
}
});
Dragging and snapping polygons
I am trying to dragging and snapping two triangles without success using jQueryUI. While the dragging function works like a charm, it seems possible just to snap squares or rectangles. I have taken a look at the function and there seems to be a lack of functionality regarding even other polygons such as pentagons or hexagons. Any suggestion?
jqueryui grid
The upcoming jquerui grid seems to be the right thing for me. All links to the grid do not work, but it seems to me that the upcoming grid will be based on the jsrender, jsobservable and jsviews plugins from boris moore. Which way should I choose to be compatible with future development of jqueryui ? Kind regards Markus Fritschi
Next Page