[jQuery] Bug in autocomplete plugin

2010-01-25 Thread Nandan
Hi I am using auto-complete plugin with options { url:'http://localhost:8080/sdfsdfsd.html', minChars:0" //other relevent options. } I need to list out all options even when user does not enter any value. Ajax call is successfully done when I press "Down Arrow" or " R

[jQuery] jQuery bug reports

2009-10-12 Thread Dave Methvin
In preparation for the push to a new release of jQuery, I've been cleaning up bug reports in the jQuery core bug tracker. Many tickets languiished because they weren't actually jQuery core bugs, but instead should have been reported on the forums or sent to the author of the plugin. jQuery UI also

[jQuery] [BUG?] Ie8 span.show() on a.hover()

2009-10-11 Thread Alessandro
Hi, i'm trying to make a div showing when user moves mouse over a link, so html is this: news provanews provanews provanews

[jQuery] Bug? Jumping show/hide in Chrome and Safari

2009-09-21 Thread Merlin
Hi there, I am building a simple show/hide list with the help of jquery. It works great on IE and Firefox but in Chrome and Safari the closing menuitems shift the whole menu to the left for a second and then back to its origin. I have about 20 menüitems that each hold about 5 submenü items. The g

[jQuery] Re: Maybe Jquery ? Bug with firefox 3.5

2009-09-07 Thread Pierre Bellan
Hello, I'll restart this subject because our problem still exists. Deactivate the jquery solve the problem, so we think that's maybe a link between the javascripts we have in our website. In the following page : http://www.lequipe.fr/Experts/index.html, we can trigger the rerender event by chang

[jQuery] Maybe Jquery ? Bug with firefox 3.5

2009-08-19 Thread Pierre Bellan
Hi all, I don't know if it's a bug in jquery but some of you can have encounter the same problem with their website. Recently, we had changed our website ( http://www.lequipe.fr ) using the jquery 1.3.2 version. With the last version of Firefox ( 3.5.2 ), the site is render twice during the load

[jQuery] Bug? -- toggle() of TR broke in IE8

2009-07-29 Thread Fontzter
I put together a simple case to demonstrate this: http://jsbin.com/ijini This works in other browsers but not IE8. Thanks, Dave

[jQuery] bug in selectors?

2009-07-21 Thread pascal.nauj...@googlemail.com
Hi, when i do this: $(function(){ $('#element_a','#element_b').hide(); }); nothing hides! When i do this $(function(){ $('#element_a').hide(); $('#element_b').hide(); }); all works fine! You know why? Is this a Bug or am I? Regards qualle

[jQuery] Bug jQuery 1.3.2 & FF3.5 - $("input[name='']")

2009-07-17 Thread false
This code used to work before i upgraded to FF3.5. Is there any other way to achive the same thing? $("input[name=''],textarea[name='']").each(function(i) { this.name = this.id; });

[jQuery] BUG: fadeIn callback gives error!

2009-07-16 Thread Garrett G
hey =) here is my code function fadeInFeaturedGame() { $("#featuredgame").fadeIn("slow", setTimeout("fadeOutFeaturedGame()", 5000)); } function fadeOutFeaturedGame() { $("#featuredgame").fadeOut("slow", fadeInFeaturedTvShow()); } function fadeInFeaturedTvShow() { $("#featu

[jQuery] Bug in Block-UI jQuery plugin

2009-06-01 Thread g0dkar
Hi, I just found a bug on the Block-UI jQuery plugin. I'm using it to block a div on a component I'm developing but the problem is that the has overflow: auto and max-height: 200px; so that the content inside it don't make it too big and be scrollable. The problem is that the overlay that block

[jQuery] bug: error of setRequestHeader in IE

2009-06-01 Thread mouqx xu
hi all: I come across a bug: ttt $.ajax({ type: 'POST', url: './', beforeSend: function(xhr){ xhr.setRequestHeader('Content-type','application/x-www-form-urlencoded;charset=utf-8'); }, data: { a: 123 } }); the code above in IE will results in the f

[jQuery] [bug] jCarousel: breaks in rtl design

2009-05-31 Thread molexus
Hi, if the direction of the website is rtl ( aka arabic websites) the .jcarousel-list aligns different from the ltr design. Its right border will align with the right border of the container (.jcarousel-clip) so when i push the next button it will push the whole list further to the right, making

[jQuery] Bug report for media plugin

2009-05-28 Thread Will 保哥
About the jQuery Media Plugin ( http://www.malsup.com/jquery/media/ ), there is bug in the "getSettings" function. Here is the problem codes shown below: var w = meta.width || parseInt(((cls.match(/w:(\d+)/)||[])[1]|| 0)); var h = meta.height || parseInt(((cls.match(/h:(\d+)/)||[])[1]||

[jQuery] Bug in jQuery Multiple File Upload Plugin

2009-05-07 Thread Fred
Hello, I dowloaded the last version of this plugin that looks great. But here is the big big problem. I just tested the most trivial examples on the following webpages : http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Examples I checked the example : Customising the file list -> Exam

[jQuery] Bug with Pause/Resume

2009-04-23 Thread Alan
The timeout value if you pause/resume too fast seems to be lost, or the plugin abandons some timers that increase the speed at which it updates. An example, if you hover of this too fast: Test JQuery Cycle Plugin http://jqueryjs.googlecode.com/files/ jquery-1.3.2.min.js" type="t

[jQuery] Bug? Jquery 1.3.2 -> $.ajax + Firefor 3.0.8

2009-04-22 Thread Mario Soto
The $.ajax function is causing me trouble, I'm using Mozilla Firefox 3.0.8 in a Kubuntu 8.10 computer, with php PHP/5.2.6-2ubuntu4.2 and web server Apache/2.2.9 (Ubuntu) PHP/5.2.6-2ubuntu4.2 with Suhosin- Patch and jQuery version 1.3.2. If I use dataTipe: 'json' and type:'post' with $-ajax, jQuer

[jQuery] Bug in my gallery, wtf?!

2009-04-13 Thread @oscargodson
Before I post a link: A. Yes, the code is messy, I have been trying to fix this all day, and I have restructured my code at least a dozen times, and that is why it is so messy, so please don't say "try cleaning it up" :) B. There are 100s of images, I just haven't sliced them all out from the cl

[jQuery] Bug in globalEval function

2009-04-07 Thread DynamoDan
Hi All I've used jQuery a lot over the years, mostly in the joomla CMS context. I think I've found a bug in this function: // Evalulates a script in a global context globalEval: function( data ) { The problem is that if there is a newline inside of a string literal (single quot

[jQuery] Bug in jcarousel

2009-04-06 Thread wapgui
There is a bug in the jcarousel if you using xhtml instead html. See: http://groups.google.com/group/liftweb/browse_thread/thread/973aabff8a95fa77/b143b4975ddb8124?hl=en#b143b4975ddb8124 Thanks to Marius again. The carousel works if you edit the js and replaced the UL with ul. A change in the x

[jQuery] Bug in IE8 seting an attribute in a tag

2009-03-31 Thread Abzenga
When I set an attribute or a Data in the tag and try get it back, it dosent work in IE8 but works in IE6, IE7 and Firefox 3. Something like this: Sample 1 //set $("#ID1 > option[selected]").attr("dados", "new attr"); //or $("#ID1 > option[selected]").data("dados", "new attr"); //get (dosen

[jQuery] Bug w/ AjaxSubmit?

2009-03-09 Thread knal
Hi there, I'm using Validate and AjaxSubmit on a form of mine. It's on a "long" webpage, where you need to scroll to reach the form. For this reason in the action i've added index.php#contact If people w/ JS disabled submit the form, they will be taken back to the form. Only, IE & AjaxSubmit se

[jQuery] Bug using input type file with IE7

2009-03-05 Thread bezerra.renato
Hi, I have a problem. I need clear the field using jQuery. The jQuery script is: $(document).ready(function(){ $('#clearButton).click(function(){ $('.file).val(''); }); }); The Form declaration is: Fields

[jQuery] Bug in FAQs for checkboxes

2009-01-24 Thread Greg Glockner
Hi, after some painful debugging, I determined that there is a bug in the jQuery FAQs about how to clear a checkbox. Specifically, if you have a strict XHTML document, you *cannot* use .attr("checked","") to clear a checkbox. Instead, you must use .removeAttr("checked"). See the following PHP co

[jQuery] BUG: FF3 and jQuery's mouseleave

2009-01-23 Thread ryc0de
If you bind mouseleave to a element and the mouse enters the element then exits onto an INPUT text control, the mouseleave event does not get triggered. This bug is not present on IE7, Safari 3.2.1, or Google Chrome 1.0.154.43. This bug was not tested with other INPUT elements or a SELECT element.

[jQuery] Bug? ajax request headers not being modified by beforeSend (jquery 1.3.1)

2009-01-22 Thread Nicolas R
From what I understand, changing the charset & encoding to UTF-8 is currently not an option. Any suggestions? Is this a jquery bug or I'm I doing something wrong?

[jQuery] bug in id selector?

2009-01-22 Thread Finn Herpich
Hi everyone, the attached example-code shows a problem I encountered today (firebug needed). If an id-attribute contains dots, like jQuery isn't able to find it. If the dots are replaced by underscores everything works fine. Afaik there is no limitation for the id which prohibit dots as a u

[jQuery] Bug in hover()?

2009-01-15 Thread ezod
Hi all, I tried the following: // bind hover (works!) $("foobar").hover( function () { //do something }, function () { //do something else } ); // unbind hover (works!) $("foobar").unbind("mouseover").unbind("mouseleave"); // rebind hober (works not!) $("foobar").hover( funct

[jQuery] Bug with "E[foo]" selector on tags

2008-11-17 Thread Hector Virgen
Hello, I'm having a problem with a CSS selector on elements. I'm using jQuery 1.2.6 and FireFox 3.0.4. Here's my HTML: Select a color Blue Red Here's my JS: $('#theSelect').find('option[value]').each(function() { console.log('.val(): ' + $(this).val()); console.log('.attr

[jQuery] Bug with AJAX json setting an element to a value and back to 0 when polling

2008-11-14 Thread Technocrat
I am using the AJAX class with the dataType set to json and cache off. I am polling with the this class about every 2 minutes. So here what I am doing to get the error and it is reproducible. I have everything set really simply right now. Here is the success function I am using: function(data)

[jQuery] Bug in IE7 - Complains about Opera bindReady code in jquery

2008-11-03 Thread Gregoriusness
hey all, I initially posted this on the developer forum, but not sure if that was the best place for it so reposting here. I've got an issue with jQuery in IE7. It is throwing the following error: Line: 2355 Error: Object doesn't support this property or method Looking at jquery source (v1.2.

[jQuery] BUG: oversized overlay in IE web browsers ( demo included )

2008-10-20 Thread tallvanilla
Hello. I found a minor bug that affects overlay in IE web browsers (at least in IE6). Please take a look at this very simple demo: http://74.205.76.81/blockuitest/ In IE(6), the overlay is a bit taller than the browser window, so a scrollbar appears on the right whenever the overlay is present.

[jQuery] Bug of BlockUI Pluggin in IE6

2008-10-14 Thread [EMAIL PROTECTED]
In IE6, set width of page bigger than width of IE to show horizontal scrollbar, after that, trigger to block page, the overlay background is only stretch to width of user's view. How can I fix this (must use IE6)?

[jQuery] Bug with JQuery is?

2008-10-02 Thread ProggerPete
If it's not a bug it is at least violates the principle of least surprise. The .is function returns true for things I don't think it should. See the example below. bug? http://ajax.googleapis.com/ajax/ libs/jquery/1.2.6/jquery.js">

[jQuery] bug: jquery and writing an flv player flash object on windows (vista)

2008-09-24 Thread Robert Koberg
Hi, Clicking a link and writing an FLV Flash player object: Test function changeFLV() { //$("#playerContainer").html( document.getElementById("playerContainer").innerHTML = "data='FLVPlayer_Progressive.swf' height='1' type='application/x- shockwave

[jQuery] bug in "fix" method?

Hi, All! I can't submit bug into bug tracker - it says i have no rights. I found out that "fix(event)" method in 1.2.6 doesn't copy property "altKey" from original event. I think the cause is the incorrect iteration over array: var originalEvent = event; event =

[jQuery] jquery bug in IE6 - scroller

Hi, i have been working on a scroller: http://www.subwayslims.co.uk/scroller_16_07.html the Jquery function seems to work on iE7 and FF but not in IE6, does anyone know why it doesn't work...?? -- View this message in context: http://www.nabble.com/jquery-bug-in-IE6---scr

[jQuery] jquery bug in IE6 - scroller

Hi, i have been working on a scroller, it's a bit messy design wise, but i'm still working on it http://www.subwayslims.co.uk/scroller_example.html the Jquery function seems to work on iE7 and FF but not in IE6, does anyone know why it doesn't work...??

[jQuery] bug .append adds unwanted start tags to end tags

Hi, I've noticed recently while trying to use .append that for example when I append a tag in reality jQuery appends "". I consider this a bug. Is it expected behaviour ? What should I do ? Thank you -- Stefan Petrea homepage : http://perlhobby.googlecode.com/ mobile phone : +4073207017

[jQuery] bug in jquery.form.js / function cb()

Hello, (sorry for posting to jquery-dev first) I was trying file uploads with the current jquery.js and jquery.form.js, and file upload in form.js fails (FF3/Mac); I located the problem in function cb() where $.httpData is called with two arguments only. A quick patch is to add a third argument

[jQuery] bug: [ui 1.5b4] jquery ui ... dialog problem

I used jquery 1.5b2 packed and I use jquery dialog ... it work perfectly .. but when I used 1.5b4 packed ... the dialog won't open ... it produce error ... which i don't know why ...

[jQuery] Bug Fix: Multiple File Upload Plugin

Hi All, All users of this plugin should download the latest version to fix a fatal bug in IE7. SEE: http://www.fyneworks.com/jquery/multiple-file-upload/ Cheers, Diego A.

[jQuery] bug in jquery ? css('border') returns undefined

I wonder why this doesn't work, either it's a but or a flaw in the documentation: consider this code: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> h1 { background-color: #FF00FF; color: white; border: 1px s

[jQuery] bug tracker error

anyone getting this error when trying to open a bug report? http://dev.jquery.com/report/19 Trac detected an internal error: IntegrityError: (1062, "Duplicate entry '690bd2f84578796-0-0' for key 1")

[jQuery] weird jQuery bug, but solved

Hi, I am building an HTA (using IE6) that is using jQuery to write some html to a div. The html contains a script tag with content. What (as I understand by reading through the minified code) jQuery does, is filter the script tag, create one, add it to the head and remove it right after. That *sh

[jQuery] BUG with animate method

Hi everyone, I've come across a little annoying issue that I hope is just a mistake on my part. When trying to animate a table cell from display: none to display: table-cell, I get nothing. I created a callback function that confirms the property was not set correctly. However, I am able to set o

[jQuery] key words - problem, animate function, jquery, bug, IE7.

problem with the property backgroundColor while running animation function of div element within ie7 fine in FF2 - windows xp does not work unless you quote up the property and write it in correct css name (with hyphen)... CORRECT: $(this).animate({"background-color":black},200) WRONG: $(this).an

[jQuery] bug with animate and a duration of 0 milliseconds?

I noticed a bit of an oddity when playing around with the hover state of an object and animations that I'd like to describe. First, I'll give you some sample code. In my body, I have the following two links: [jQuery] bug with clone method
Hi, there is a bug with clone method when clone a tr element with IE browser.It just return the content of the first column that the row cloned.It is fine in firefox.

[jQuery] Bug with dimensions height() fn in IE7

This is a cross post from the UI mailing list -- I mistakenly put it there when it should have been here. Sorry about that! I have a div that has a height of 80%, and this line: $('.class:first').height() works fine in firefox, but when I try to use it in IE7 it always returns 1. Is there a kn

[jQuery] bug?: clone(true) does not work or messes up

i may have found a possible bug with clone(true/false). according to the doc, clone() can be fed with a boolean parameter that specifies whether behaviors should be cloned too. no matter how i tried, it fails, as you can see it here: http://www.pixeline.be/youplaboum/ui.html (fill the field "nom

[jQuery] Bug in jquery-roundcorners-canvas !?

Hi all, i try to debug a bad behavior in IE (6+7), i found: This Plugin works not when the CSS definition is global set on a ContextSelector. My engl. is to bad to wirte it better, i have setup a Demo of the problem. http://olaf-bosch.de/bugs/jquery/corner/ Please look at this and you see was y

[jQuery] Bug in jQuery selector or am I just not understanding?

Why does the code below show the values for the two alerts to be: bilbo and layout_1 ? I would have expected: bilbo and bilbo. I thought the cascading selectors would have chosen the dp_properties class that is the first child level of the selected div. . .not the dp_properties class buried two

[jQuery] Bug in jquery 1.2.1 .text() with Opera 9.x?

Hi. I have to strip html-tags from a string. I use $(a.response).text(), which works in FF 2.x, IE 7, Safari 3Beta, all on win xp, but with Opera 9.24 i get the complete html-document, while a.response is "[12:00] Error" Is there any other simple method to strip the span-tag? In general i would

[jQuery] [BUG-1.2.1] css("...",function(){ return ...;})

function in place of value for property dosen't work. Thanks.

[jQuery] Bug?: AJAX w/ dataType: 'script' doesn't allow POST's with Opera

I've discovered something of a 'bug'... I have a page which generates a $.ajax() call with type: "POST", dataType: 'script', This works great in FF & IE, but fails miserably in Opera (I'm using 9.24).. At first I thought jQuery just wasn't able to send POST commands in Opera (jQuery Forms s

[jQuery] [bug] Slight "jump" of elements when using height() in FF

Example page: http://brandonaaron.net/docs/dimensions/#sample-2 To recreate: 1. Use Firefox 2.0.0.8 2. Go to above link 3. Under "Element Height" subheading, click "Run" button. Current behavior: When invoking height() method to retrieve an element's height, elements on the p

[jQuery] bug and fix

Hi, There is a bug when width of all items (images) to be shown is less than width of area in which they are to be shown. For example, there is space for 5 images without scrolling but I have only 3 images present. To reproduce the bug, please use this simple example from documentation (and of

[jQuery] bug with empty() , quicktime plugin and safari

Hi there, Im not sure if im messages came through however Ive narrowed down a bug with empty(), quicktime plugins in layers and safari. This same code registers as one child available but after removing the video is still playing even though its removed and not visible. while ( el.firstCh

[jQuery] Re: jQuery bug, or ?

See, its was from watching all that x video On 10/1/07, spinnach <[EMAIL PROTECTED]> wrote: > > > you should see x then :) .. > > and sorry, but the error seems to be related to IE WebDeveloper, when > typing the code in the console it didn't work.. when i put it in the > head

[jQuery] Re: jQuery bug, or ?

you should see x then :) .. and sorry, but the error seems to be related to IE WebDeveloper, when typing the code in the console it didn't work.. when i put it in the head of the html file, it worked.. so thanks for your time, but it seems the problem was not related to jquery after a

[jQuery] Re: jQuery bug, or ?

WOW... is x better then xxx :) Two more questions: Have you tried Giovanni's suggestion and does that give you the same error? Can you post a live example? On 10/1/07, spinnach <[EMAIL PROTECTED]> wrote: > > > it's without any plugins or other code on the page, i have IE > WebDeveloper v2 to

[jQuery] Re: jQuery bug, or ?

it's without any plugins or other code on the page, i have IE WebDeveloper v2 toolbar installed, and when i just type that in the console i get this error: Error Expected ')' http://x.com/ (line 1) dennis. Benjamin Sterling wrote: Spinnach, That should work, I am using just that in

[jQuery] Re: jQuery bug, or ?

Spinnach, That should work, I am using just that in a number of plugins, is there any other code on the page? Can you post the error? On 10/1/07, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > > > spinnach ha scritto: > > > > this returns an error in IE7, works fine in firefox, is this a bu

[jQuery] Re: jQuery bug, or ?

spinnach ha scritto: this returns an error in IE7, works fine in firefox, is this a bug or something i overlooked ? var $div = $(''); Try var $div = $(''); $div.addClass('fileinputs'); Giovanni

[jQuery] jQuery bug, or ?

this returns an error in IE7, works fine in firefox, is this a bug or something i overlooked ? var $div = $(''); dennis.

[jQuery] Bug with $.ajax and IE

Hello , I have made a very simple test with jquery and the funcrion $.ajax. This project is very simple and I works find wint firefox. I have basic html page. I have a javascript page with that code : $(document).ready( function(){ $.ajax({ type: "POST",

[jQuery] Bug in slide up/down? Contents of target hide as well, but don't show also.

I'm using slide up/down on a div which contains a table. When I slide the div up it works just fine. When I slide it down it works fine as well, until the animation is complete at which point the table vanishes. Is this a bug or a "feature"? Do I need to explicitly show the table in my code? __

[jQuery] Bug IE6 only (next and previous button)

Hello, I had a bug on the next and previous button, the height isn’t applied. I want 13px but on IE6 i get 19px, how to set the height to 13px? example of my jcaroussel http://www.hybridbears.com/jcaroussel/index.htm Thank you -- View this message in context: http://www.nabble.com/Bug-IE6-on

[jQuery] BUG ? cannot detect the id with ":"

Hi :) I am glad you are reache version 1.2 :) that's awesome .. but I would like to report the bug, it seems the jquery 1.2 (and before) still couldnt detect the id with ":" for example this code usually generated by those who using netbeans + visual webpack. they generated silly id like

[jQuery] bug report for Tablesorter 2.0 : Pager + Zebra

So i've noticed that when trying to use the zebra widget with the pager plugin, i get inappropriate behavior. Specifically, it stripes properly on startup, and you can page through and it's still striped properly. But as soon as you *resort* a paged table, the stripes are no longer consistent exce

[jQuery] Bug in before, and after??

I'm getting some unexpected results using these three functions and I wondered if this was a bug. This is what I'm trying to accomplish: Lead Submissions I can code this manually, but I thought it would be nice to use jQuery to remove some of the redundant code. So

[jQuery] Re: 3 state buttons - The Final Act - and a jQuery bug?

quot;).fadeTo(100, 0) */ $("#But1frm").hide() }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tobias Parent Sent: Friday, July 27, 2007 1:35 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: 3 state buttons - The F

[jQuery] Re: 3 state buttons - The Final Act - and a jQuery bug?

Wooo... Whatever you do, don't mouse in and out of that nest really fast -- it queues up a bunch of fades in/out. Funky!! Mitchell Waite wrote: I added the 3 state button to the final application I am working on. In doing so I learned a lot about jQuery, so if you are a beginner you might wa

[jQuery] 3 state buttons - The Final Act - and a jQuery bug?

I added the 3 state button to the final application I am working on. In doing so I learned a lot about jQuery, so if you are a beginner you might want to check this code out with view source. It shows a lot of different features of the scripting language. I am sure someone could see a way to ma

[jQuery] Bug #1320

FYI, this is still a bug in 1.1.3.1. I've updated the ticket but figured mentioning it and the fix from the original filer may save someone hours of headache (like I have now...). If you're having problems with document.ready firing too early in IE, the fix in the bug report works. http://d

[jQuery] Bug:

Should I submit bug report or did I miss some change I need to implement on below issue? In 1.1.2 using $t("#event_" + EventArray[i].ID).Draggable({ axis: 'horizontally', ghosting: true,

[jQuery] Bug? $('#foo #bar')

jQuery 1.1.2 Selectors such as this $('#foo #bar') throwing error when it can't find any matches. Is it a known bug? TIA -- Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] [bug]removeClass('') removes all classes

$('#id').removeClass(''); In the svn edge version Calling removeClass with an empty string as className will remove all classes. It's expected to remove nothing. The trac is not back yet so I'm reporting bug here. -- Arrix

[jQuery] Bug in jQuery implementation of EXT, works with other libraries.

Theres a bug in Ext running over jQuery. Since Im certainly not sure if it's got to do with Ext's jQuery adapter, or jQuery itself, Im posting it both here and the Ext forums. The calendar implementation of Ext (See here http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu,

[jQuery] Bug : IE + slidetoggle + input radio

Hello everybody, I wanted to make a slidetoogle on a div which content inputs radios. Some of these inputs were checked at loading, also if the div were closed (hidden) With Firefox, I click to open the div, all inputs radios with a check initial state are well checked . On the other hand under