Collapse not even working on the demo, can't get it to work on site either.
I followed the documentation to use this but the collapsable = true not working in Chrome on Mac. High Sierra. If you look at the screen shot, the demo doesn't work either, at least for me. Is there any possible browser setting that might cause this or os it deprecated? Seems simple but ours also loads with the first section open. The page is private at the moment but https://jqueryui.com/accordion/#collapsible is loading with all open as well for us. I don't see anyone asking the same question.
Menu: unable to select menu item using keyboard
I can move around in the menu, but trying to invoke a menu item using ENTER or SPACE does not work. Here is a fiddle that demonstrates it. https://jsfiddle.net/Basildane/2gmoztkL/ You can click on the link with a mouse and get the alert, but if you use the keyboard nothing happens.
How to have Sortable placeholder always in starting list while dragging outside any list
Let's suppose I have some lists connected with Sortable. I want to achieve this kind of behavior: when I'm moving an item, dragging it in an html region out of any of those lists, I want the placeholder always to be shown on starting list. Even if I dragged over another list (but not dropped). I'm asking this because, at the time, the placeholder is always placed inside the last dragged over list. Even if I release the drag outside of it. In that case the item should be returned to starting list.
Sortable flicker when dragging portlets
Hi there I am using the portlets example from the JQuery sortable website. We have set the tolerance to "pointer" as below: $( ".column" ).sortable({ connectWith: ".column", handle: ".portlet-header", cancel: ".portlet-toggle", placeholder: "portlet-placeholder ui-corner-all", tolerance: "pointer" }); When dragging a widget over another widget which is off the top off the page, the widget and page flickers very fast. This issue happens in the Chrome browser (Version
jQ UI dialog problem on MS EDGE
gents, I have a problem with jQ UI on MS EDGE. I was able to isolate the problem to my repo here : https://github.com/rostacik/jquiedgeproblem I am using this - https://www.npmjs.com/package/http-server - nodejs based server to serve my files from the folder so git clone and running http-server will get you the same setup I use. repro steps : go to html/page.htm click on button "call iframed window" modal jQ UI dialog will appear click to the right (on the body) of the button - you should hit the
jQueryUI and droppable/draggable do not work with subpixel width/height
Description Issue: When using jQueryUI (v1.12) with draggable elements which have a width or height that has subpixels (e.g. by using em or rem units) the draggables fly back to their source position even when configured to snap and stay on the target. Expected behaviour: snap and remain on target. Browsers affected: All recent (Chrome 62, Firefox 52, IE Edge/11) I originally thought this to be a bug with jQuery, as downgrading from 3.x to 2.2.4 fixed the issue, but it has been suggested in my ticket
Jquery UI 1.12.1 does not support split() method
Hi All, As I was working with a list for sorting order and used sortable method. but when I was using split() method for slicing the string of item id, It is giving error that type not defined. Please help! Thanks
Jquery ui datepicker
Hi. We are experiencing issues with the datepicker having bugged date elements. See below. I am using chrome: Version 61.0.3163.100 (Official Build) (64-bit)
autocomplete 1.12.0 and 1.12.1 bugs
Hi guys. I've notice serious problem with autocomplete. It works ok in 1.11.4 for example It gets slower and slower with every call even if I don't deliver data from an ajax call That my headers I'm using <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script> or <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
$.datepicker.parseDate('ymmdd', '070126'); Missing number at position 6
I need to parse dates like '070126' to '26 Jan 2007'. You can do that with the datepicker, but it gives me the an error... $.datepicker.parseDate('ymmdd', '070126') #=> Missing number at position 6
I am having a problem with Range Slider
Please any one help, if i set the max value of silder to above 10000 then its again start from 1000, how can i set to 1 lac max
Error using latest jquery-ui and jquery
Only include this and after a couple secounds, scroll page down and all mouse move fire this errors: jquery-ui.min.js:13 Uncaught TypeError: (e.attr(...) || "").split is not a function at t.(anonymous function).(anonymous function)._addDescribedBy (https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js:13:21693) at t.(anonymous function).(anonymous function)._addDescribedBy (https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js:6:4499) at t.(anonymous function).(anonymous
why i can't include library with Ionic-Angular App
Hello, I'm developping an app with ionic - Angular and I wanted to make the dragging service with jquery UI but it didn't work enven with basic examples, this is my code: <head> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.4/jspdf.debug.js"></script>
Question about resizable function
I do not speak English, sorry, I'm using a translator. Resizable function does not work if the div contains an iframe. When the resize reaches the edge of the iframe, it stops working. Attached a sample gif Thanks
[Datepicker] First or last week of the year is wrong
Hi, I have the following problem: I have 'showWeek ' option set to 'true '. The first week of the year is shown as '52' (the last week of the previous year). You can observe this behaviour in this sample (https://jqueryui.com/resources/demos/datepicker/show-week.html). Steps to reproduce: 1. Open the sample 2. Navigate to January 2012 3. Take a look at the first week Actual result: The week number is '52' Screenshot attached Expected result: The week number should be '1' Note: The same issue can
Blur event inside jQuery UI Sortable elements is not triggering in Firefox
I am using jQuery UI Sortable on the list items having input type number inside each list item.I was listening for blur event on input. But it is not triggering only in Firefox.Jsfiddle Link
Explode Effect doesn't work with elements moved by margin
I took the original demo and added margin: 200px to the div - here it is. Why did the effect stop working?
jQuery selectmenu val not working
Hello, I have successfully populated a select menu and can navigate the menu in the UI just fine. However, when I go to query either the selectmenu val() or the selected option val(), neither of them reflect what I just selected. It is returning a value, but not the correct one, that I just selected. This seems like a but to me, but I'd like to at least find a workaround if possible. I'm using jQuery UI 1.12.1 against jQuery 1.12.4 in an ASP.NET MVC 5 (AFAIK, V5) web page. Thanks... Michael Powell
Updating title attribute of selectmenu does not work
Hi, Let's say I have some <select> element in html: <select name='selector' id='selector' title='Old title'> <option value='0'>Option 0</option> <option value='1'>Option 1</option> </select> and in the JavaScript code I have: $('#selector').selectmenu(); So far, it works fine, i.e. hovering the mouse over the selectmenu widget shows the text 'Old title'. Now, let's say I want to change the site's language and in this case I execute the code: $('#selector').prop('title','New title'); This executes
Bug using a checkbox or checkboxradio inside an Accordion
Hi If I put a checkbox or a checkboxradio inside an accordion, the icon for the "tick" goes wrong (as it doesn't display a tick, but another icon that I can't recognise). This link shows what I mean: http://www.coolgreen.ltd.uk/error/jquery_bug.html This code should show it: <!doctype html> <html lang="us"> <head> <meta charset="utf-8"> <title>jQuery UI Example Page</title> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css"> </head>
sortable ui version 1.12.1 crush
Hi, jquery ui sortable plugin is crashing after update to 1.12.1. I am using it to select from a lot of items (more than 2000). Example is below. jQuery ui 1.11.4 http://jsfiddle.net/4rwcuk4z/ jQuery ui 1.12.1 http://jsfiddle.net/e4dhL68e/
Selectmenu have a bug when resizing window of browser
Hello guy, I need some help. When i resize window of browser, the selectmenu have bug like picture. Can you help me fix it? Thank you very much.
UI Dialog resize Bug!!!
1. visit http://jqueryui.com/themeroller/ 2. Mouse click "Open Dialog" Button. 3. Resize the dialog (just change a little size) several times, you will find that the dialog content area becomes smaller, and the scroll bar appears.
jQuery UI Menubar and anchors with a target attribute
I did a search for "menubar target" and nothing came up. Is anybody else having problems with using the jQuery UI Menubar with anchors that have a target attribute? This is what I basically have for the HTML: <ul id="menubar"> <li>Stuff <ul> <li><a href="http://www.google.com" target="_blank">Google</a></li> </ul> </li> </ul> And for the JS: $("#menubar").menubar(); The expected behavior is for the anchor to open the google.com page only in a new tab, and to leave the current tab
jqueryUI example fails on Edge browser
I have implemented the jqueryui tab feature on a key page of my web site and it has worked in the past when I developed the page. I needed to make a minor revision and see now in my testing that it fails with the Edge browser. I went back and copied the sample code to see if there was something in my implementation that was causing it to fail, but the sample also fails now. I am testing on Apache 24, Windows 10 (Anniversary update + more updates) which has Microsoft Edge 38.14393.0.0 & Microsoft
Spinner control Spin event | Keep on firing again and again
Hi , I am trying to use Spinner control and wants to control the next value that should be set in textbox if user either directly enter or use step-up or step-down buttons. for this i am listening to "Spin" event and assigning a function to this event. in this event i am trying to check if next spin value is one those that i do not want then i increase the value and set it using "value(value)" function. what happening is this event keeps on firing even if i remove all my code from this event ,
inline datepicker previous month link not working
When I click the prev(ious) month link nothing happens. It shows normally and when I hover the mouse pointer over it, it shows the 'priv' tool tip. On the same form I have three other datepickers, who's prev(ious) month links work normally. I am using the latest JQuery UI datepicker in Chrome Version 51.0.2704.103 m on a Windows 10 system. The working datepickers all share the same options initialization setting, which the inline date picker does not. Here is the 'code' for the inline datepicker:
Datepicker dd.mm.jjjj no longer works (link to datepicker-de.min.js seems broken)
This link seems broken: http://struts2-jquery.googlecode.com/svn/trunk/struts2-jquery-plugin/src/main/resources/template/i18n/jquery.ui.datepicker-de.min.js Therefore our datepicker no longer works (it automatically selects mm/dd/jjjj and cannot be overwritten manually)
Resizer on left move on left ...
Hi all, Just a small experience of use the "resizable()" command. "A div inside its container move on the left". Scenario : 1/ (extend on right the div as enougth but not to its container limit.) (eventually) 2/ shrink by the left this div 3/ "very slowly" , extend the div on the left to touch the container's border ... and Look the right side of the div A small project in attachment to see this.
jQuery-UI .sortable plugin does not work on Microsoft Edge browser
The jQuery-UI .sortable plugin works in IE (as well as Chrome & Firefox), but doesn't work in the Edge browser. Is there a fix? Here is example code that works on "everything" except Edge: <!DOCTYPE html> <head> <title>jQuery UI Sortable - Example</title> <link href="http://code.jquery.com/ui/1.11.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet"> <script src="http://code.jquery.com/jquery-2.2.3.js"></script> <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
[Bug] report - datepicker prev and next button showing error
Hi , I found an error about browser compatibility. In Chrome, the datepicker prev and next buttons not showed up However in Safari it works well.
JQuery UI - DatePicker not accounting for scroll height from scrollTop when using Chrome
My apologies if this is posted in the wrong location as I'm new to JQuery. I have a webpage that has several divs that are dynamically built using JavaScript. When the page loads, the datepicker popup windows positions itself correctly over or under the input fields of date fields. However, if I trigger a div to be created dynamically and scroll down the page to that div to select a date field, the position of the datepicker popup is appearing much further down the page and not attaching itself
Error in demo page
Hi, in the page: https://jqueryui.com/datepicker/ i get a 404 error using chrome developer tools: Request URL: https://jqueryui.com/resources/demos/bootstrap.js Request Method: GET Status Code: 404 Not Found
Buttonset failed accessibility testing
We recently had our website fail accessibility testing because of buttonsets not giving any indication of keyboard focus being anywhere on them. All other jquery ui widgets that we use do show keyboard focus. Not this one. Using the keyboard, it is quite difficult to use buttonsets (especially for checkboxes - radio buttons are a little easier) because you get zero visual indication as to what button in the buttonset currently has keyboard focus. This is with jQueryUI 1.11.4 and with all themes.
The tooltip dosen't close in sortable items - Occur in Firefox/IE only
I have a list of sortable items, which have tooltip applied. Drag any one-item then drop outside of 'sortable' list. Issue: the tooltip will show forever until we hover that item again. Please refer this for my code: https://jsfiddle.net/83pmcf84/4/ Sorry for my bad English. Anyway, thanks for support.
Issue with datepicker
Hi all, I am using the jquery datepicker with the format dd-mm-yyyy. Manual input is enabled for the date field, when I try to enter value like 01-NOV-2014 which does not match the given format, the datepicker defaults it to 01-12-2014. Is there any fix for this/ any modifications in the js file to address this issue which i can make.
Theme Roller working but no theme options on download page still
Theme Roller is working now but to download the JQueryUI from the download page no theme is able to be selected.
Can't get resize event handler to work.....
I have a dialog that is resizable. I added a resize() event handler but for some reason it doesn't run when I resize the dialog. I put a breakpoint in the resize function (the line where I put the breakpoint is highlighted in the code below). But when I resize the dialog, the breakpoint never stops. Can someone help me figure out why? $(document).ready(function() { rows = new Array(); dialog = $("#addRecordDialog").dialog({ title:"Add Record", autoOpen: false, modal:
Problem with jQuery UI sortable in grid mode
Hi, I have found a very weird behaviour of jQuery UI sortable in grid mode. Initially I thought it has something to do with our implementation, but then I have found it on your example as well. It is using tollerance intersect. And a small modification regarding the size of the drop zone is added (the bug is present even without that) The moving of the placeholder is supposed to happen after you reach at 50% of the next item. However, even if you in the very beginning of the next/previous item and
Dialog Modal disable all page, even dialog modal
Hi i got a jquery dialog modal that shows a little for for add / edit info from a grid. If a set dialog as modal, it disable all page even the dialog window, i mean that all the page got the color of grey blackground and i cant even click in cancel button of dialog modal. If i set dialog as not modal, it works fine. Id like that this kind of dialog could be modal but i dont know what's happening. Anyone gets same behavior? Any idea for fix it? Thanks in advance.
Next Page