[jQuery] Re: jquery validate bug

2009-12-15 Thread Givan
Sorry, I didn't give you enough details. The validation of the form elements are are made on onblur event, if you don't click outside the last textarea then that field will not be validated. When you click on the submit form when editing the last textarea the onblur event is triggered but the

[jQuery] IE 7-8 bug on menu loading when mouse is over the menu

2009-12-11 Thread killer chicken
I have this issue in IE only, i've search in the forum but i didn't found nothing about that on page loading, if the mouse is over the menu IE throws an error this is what the debbugger throws in jquery.js line 25 nodeType null or non an object if(elem.nodeType==3||elem.nodeType==8 firefox

[jQuery] Re: $(document).resize bug?

2009-09-25 Thread Bertilo Wennergren
MartinBorthiry wrote: I'm trying to do this: $(document).resize(function(){alert('yea')}); but doesn't work on firefox or chrome, only work fine on IE (WTF!) I'd tryied $('body').resize... but happen the same. $(window).resize work fine but i need to detect when the body's height

[jQuery] Re: $(document).resize bug?

2009-09-25 Thread MartinBorthiry
On 25 sep, 13:13, Bertilo Wennergren berti...@gmail.com wrote: MartinBorthiry wrote:  I'm trying to do this:  $(document).resize(function(){alert('yea')});  but doesn't work on firefox or chrome,  only work fine on IE (WTF!)  I'd tryied $('body').resize...  but happen the same.

[jQuery] JQuery cycle plugin bug(?) in firefox

2009-09-13 Thread sidders
Hi All, I've discovered some odd Firefox behaviour when using the JQuery cycle plugin. I'm simply trying to cycle through a few images. When you first visit the page, firefox fails to render the images correctly with the first overflowing it's container and the rest appearing as squashed

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

2009-09-07 Thread Pierre Bellan
be the source of the problem, we can move forward. Pierre 2009/8/19 Pierre Bellan fcy...@gmail.com 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

[jQuery] Re: a probable bug with keyboard events

2009-09-06 Thread alexbodn . groups
hello joern, sorry didn't see your answer. your patch proposed to the ticket is working great. please commit it if you can. On Fri, Nov 14, 2008 at 16:44, Jörn Zaeffererjoern.zaeffe...@googlemail.com wrote: Finally a ticket: http://ui.jquery.com/bugs/ticket/3587 Jörn On Mon, Oct 20, 2008

[jQuery] Re: IE8 Selector Bug?

2009-08-13 Thread Liam Potter
If you are using 1.2.6 you need to use the @ symbol $('#Row_1 inp...@type=text]').each(function() { $(this).val(''); }); gentry wrote: Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I can't move to it yet because of some

[jQuery] Re: IE8 Selector Bug?

2009-08-13 Thread Liam Potter
ignore that Liam Potter wrote: If you are using 1.2.6 you need to use the @ symbol $('#Row_1 inp...@type=text]').each(function() { $(this).val(''); }); gentry wrote: Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I

[jQuery] Re: IE8 Selector Bug?

2009-08-12 Thread Jeffrey Kretz
] On Behalf Of gentry Sent: Wednesday, August 12, 2009 10:26 AM To: jQuery (English) Subject: [jQuery] IE8 Selector Bug? Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I can't move to it yet because of some other issues. I'm trying

[jQuery] Re: IE8 Selector Bug?

2009-08-12 Thread amuhlou
Not confirming or disconfirming that it is a bug, but using the attr() method worked for me $('#Row_1 input[type=text]').each(function() { $(this).attr('value',''); }); On Aug 12, 1:25 pm, gentry gent...@gmail.com wrote: Anybody know why this doesn't work in IE8 with jQuery version

[jQuery] Re: IE8 Selector Bug?

2009-08-12 Thread John Resig
: Wednesday, August 12, 2009 10:26 AM To: jQuery (English) Subject: [jQuery] IE8 Selector Bug? Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I can't move to it yet because of some other issues. I'm trying to clear all the textboxes

[jQuery] Re: IE8 Selector Bug?

2009-08-12 Thread gentry
) Subject: [jQuery] IE8 Selector Bug? Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I can't move to it yet because of some other issues. I'm trying to clear all the textboxes in a table row but only the 1st textbox gets

[jQuery] Re: IE8 Selector Bug?

2009-08-12 Thread John Resig
@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of gentry Sent: Wednesday, August 12, 2009 10:26 AM To: jQuery (English) Subject: [jQuery] IE8 Selector Bug? Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I

[jQuery] Re: IE8 Selector Bug?

2009-08-12 Thread gentry
[mailto:jquery...@googlegroups.com] On Behalf Of gentry Sent: Wednesday, August 12, 2009 10:26 AM To: jQuery (English) Subject: [jQuery] IE8 Selector Bug? Anybody know why this doesn't work in IE8 with jQuery version 1.2.6? It works in the latest jQuery version but I can't move

[jQuery] Re: Input fields bug

2009-07-22 Thread Kozie
Thanks a lot gil, tried it and it worked immediately! Thanks again! On Jul 21, 4:02 pm, gil gilalbe...@gmail.com wrote: Hi Koos, It might be this: When you open the pop up it adds some divs, but there is one that doesn't disappear when you click exit. Disable the div with

[jQuery] Re: JQuery IE Bug? trigger with TABLE Element

2009-07-22 Thread amuhlou
a link to the page where it's happening (or a test page where you replicate the problem) would help. On Jul 22, 9:31 am, Diogo diogo.l...@gmail.com wrote: Hi, I am having trouble with the Trigger in JQuery 1.3.2 and IE. It works in FireFox but breaks in IE6 and 8. JQuery.js line 2644 if (

[jQuery] Re: Input fields bug

2009-07-21 Thread gil
Hi Koos, It might be this: When you open the pop up it adds some divs, but there is one that doesn't disappear when you click exit. Disable the div with id=overlayButtonPlaceholder with display:none, when you close the popup. Regards On Jul 21, 2:09 am, Kozie flamefing...@gmail.com wrote:

[jQuery] Looks like a bug in IE7 with replaceWith

2009-07-01 Thread Max Fedorov
Hi, I have a following Jquery code, as you can see all it does when user clicks an html link it shows a hidden div (I am using SlideToggle). The problem is in changing plus icon on minus icon after we clicked on a link, for example when div is hidden we should show plus, after we clicked a link

[jQuery] Re: SWF animate() bug? Reloads swf. :(

2009-06-30 Thread mhulse
Looks like Firefox 3.5/Mac behaves the same way. On Jun 30, 3:28 pm, Micky Hulse rgmi...@gmail.com wrote: Hi, Just wondering if anyone was/is able to find a solution to this bug: http://dev.jquery.com/ticket/4628 I need to animate the container of a flash embed, but I can't have my flash

[jQuery] Pleas help with bug timepickr and validations plugin

2009-06-09 Thread Pitrsonek
Hi, i need use jquery time picker: http://haineault.com/media/jquery/ui-timepickr/page/ and jquery validation plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ When i link this librarys timepicker dont show time good: http://bug.dvdvnovinachacasopisech.eu/test.htm but

[jQuery] plug-in tablesorter bug/anomalies

2009-06-04 Thread barton
The tablesorter plug-in by Christian Bach has what I think are a couple of bugs/anomalies. 1) a column that starts with a zero is not identified as a 'digit'. I think it should be. 2) a column that starts with an IP address that looks like 192.168.1.1 or 1.127.77.1 -- that is any IP with a

[jQuery] Re: IE iframe bug? Attributes not available on $(document).ready - any advice?

2009-05-21 Thread sebastien creme
have you tried .height() instead of .attr('height') ? this method sjould handle crossbrowsing issues! On May 20, 11:53 pm, nabrown78 nabrow...@gmail.com wrote:  Just to note, maybe the problem is related to document.ready firing too early within iframe :

[jQuery] Re: IE iframe bug? Attributes not available on $(document).ready - any advice?

2009-05-20 Thread nabrown78
Just to note, maybe the problem is related to document.ready firing too early within iframe : http://groups.google.com/group/jquery-dev/browse_thread/thread/460f3f6a6bf0b61/1f7ae233a9485450 ?

[jQuery] :contains selector error/bug in IE

2009-05-15 Thread Spiderhawk
I am loading an XML doc with the jQuery ajax call and then trying to search it using this statement. var myRow = $(myXML).find('Cell:contains(0100)') This works just fine in FireFox and Chrome but I get 0 results in IE Can someone suggest an alternate way to accomplish this same search that

[jQuery] Re: firefox hover bug with 'title' attribute?

2009-04-30 Thread waseem sabjee
does the same instance occur if you use any of the jquery 1.3.x scripts ? On Fri, May 1, 2009 at 12:21 AM, Jon Crump jjcr...@myuw.net wrote: jQuery 1.2.6 and Firefox 3.0.7 on MacBook OS X 10.5.5 If I might renew an unanswered thread: I've encountered this twice now in different contexts.

[jQuery] Re: firefox hover bug with 'title' attribute?

2009-04-30 Thread Jon Crump
Waseem thanks for responding. On Fri, 1 May 2009, waseem sabjee wrote: does the same instance occur if you use any of the jquery 1.3.x scripts ? I updated the example at http://home.myuw.net/jjcrump/test/opacity-test.html to use jquery 1.3.2 and it still shows the same effect. I can live

[jQuery] Re: firefox hover bug with 'title' attribute?

2009-04-30 Thread Ricardo
The title popup is probably stealing focus from the element, there is no way to prevent that I guess. You could work around that by calculating if the cursor is already inside the element when mouseover fires. On Apr 30, 9:01 pm, Jon Crump jjcr...@myuw.net wrote: Waseem thanks for responding.

[jQuery] jquery and https bug

2009-04-27 Thread gillian
Hi there I am working on a site that is using https. i have a toolbar using jquery but for some reason, IE6 throws an error saying 'Security Information This page contains both secure and nonsecure items ...' Any ideas on what's happening? Or how i can fix this? thanks gillian

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-04-22 Thread Abhimanyu Grover
I am experiencing exactly same problem. Did you find a solution yet? On Feb 23, 10:14 pm, James Finley jamesfin...@gmail.com wrote: I am running jQuery 1.2.6, and experiencing a major bug with form fields disappearing in IE 7.0.5730.11. I have fieldsets that can be collapsed (uses slideUp),

[jQuery] jQuery + Firefox - Potential bug with hover event?

2009-04-22 Thread temega
I came across this at work using jQuery 1.2.4 and now replicated it at home with jQuery 1.3.2. Instructions and example here: http://www.temega.co.uk/dump/4pqjql.html

[jQuery] JQuery UI BlockUI Plugin bug

2009-04-11 Thread wardenik
In version: http://www.malsup.com/jquery/block/jquery.blockUI.js?v2.15 When you invoke .block() on the same element multiple times, then you get multiple layers. Instead it should if this element is already blocked :-) great plugin! thanks!

[jQuery] Re: jquery media bug in IE? (jquery.media)

2009-04-05 Thread Bro
I've got the same problem :( On 19 mar, 23:45, Steve s...@quinn.com wrote: Hi all, I am getting a Javascripterrorwhen using the media plugin (http:// plugins.jquery.com/project/media) in IE at the page: http://www.bbhscanners.com/products/ngenuity/ (works fine in FF and other browsers).  

[jQuery] Re: jquery media bug in IE? (jquery.media)

2009-04-05 Thread Mike Alsup
On Apr 5, 12:49 pm, Bro coolpari...@gmail.com wrote: I've got the same problem :( On 19 mar, 23:45, Steve s...@quinn.com wrote: Hi all, I am getting a Javascripterrorwhen using the media plugin (http:// plugins.jquery.com/project/media) in IE at the page:

[jQuery] Firefox 3 (Win) bug in slide animation

2009-03-31 Thread ender
To see this bug in action, visit: http://www.keytosavannah.com and/or http://keytosavannah.dev.emarketsouth.com and click on one of the days in the calendar (top of the left column on most any page). A div will use the slide animation to display on top of the calendar with that day's events.

[jQuery] Re: li width bug in jCarousel

2009-03-10 Thread Bob
Oops - I wasn't aware that the second parameter was the context - I was reading this as if both parameters were inside the quotes. Please ignore this note.

[jQuery] Re: Jquery 1.3.2 bug in getting checkbox ..... maybe

2009-03-10 Thread Nisar Nisar Rafiq
this message in context: http://www.nabble.com/Jquery-1.3.2-bug-in-getting-checkbox-.-maybe-tp22447984s27240p22447984.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Jquery 1.3.2 bug in getting checkbox ..... maybe

2009-03-10 Thread Karl Rudd
Menggaris | The Technology Buddy markt |@| menggaris.com -- View this message in context: http://www.nabble.com/Jquery-1.3.2-bug-in-getting-checkbox-.-maybe-tp22447984s27240p22447984.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Superfish menu, IE7 bug - menu expands in a flash when changing page

2009-03-08 Thread jonasnorlin
Hey all ! I have created a superfish menu for my modx website, based on the exsisting menu: wayfinder.jmultilevel. Note: the problem i'm having is related to internet explorer 7, the menu works flawless in firefox. When you click on an menu item and get directed to the new page, the menu

[jQuery] 1.3.1/2 selecting bug... or feature?

2009-02-23 Thread Sjeiti
I've build a recursive tree. Now I'm trying to get the number of list elements but I get weirds results: $(li).length = 10; $(bodyul li).length = 4; Is this right?.. or a bug... (1.2.6 works as expected) [code] !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 12:14 PM, James Finley jamesfin...@gmail.com wrote: I am running jQuery 1.2.6, and experiencing a major bug with form fields disappearing in IE 7.0.5730.11. I have fieldsets that can be collapsed (uses slideUp), and for some reason when you click into/ focus on a

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
It's a major bug because this Javascript is in a corporate project management system, with some 200+ users. IE is a bug of it's own, but since everyone is using it here, I have to deal. Now I just replicated the same glitch in IE 7.0.5730.13. The field appears to still exist, but has been shifted

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread Vincent Nguyen
Be careful! I encounter some same issue in past! It's more simple than i think! I made some typo and forget to close some html tag, that leads some fields disappear! That's is my exp! Wonder that you try to check all html close and open correctly! 2009/2/23 James Finley jamesfin...@gmail.com

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
It is not that. I just ran the validator, and it is mostly clean. The issues that do exist are very minor. On Feb 23, 11:48 am, Vincent Nguyen kureik...@gmail.com wrote: Be careful! I encounter some same issue in past! It's more simple than i think! I made some typo and forget to close some

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 12:43 PM, James Finley jamesfin...@gmail.com wrote: It's a major bug because this Javascript is in a corporate project management system, with some 200+ users. IE is a bug of it's own, but since everyone is using it here, I have to deal. Now I just replicated the same

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread James Finley
I am using XHTML 1.0 Strict, so not quirks mode. The errors that exist on the page are from checked=true and because of a few spaces in ids. I just checked with the CSS turned off, and I cannot replicate the issue. On Feb 23, 12:11 pm, brian bally.z...@gmail.com wrote: On Mon, Feb 23, 2009 at

[jQuery] Re: Internet Explorer Bug (Disappearing Fields)

2009-02-23 Thread brian
On Mon, Feb 23, 2009 at 1:53 PM, James Finley jamesfin...@gmail.com wrote: I am using XHTML 1.0 Strict, so not quirks mode. But, if the page doesn't validate for some reason, the browser will shift to quirks mode. Simply providing a DOCTYPE doesn't guaerantee which mode the page will be

[jQuery] Re: jQuery 1.3.2 + Dialog + Tabs = Bug

2009-02-22 Thread Klaus Hartl
').tabs(select,#tabs-2); which also works... --Klaus On 22 Feb., 02:48, mgl mgl@gmail.com wrote: Hi all, I've found a bug in jQuery 1.3.2 (or maybe Dialog/Tabs in UI 1.6rc6). In my application, I have a dialog with tabs inside of it.  I create the dialog and build/setup the elements

[jQuery] Re: jQuery 1.3.2 + Dialog + Tabs = Bug

2009-02-22 Thread Klaus Hartl
tab: content.dialog('open'); tabdiv.children('#tabs').tabs(select,#tabs-2); which also works... --Klaus On 22 Feb., 02:48, mgl mgl@gmail.com wrote: Hi all, I've found a bug in jQuery 1.3.2 (or maybe Dialog/Tabs in UI 1.6rc6). In my application, I have a dialog with tabs inside

[jQuery] Re: jQuery 1.3.2 + Dialog + Tabs = Bug

2009-02-22 Thread mgl
, I've found a bug in jQuery 1.3.2 (or maybe Dialog/Tabs in UI 1.6rc6). In my application, I have a dialog with tabs inside of it.  I create the dialog and build/setup the elements inside it before it is displayed to the user.  Up to jQuery 1.3.1 I haven't had a problem

[jQuery] Re: jQuery 1.3.2 + Dialog + Tabs = Bug

2009-02-22 Thread neha toor
On 22 Feb., 02:48, mgl mgl@gmail.com wrote: Hi all, I've found a bug in jQuery 1.3.2 (or maybe Dialog/Tabs in UI 1.6rc6). In my application, I have a dialog with tabs inside of it. I create the dialog and build/setup the elements inside it before it is displayed

[jQuery] jQuery 1.3.2 + Dialog + Tabs = Bug

2009-02-21 Thread mgl
Hi all, I've found a bug in jQuery 1.3.2 (or maybe Dialog/Tabs in UI 1.6rc6). In my application, I have a dialog with tabs inside of it. I create the dialog and build/setup the elements inside it before it is displayed to the user. Up to jQuery 1.3.1 I haven't had a problem

[jQuery] [validate] plugin maxlength bug with textarea?

2009-02-19 Thread rami
When maxlength is set for textarea and the field is validated, the plugin seems to consider line breaks within the textarea as two characters at least in IE and Opera. That is because in IE and Opera, the textarea string received with element.value contains line breaks represented with two

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-11 Thread pilgrim
Hi Ralph, I don't understand $ alias much. In source code, i changed $ to $jq for example. But still got conflict. After all, I changed function name remove to removeNode in jquery.treeview.async.js. Oops it does help me. Thanks for your help. Van On Feb 11, 1:44 pm, Ralph Whitbeck

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-11 Thread jQuery Lover
Try to put the code in an anonymous function like so: (function($){ // the code of treeview })(jQuery); More about this method and its purpose you can read - here http://jquery-howto.blogspot.com/2008/12/what-heck-is-function-jquery.html On Thu, Feb 12, 2009 at 12:06 PM, pilgrim

[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-10 Thread Ralph Whitbeck
noConflict will only release the $ back to the other library. You'll need to go through and update your jQuery lines like so from $(div).hide(); to jQuery(div).hide(); http://docs.jquery.com/Core/jQuery.noConflict Ralph On Feb 10, 9:59 pm, pilgrim leva...@gmail.com wrote: Hi, I'm using

[jQuery] Re: Is this bug in IE or ui tabs

2009-02-06 Thread Varun Khatri
any ideas ? On Thu, Feb 5, 2009 at 5:56 PM, Varun Khatri khatri.vk1...@gmail.comwrote: I am using a function like : $('.ui-tabs-nav').bind('tabsselect', function(event, ui) { $(input[rel='currentTab']).val(ui.index); $(#example div.ui-tabs-panel).empty(); }); It just

[jQuery] Re: Is this bug in IE or ui tabs

2009-02-05 Thread James
Are your tabs AJAX? I had a similar issue, but it didn't work in Firefox also. Apparently this occurred for me because everytime you click on a tab, the AJAX loaded HTML remains in the DOM. This is an issue if you have separate tabs HTML with elements that have the same ID, as this will cause

[jQuery] Re: Is this bug in IE or ui tabs

2009-02-05 Thread Varun Khatri
I am using a function like : $('.ui-tabs-nav').bind('tabsselect', function(event, ui) { $(input[rel='currentTab']).val(ui.index); $(#example div.ui-tabs-panel).empty(); }); It just removes everything from tab , buttons , textbox , table everything... I want that when I click on

[jQuery] Re: Complex selector: bug on IE

2009-02-02 Thread Karl Swedberg
On Feb 2, 2009, at 9:52 AM, jQuery Lover wrote: Aren't you supposed to use @ symbol in 1.2.6 ? No. The @ symbol has been deprecated (not removed) since 1.1.4, August 2007: http://blog.jquery.com/2007/08/24/jquery-114-faster-more-tests-ready-for-12/ in the Deprecated Functionality

[jQuery] Re: Complex selector: bug on IE

2009-02-02 Thread jQuery Lover
Aren't you supposed to use @ symbol in 1.2.6 ? Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Feb 2, 2009 at 4:20 PM, Kud kud.g...@gmail.com wrote: Hello, I have a problem with jquery 1.2.6 and IE (6 and 7). When I use this code :

[jQuery] Re: Odd dialog bug

2009-01-24 Thread Mike Alsup
$('#' + popupId).dialog({                                 autoOpen:               true,                                 resizable :     false,                                 bgiframe :              true,                                 position :              [pos['x'], pos['y']],          

[jQuery] Re: Odd dialog bug

2009-01-24 Thread jay
I've used negative values on IE7 before.. Is a different DOCTYPE possible? On Jan 24, 7:42 am, Mike Alsup mal...@gmail.com wrote: $('#' + popupId).dialog({                                 autoOpen:               true,                                 resizable :     false,                

[jQuery] Re: Odd dialog bug

2009-01-24 Thread Kostrowsky
Tried a few Doctypes, to no avail. Thanks for the suggestion. I'm fine with negative values, but in the line in question, it's the property minHeight that is set to either -47px or -23px. Quite a minHeight! It seems to me the UI framework has some difficulty calculating the actual height of

[jQuery] Re: Odd dialog bug

2009-01-24 Thread Richard D. Worth
Are you testing the latest preview release of jQuery UI, 1.6rc5, with jQuery 1.3? If so, and the issue is present there, please enter a ticket here http://ui.jquery.com/bugs/newticket (note: requires registration) Also note, there is a jQuery UI mailing list:

[jQuery] Re: Odd dialog bug

2009-01-24 Thread François
2009/1/24 Richard D. Worth rdwo...@gmail.com Are you testing the latest preview release of jQuery UI, 1.6rc5, with jQuery 1.3? I am. Notwithstanding this difficulty, I'm very pleased with jQuery. An excellent framework. If so, and the issue is present there, please enter a ticket here

[jQuery] Re: Possible 1.3 bug

2009-01-17 Thread Diego A.
Hi Karl, That seems to have worked perfectly. I was quite happy to wait for a new version but thank you for attending to this so quickly! Cheers, Diego A. 2009/1/15 Karl Swedberg k...@englishrules.com Thanks, Balazs! Hi Diego, I took a quick look at the moreSelectors script and noticed that

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Diego
I'm having the same problem. Has anyone overcome this yet? It sounds like we're using a selector that is no longer supported in jQuery 1.3. But which On Jan 15, 7:39 am, emmj...@gmail.com emmj...@gmail.com wrote: I was checking all of my random plugins/scripts to make sure they all work

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Diego
FYI. I found my offending code. It's a combination of these selectors: :text, :password, :file, :select, :button I just can't figure out why! On Jan 15, 7:39 am, emmj...@gmail.com emmj...@gmail.com wrote: I was checking all of my random plugins/scripts to make sure they all work with jQuery

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Diego
Hi (me again), the problem was being caused by the moreSelectors plugin on this page: http://www.softwareunity.com/jquery/JQueryMoreSelectors/ On Jan 15, 2:40 pm, Diego diego.a...@gmail.com wrote: FYI. I found my offending code. It's a combination of these selectors: :text, :password, :file,

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread tpb976
It seems the problem has to do with creating custom selectors. I have a custom selector that I created and I am receiving this exact error. I am currently looking into the problem to see what I can figure out. On Jan 15, 9:05 am, Diego diego.a...@gmail.com wrote: Hi (me again), the problem was

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Balazs Endresz
In jquery.liveFilter.js a pseudo selector defined as a string, which was deprected since 1.2 if I remember right. jQuery.extend( jQuery.expr[':'], { insContains : jQuery(a).text().toUpperCase().indexOf(m [3].toUpperCase())=0 }); This should be a function instead:

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Tim Banks
That worked for me Balazs. Thanks for your help. If anyone is having a problem with this feel free to contact me about it. -Tim On Jan 15, 10:01 am, Balazs Endresz balazs.endr...@gmail.com wrote: In jquery.liveFilter.js a pseudo selector defined as a string, which was deprected since 1.2 if

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Karl Swedberg
Thanks, Balazs! Hi Diego, I took a quick look at the moreSelectors script and noticed that it uses the [...@attr] syntax in a few places. It also defines the pseudo- selectors as strings. I took the liberty of updating the script. I removed the :csv() selector and the extended filter()

[jQuery] Re: UI Tabs bug

2009-01-15 Thread brian
sorry, jQuery 1.2.6 UI 1.6rc4 On Thu, Jan 15, 2009 at 10:49 PM, brian bally.z...@gmail.com wrote: synopsis: UI.tabs faisl hard when there is no UL for which to apply tabs. I have an admin section for which I'm using a tabbed nav bar. But, in a few pages, the UL does not appear (by

[jQuery] Re: UI Tabs bug

2009-01-15 Thread Klaus Hartl
Could you please file a ticket... thanks. --Klaus On 16 Jan., 06:13, brian bally.z...@gmail.com wrote: sorry, jQuery 1.2.6 UI 1.6rc4 On Thu, Jan 15, 2009 at 10:49 PM, brian bally.z...@gmail.com wrote: synopsis: UI.tabs faisl hard when there is no UL for which to apply tabs. I have

[jQuery] a possible selector bug in 1.2.6 solved in 1.3.beta2

2009-01-06 Thread pixeline
strange, i was fighting against a bit of code where the selector engine would not want to behave as i expected. Out of ideas, i tried using the freshly released jquery 1.3 beta 2 and it turns out the engine now works as i expected! here is the incriminated code: var $thisLI = $('#' +

[jQuery] Re: variable scope bug in Firefox only?

2008-12-28 Thread Michael Geary
There must be something else going on with your code other than the snippet you've posted here. It's hard to believe that a local variable would not work properly in Firefox. If you could post a link to a complete test page, I'll bet someone could tell you what is going wrong. -Mike From:

[jQuery] corner plugin ie7 bug

2008-12-22 Thread hcvitto
i i got a weird error using the jquery.corner plugin on ie7. I attached two image. The wrong one is how the page appears in ie7 (look at the red square on the right where the corner get), the right one is for all the other browser..(ie6 included..!!!)

[jQuery] Re: Slide Toggle - Bug in Firefox?

2008-12-17 Thread theoga...@googlemail.com
An example page will be helpful. You might want to see if you have set wmode=transparent in your flash first. Thank you for your reply Kean! I added the param vmode as transparent in the HTML, it seems to make it worse :( it seems make it blink for a fraction of a second!! a

[jQuery] Re: Slide Toggle - Bug in Firefox?

2008-12-17 Thread theoga...@googlemail.com
Just to make it clear, do not view this in IE since it works, but in Firefox it doesn't and also seamonkey if anyone uses that! I have also found that Firefox doesn't play well with wmode=transparent. Not sure if this has been fixed since this was the case a while back.

[jQuery] Re: Slide Toggle - Bug in Firefox?

2008-12-16 Thread Kean
An example page will be helpful. You might want to see if you have set wmode=transparent in your flash first. On Dec 16, 12:08 pm, theoga...@googlemail.com theoga...@googlemail.com wrote: Hello all, This is my first post here but I have been trying to solve this problem for a while now and I

[jQuery] Re: Confirmed the bug and have a fix

2008-12-15 Thread Jerry Cheung
Oops, I meant to post to this about yuicompressor and jcarousellite: http://groups.google.com/group/jquery-en/browse_thread/thread/c17dd87e38844f2/4e7d8db08f49369a?lnk=gstq=yuicompressor+jcarousellite#4e7d8db08f49369a On Sun, Dec 14, 2008 at 8:55 PM, jch jollyje...@gmail.com wrote: The bug is

[jQuery] Re: event target bug or jquery.validation bug in IE?

2008-12-08 Thread Jörn Zaefferer
I don't quite follow your description, but in any case, you can disable the focusing by setting focusInvalid: false. Jörn On Mon, Dec 8, 2008 at 11:56 AM, Arthur Ccube [EMAIL PROTECTED] wrote: I'm using jquery.validation.js plugin. It works fine in firefox. However, in IE, I have problem if

[jQuery] Re: jcarousel ie6 bug

2008-12-04 Thread hcvitto
solution found:).. On 3 Dic, 17:36, hcvitto [EMAIL PROTECTED] wrote: hi i'm using jcarousel plugin for a project. Problem is in ie6 the last image in all of my carousel doesn't show up? Any idea? Thanks Vitto

[jQuery] $.ajax async: false bug?

2008-12-02 Thread Hightech guy
Hi, colleagues I would appreciate your opinion/advice on the following I'm trying to save extra run to the back end by overwriting JS url variable with AJAX function and activate download from the visitor's browser as described by code below. Unfortunately what happens is extra run to the back

[jQuery] Cascade Plugin IE6 bug

2008-11-22 Thread Bernard
Hi all, the First Option demo doesn't work on IE6. It never selects the first option, and it displays a Javascript error message : Impossible to define the selected property. Index not valid It seems the target select list is not loaded, but I don't understand why ? Any idea ? Thank you,

[jQuery] Re: a probable bug with keyboard events

2008-11-14 Thread Jörn Zaefferer
Finally a ticket: http://ui.jquery.com/bugs/ticket/3587 Jörn On Mon, Oct 20, 2008 at 2:59 AM, alex bodnaru [EMAIL PROTECTED] wrote: backspace support added. alex On Mon, Oct 20, 2008 at 02:08, alex bodnaru [EMAIL PROTECTED] wrote: don't tell me i forgot to attach the file ;) On Sun, Oct

[jQuery] jQuery Tabs: CSS Bug

2008-11-12 Thread ripcurlksm
. Ive DISABLED all CSS except for the jQuery tabs CSS and its still showing like this. Ive also tried to use FireBug to examine the CSS that is used and I cant find the problem. -- View this message in context: http://www.nabble.com/jQuery-Tabs%3A-CSS-Bug-tp20471209s27240p20471209.html Sent from

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread John Resig
I'm fairly certain that's incorrect syntax (putting a div inside a span - especially one that's self-closing). The browser will automatically force the div outside the span. --John On Wed, Oct 29, 2008 at 11:38 AM, Jay [EMAIL PROTECTED] wrote: Has someone else already posted this bug

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Jay
On Oct 29, 10:46 am, John Resig [EMAIL PROTECTED] wrote: I'm fairly certain that's incorrect syntax (putting a div inside a span - especially one that's self-closing). The browser will automatically force the div outside the span. Why does it work as I expected if the tag is not self closing?

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread chris thatcher
Hey Jay, I remember having some confusion about the span tag at some point. the html specs do significantly limit the types of tags that can be used inside it and browsers will do unexpected things if you try. definitely look at the w3c site to get some more specifics. On Wed, Oct 29, 2008 at

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Jay
On Oct 29, 11:08 am, chris thatcher [EMAIL PROTECTED] wrote: Hey Jay, I remember having some confusion about the span tag at some point. the html specs do significantly limit the types of tags that can be used inside it and browsers will do unexpected things if you try.  definitely look at

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Robert Koberg
On Oct 29, 2008, at 12:10 PM, Jay wrote: On Oct 29, 11:08 am, chris thatcher [EMAIL PROTECTED] wrote: Hey Jay, I remember having some confusion about the span tag at some point. the html specs do significantly limit the types of tags that can be used inside it and browsers will do

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Richard D. Worth
On Wed, Oct 29, 2008 at 12:04 PM, Jay [EMAIL PROTECTED] wrote: I'll go read up on what the span tag is supposed to do. It seems valid to me that if I wanted to apply format attributes to a bunch of elements I could surround it with a span. A div is a better fit than span in that case. -

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Jay
What? no rules were used when you coded in assembly? There are always rules in everything. In assembler they're predictable and absolute though. With html a lot of things are only 'hints' and it invisibly does whatever it wants without telling you what happened. Add to that different browsers

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Jay
On Oct 29, 11:34 am, Richard D. Worth [EMAIL PROTECTED] wrote: A div is a better fit than span in that case. Thanks Richard. That works as well as what I had and I'm closer to good practice.

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Robert Koberg
Care to share a link to what you use for xhtml validation? I use my editor, but if you don't have a validating editor, you could use: http://validator.w3.org/

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread ricardobeat
hehe. It's easy once you get to know the intrincacies between CSS and XHTML. A span is an in-line element, it's purpose is to separate a 'span' of text. That's why you can't put a block element (i.e a div) inside. Most elements are either in-line or block level, so it's easy to know what fits.

[jQuery] Re: closing tag bug in jQuery 1.2.6?

2008-10-29 Thread Jay
http://validator.w3.org/ Thanks Robert.

  1   2   3   >