ui.buttons doesn't visually reset on reset event
while the true checkbox, radio etc... resets on event "reset", the visual button object is still in it's previous state. Have tried with $("form").trigger("reset").find(":input").change() as well, to no avail.
autocomplete blur timer
my business partner cannot select any menu item with his mouse, because the menu closes before the click registers. Increasing the timer from 150ms to 350ms resolved the issue. why are you using a timer there anyway? Isn't it more logical to simply not fire the blur event if the click was made on the menu, and then close the menu from the item that was clicked? using v1.8rc3.
jquery-ui 1.8rc3 autocomplete layout behaviour problem
Hi, I am encountering a problem with using autocomplete on a text field within a table cell: http://geysirit.dk/jquery-ui/test.html (Firefox 3.6 and Safari 4) I would expect the button to be to the right of the autocomplete field, and the drop down to be even further to the right. Any good ideas welcome :) Thanks, -dennis
404 page from search
When using the search box at the top of the page, i keep getting sent to a 404 page.
Problem with .not selector between 1.3.2 and 1.4.2 ?
After upgrading from 1.3.2 to 1.4.2 I noticed a portion of my application did not function the same way. Clicking outside of an open div would close that div. I've made a simple test case to illustrate: <script> $(document).ready(function() { $(document).not("#test").click(function() { alert("clicked"); }); }); </script> <div id="test" style="background-color:#000;color:#fff;height:200px;width:200px;">hello</div> <p>click here somewhere</p> JSBin (jQuery 1.3.2) - http://jsbin.com/areri3
Bug with $('select option').hide()
Hi there. I've discovered that the code in subject doesn't work in any browser except firefox. Here is minimal html with the bug: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>select test</title> <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('input').click(function()
[1.7.2 tabs()] Inconsistency between build of tabs and add() of a tab
I am seeing an inconsistency between what UI 1.7.2 does with the DOM structure when you initially build out tabs() and when you add() a tab. Given: A container DIV with children (1) UL and (2) DIVs. The child DIVs contain their own child DIVs which I want to become the tab bodies. Scenario 1 - Original Build with base markup: Call tabs() against the main container DIV. Result: Tabs appear and operate correctly, DOM structure is unchanged Scenario 2 - Add a tab via append of DIV, LI, and total rebuild:
Inconsistency in behavior on different browsers.
I have problem with inconsistency between firefox 3.5.8 (Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729) and IE 7 (7.0.5730.13). When I select radio button in firefox radio button remains checked. In IE after first click on radio button button is unchecked. You have to click second time on it to check it. Source code attached.
webkit browser issue with ui-tabs: ajax loaded content doesn't execute correctly
to explain shortly: I do some file uploading on MYPAGE. All works well in all browsers, if I'm not using ui-tabs. Once I call MYPAGE with ui-tabs (ajax), it ceises working with webkit browsers. In FF and IE everything works OK. Any Ideas? Are ther other people which run into this kind of scenario?
Creation of INPUT with value broken
Hi, In 1.4.2 the following line works: $("<input/>", {"type": "hidden", "id": "myID", "value": "hi" }); The following line does NOT: $("<input/>", {"type": "text", "id": "myID", "value": "hi" }); Why is it that the creation of a hidden element with a value works, but not for a text element?
Example on site is not friendly
Hi, Just to let you know that the example of the radio buttons feature on the site is not very friendly, because it is achieved by $("#radio1").buttonset();but both "div" and "input" have the same ids. I think the first one could be changed to "radio" only, and the code changed also. Thanks.
Avatar thumbnails and caching
There seem to be two problems with avatars: They don't use thumbnails, so if someone uploads a 800x600 image, it gets loaded each time in full size, and only resized in the browser, which looks ugly. To make matters worse, either caching isn't properly configured or doesn't work, so whenever I go to a forum overview page, all the sometimes really big images are fully reloaded. Fixing that should reduce both loads on the Zoho servers and provide better client performance.
code formatting is broken
Hi, The code formatter for this edit box is broken in IE8 on Windows XP. I pasted the following text in a question ( http://forum.jquery.com/topic/autocomplete-how-do-i-avoid-a-duplicate-search#14737000000762167): $('#groupset').autocomplete('ajax/php/leeruns.php'); $('#groupset').result( function(event, data, formatted) { if(data){ $('#groupsetdesc').val(formatted); groups.load(data[1]); } else { $('#groupsetdesc').val(''); } } ).blur(function(){$(this).search();}); It formatted like this using
Thereroller not working with custom theme
I try to make my own custom theme with Themeroller but when I download the archive it doesn't have any on my customizations. I saw the generated CSS contains the following text: To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault= It seems it doesn't save any of my settings from the custom theme.
Sorted object disappears i ie7 and lower
Hey all, So I am trying to do a simple integration with jQuery UI and the sortable widget. My code is available here: http://tellgren.com/sortable-test/ the problem occurs in IE 7 and earlier and is as far as I can see very erratic. the problem is that my buttons disappear when a object is sorted. Though when grabbed again the buttons becomes visible until dropped again. This only happens to elements that has the classes "sexybutton etc" on the. The sexybutton library can be found by clicking the
if iframe exist in ie8 ,jquery animate with time can't work.
when click in ie8,it can't work. if remove iframe,it can work. why? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <head> <style> body{margin:0; padding:0;} #hiddenbar{display:none;width:250px;height:500px;border:1px solid;position:absolute;right:0;top:0; } #editing{width:300px ;height:300px ;border:1px solid;} </style>
1.8rc3 autocomplete error in IE6
Hello, I've been playing with autocomplete in IE6 and noticed this problem using the combobox demo: if you hover the mouse over the menu, and there is no selected value yet, then click, this error will get triggered: 'Item is null or not an object' I think this is possible because in IE6 the anchor element inside the li element doesn't take all the width, so on hover it will not get selected. I've included a photo of the scenario. Notice there is NO element selected on hover. Testing on the demo
Nothing is Working for me in IE8
Not even with compatibility mode, nothing works at all, Jquery is simply not running, I'm trying to make the following simple code working: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="application/javascript" language="javascript" src="scripts/jquery-1.3.2.min.js"></script>
jQuery.post() 1.4.1 is appending [] to vars when posting from array within array
The following jquery.post is adding square brackets to each element contained in the inner array. This is causing and error binding the post data on the serverside as the syntax does not make sense. e.g. mycheckbox1[]=2&mycheckbox1[]=3. Code snippet below... each of the data.parentGroupIds elements is getting posted with a trailing []. It does not do this in V1.3.2 function fetchProducts() { $("#productTable").html('<table class="transparent"><tr><td><span>Fetching publications...</span></td></tr></table>');
ajaxError event is not triggered by javascript errors
Hi Everybody! i've just noticed (after hours of bughunting), that jquery ajaxError event is not triggered by javascript errors, and i think it should be. So for example, when a Ajax success callback has an undefined function call or something, it just fails silently, instead of reporting the error into the firebug console. Am I missing something here? Thanks.
Altering Top Menu is so much wrong!!
This forum lacks accessibility. Especially for new comers. I had to actually look trough the DOM with FireBug to find New Post button. My eyes and mind just weren't realizing that ever-fixed content of jQuery top menu had changed! I think it's wrong decision to put it there. Why not to replace it with original jQuery menu, to which everyone is hugely used. We could put forum menu just on top of forums, where that wasteful JQUERY FORUM title is right now (I bet everyone expects it to be there)! Everyone
Icon position on button in IE
If set the width of button by css the icon will be positioned in center of button (in IE 8). But in FF it looks good.
1.8rc2 Toggle speed issue
I believe this was introduced in 1.8rc2. With Toggle, when specifying the (optional) Speed as a string (not a number), but the (optional) Options are NOT specified, the effect is showing but then quickly hiding the item being toggled. Using the sample code at http://jqueryui.com/demos/toggle/ - the line under "//run the effect" Works: $("#effect").toggle(selectedEffect,options,500); //default example $("#effect").toggle(selectedEffect,500); $("#effect").toggle(selectedEffect,{},"normal");Does NOT
Draggable and resizable causing trouble together
I have a few div elements positioned in a container div. They are all positioned relative. When I start a resize, the element which I'm resizing gets the style attribute 'position: absolute' This causes the other relative elements to collapse. I'm using jqueryUI 1.7.2 and jquery 1.4.1. I found the code which causes this problem, which is on row 222 in the file ui-resizable.js The comment says it is a bugfix for http://dev.jquery.com/ticket/1749 I think this causes another bug. I attached my code.
jQuery stopped loading script in 1.4.2
Hey! I recently tried to upgrade from 1.3.2 tot 1.4.2, but I'm having some issues. I'm not sure this should be in the 'Using jQuery Plugins'-section... At the moment I'm using jQuery 1.3.2 and the plugin Ajaxify 2.00 (this one: http://max.jsrhost.com/ajaxify/). The script I'm using is this: $('.link_ajax').livequery(function(){ $(this).ajaxify({ tagToload:{'#AjaxText':'#middle_ajax', '#AjaxTitle:'#top_ajax'}, loading_fn: function(){ cmsMessage('loader',loaderMessage);
validation help
hi is this posible to validate input type file using jquery then please help to me i have to check that the file size is not exceed 1mb and the extensions of file must be jpg,gif and png so please help to me. i have validated the extention but i don't have any idea to check the file size and i have multiple file objects so please do it on the bases of file and not on the bases of class and id
Jquery 1.3.2 and UI 1.7.2 and DatePicker causing browser to hang.
Hi, When using the following code snippet the datepicker show successfully the first time but on subsequent clicks will hang the browser. Please note this is only using IE8. The following browsers are functioning as expected: IE8 in IE7 compatibility mode. Chrome Firefox Safari. Any ideas as to what maybe incorrect? I'm using Windows Server 2008 R2 as an operating system. Thanks Chriss <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
clueTip hrefs not clickable
I've been using clueTips on my site for a little while. I found that when used on links, the links are no longer clickable. eg. If you create a link to google.com and put a clueTip on it, the clueTip will work, but you can't click the link to go through to google.com. So far I've tested in Firefox 3.5.8 and Safari 4.0.3 Even the demo on the clueTip site behaves this way. See http://plugins.learningjquery.com/cluetip/demo/ example 7.
slideUp() doesn't work with hidden parent
slideUp() of an element doesn't hide when its parent is hidden. See: http://jsbin.com/uxedu3/2/edit
Problem with sortable and containment: 'parent'
working with this "jquery-ui-1.8rc3/demos/sortable/default.html" with $('.sortable').sortable({ containment: 'parent' }); move mouse on bottom of item2 and try to drop before item1. its not possible. sortable.js catch mouse position and change item position only if mouse.Y < (item1.height/2) with containment: 'parent' this would happen. the same problem is with last item in sortable list, if mouse in item2 in top of item. sortable should catch the item position relative to start position.
file type validation
hi all i have multiple <input type="file"> to upload files and i want to validate file size limit and file extension using jquery so is there anyone who can help me i have tried jquery based on id but i want jquery on the bases on $(":file") so that it validates all of this and after click on upload button it uploads the image.
Problem with load event
I have simple document: <script> $(document).load(function(){ alert('Document loaded')} ); $(document).ready(function(){ alert('Document ready')} ); $(document).live('load', function(){ alert('Document loaded (live)')} ); </script> But from 3 attached events on page load fired only once - $(document).ready. I even can't imagine why :( . Test page: http://ru.bir.ru/_/svg/jquery-test.htm I've tested it in FireFox 3.6 and Google Chrome 5.0.322.2 dev. Any suggestion?
.html() changes the html structure
I wonder why is $("<div><script type='text/javascript'></script></div>").length == 2in 1.3 this used to be one single node, while 1.4 extracts the script element and places after the div. this causes a lots of problems with plugins which expect that their input will parse into a single node. is there an explanation for this? is it a bug? if it's not, how can i force jquery to stop doing this (other than reverting back to 1.3.x?)
jQuery UI 1.8rc3 - Button events on a checkbox
Also mentioned here: http://forum.jquery.com/topic/events-with-checkbox-and-button If you turn a checkbox into a button, IE7 and IE8 will ignore any events. Events work fine under FF, Chrome, and Safari. The following code is an example. The button event will not work in IE7/8. .change() has the same results as .click(). <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/minified/jquery-ui.min.js"
JQuery UI 1.8rc3: Autcomplete doesn't work correctly (sporadic failures) on Firefox 3.48 Firefox 3.0
A simple JQuery Autocomplete with server side processing has many sporadic failures. It looks like the "select' handler doesn't get called when you use the mouse to click on an item.
1.8rc3 show/hide and callback problem
Hello. I'm have been testing an application with jQuery 1.4.2 and jQuery UI 1.8rc3. I've noticed that my callback functions while showing and/or hiding elements do not work unless I add the duration parameter. I did not have this problem with jQuery 1.3.2 and jQuery UI 1.7.2 For example // This does not work $("#div").hide("explode", { pieces: 12 }, function() { $(this).remove() }); // This does work $("#div").hide("explode", { pieces: 12 }, 400, function() { $(this).remove() });
ui.position wobbles
using ui.position in a div which is changing it's width, results in a vertical wobbling effect of the content, it's noticeable in firefox, but not in chrome, see http://jsbin.com/itato4/2 for example.
[validate] Radio button on IE
I'm using the validate plugin and the form pluging for my project. I have a problem with the radio button under IE: IE submit always the initialized radio button value. It works fine under FF, Chrome. I have a form and I use the validate plugin : ("#myForm").validate({focusInvalid:false ,onclick:false ,onkeyup:false ,meta:"validate" ,errorElement:'p' ,errorClass:'bnerror' ,errorPlacement:function(error, element) { error.prependTo( element.parent("div") ); } ,submitHandler:submitForm }); The sumitForm
1.4 performance regression over time vs 1.3.2?
We're currently running a script-intensive app on jQuery 1.3.2. I did some quick testing last week against 1.4 and saw what in some respects is a perf regression. The torture test case is switching a tabbed sidebar to very busy, dynamically-generated content. One big .html() write, a dozen or so small .html() inserts, and a whole bunch of event binding. No network access, animation effects or live events; no third-party plugins (including jQuery UI); testing on IE7. On the first iteration, 1.4's
Option tags inhert the "disabled" property of the select box in Chrome & Safari
In Chrome and Safari, option tags inherit the disabled property their parent select. Therefore, $("select option:disabled"); returns ALL option tags if the select box is disabled, even though the disabled attribute of each option is not explicitly set. This is probably the desired behavior. In FF 2-3.6, IE 6-8, and Opera 10, option tags do not inherit the disabled property. Test case: http://jsfiddle.net/FBBYE/1/ Ticket: http://dev.jquery.com/ticket/6211
Next Page