[jquery-dev] Re: :input doesn't match option

2009-01-06 Thread Leeoniya
sounds like a textbook delegation case to me, no? On Jan 6, 9:26 am, Karl Swedberg wrote: > One problem could occur when there are 20 or more elements,   > each with 50 or more options on a page. If someone were to attach an   > event handler ( e.g. blur() ) to all :input elements, that would b

[jquery-dev] Re: Taconite plugin reveals 1.3b2 regress bug (#3737) : (

2009-01-06 Thread malsup
> malusp and i reopened this one, maybe you guys can take a look? pretty > please? > > http://dev.jquery.com/ticket/3737 Created a test page that shows the bug without Taconite: http://jquery.malsup.com/test13/test-script-1.3b2.html --~--~-~--~~~---~--~~ You rece

[jquery-dev] Re: Taconite plugin reveals 1.3b2 regress bug (#3737) : (

2009-01-06 Thread John Resig
Yep, it's already re-entered into my todo list. Need to spot what re-regressed. --John On Tue, Jan 6, 2009 at 9:01 PM, Leeoniya wrote: > > malusp and i reopened this one, maybe you guys can take a look? pretty > please? > > http://dev.jquery.com/ticket/3737 > > > --~--~-~--~~

[jquery-dev] Taconite plugin reveals 1.3b2 regress bug (#3737) : (

2009-01-06 Thread Leeoniya
malusp and i reopened this one, maybe you guys can take a look? pretty please? http://dev.jquery.com/ticket/3737 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send

[jquery-dev] Re: Fwd: [jQuery] a possible selector bug in 1.2.6 solved in 1.3.beta2

2009-01-06 Thread John Resig
> Sorry: i posted this in the main mailinglist: it occurs to me the dev > list might be more suited. Can you confirm this is a 1.2.6 bug fixed > in 1.3 beta 2? This is just so that i can tick this in my own app's > bugs list. > Thank you Alexandre I'm not completely sure what was going wrong in y

[jquery-dev] Fwd: [jQuery] a possible selector bug in 1.2.6 solved in 1.3.beta2

2009-01-06 Thread Alexandre Plennevaux
Sorry: i posted this in the main mailinglist: it occurs to me the dev list might be more suited. Can you confirm this is a 1.2.6 bug fixed in 1.3 beta 2? This is just so that i can tick this in my own app's bugs list. Thank you Alexandre -- Forwarded message -- From: pixeline Da

[jquery-dev] Porting a version of Mootool's Swiff

2009-01-06 Thread Dan
Hi, I am interested in getting involved in jQuery development, specifically, I would like to try to port the Swiff.js functionality from Mootools, as it allows for vastly superior interface with Actionscript. Has anyone attempted this, or are there any outstanding issues I should know about that

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Balazs Endresz
Regarding the other one, $('li').not(':odd:first'): http://dev.jquery.com/ticket/3796 On Jan 6, 7:07 pm, "John Resig" wrote: > Thanks for the links guys, I've added them to my todo list. > > --John > > On Tue, Jan 6, 2009 at 12:07 PM, Balazs Endresz > > wrote: > > > Hi, here are the links corre

[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-06 Thread Briz
Thanks, I was hoping it was helpful. On Tue, Jan 6, 2009 at 10:07 AM, John Resig wrote: > > Thanks for pulling this together - I'm making a note of it! > > Oh, and great test case, by the way :-) It's great to see everything > on one page. > > --John > > > > On Tue, Jan 6, 2009 at 12:58 PM, Bri

[jquery-dev] Re: a change in bind?

2009-01-06 Thread John Resig
Thanks for the sample code, Garrett. It's on my todo list. --John On Mon, Jan 5, 2009 at 11:14 PM, Garrett LeSage wrote: > > Hi everyone! > > I'm testing 1.3 beta 2 with the project I'm working on... and noticed > bind seems to act slightly different, compared to 1.2.6. > > In jQuery 1.2.6, b

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread John Resig
Thanks for the links guys, I've added them to my todo list. --John On Tue, Jan 6, 2009 at 12:07 PM, Balazs Endresz wrote: > > Hi, here are the links correctly: > http://13beta.learningjquery.com/126.html > http://13beta.learningjquery.com/13b2.html > > The last-child issue looks like easy to

[jquery-dev] Re: 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-06 Thread John Resig
Thanks for pulling this together - I'm making a note of it! Oh, and great test case, by the way :-) It's great to see everything on one page. --John On Tue, Jan 6, 2009 at 12:58 PM, Briz wrote: > > Hi, guys. So far, 1.3b2 is a drop-in replacement for my most recent > work. I've run into only

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Karl Swedberg
Thanks, Balazs! And sorry for the local virtualhost links. Yikes! --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 6, 2009, at 12:07 PM, Balazs Endresz wrote: > > Hi, here are the links correctly: > http://13beta.learningjquery.com/126.html > http://13beta

[jquery-dev] 1.3b2 trouble with selectors on nested contexts in XML documents

2009-01-06 Thread Briz
Hi, guys. So far, 1.3b2 is a drop-in replacement for my most recent work. I've run into only one issue so far. I documented it here: http://jquery.glyphix.com/1.3/ I'm happy to make a ticket for it, but I'm not sure if it's been reported yet. --~--~-~--~~~---~--~~

[jquery-dev] Re: jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Balazs Endresz
Hi, here are the links correctly: http://13beta.learningjquery.com/126.html http://13beta.learningjquery.com/13b2.html The last-child issue looks like easy to fix: http://dev.jquery.com/ticket/3793 I have no idea about the other one :) On Jan 6, 2:28 pm, Karl Swedberg wrote: > Hi John, et. al.

[jquery-dev] Re: :input doesn't match option

2009-01-06 Thread Karl Swedberg
One problem could occur when there are 20 or more elements, each with 50 or more options on a page. If someone were to attach an event handler ( e.g. blur() ) to all :input elements, that would be a huge number of elements being bound. It probably would produce unexpected behavior, too.

[jquery-dev] Re: :input doesn't match option

2009-01-06 Thread Paul Bakaus
On Tue, Jan 6, 2009 at 4:23 PM, John Resig wrote: > > Well, the problem is that :input is designed to match individual form > elements - especially things that might be submitted to the server. > Individual option elements aren't submitted to a server - nor are they > individually useful (their v

[jquery-dev] Re: :input doesn't match option

2009-01-06 Thread John Resig
Well, the problem is that :input is designed to match individual form elements - especially things that might be submitted to the server. Individual option elements aren't submitted to a server - nor are they individually useful (their values only really mean anything within the context of a selec

[jquery-dev] :input doesn't match option

2009-01-06 Thread Paul Bakaus
Hey guys, I figured recently that the :input selector matches select boxes but no options. Since we use it to cancel events in jQuery UI, some users reported select boxes not to work when draggables are used, for example. See the bug report here: http://dev.jquery.com/ticket/3791 Do you see any

[jquery-dev] My take on jQuery UI

2009-01-06 Thread mile
I believe the logic of jQuery is: jQuery('select something').doSomeAction() There are UI features that haven't been developed and are taking long but are very useful. Feautures like forms, grid, etc. I do not know if this have been thought about already or it is the way things are, but here is wha

[jquery-dev] a change in bind?

2009-01-06 Thread Garrett LeSage
Hi everyone! I'm testing 1.3 beta 2 with the project I'm working on... and noticed bind seems to act slightly different, compared to 1.2.6. In jQuery 1.2.6, bind accepts (type, [data], fn). This is the same in 1.3b2, except that it appears fn is passed three arguments instead of two. The new sec

[jquery-dev] jQuery 1.3 beta 2 - :not selector still has problems

2009-01-06 Thread Karl Swedberg
Hi John, et. al., It looks like the :not filter been fixed with regard to the selector expression $('li:not(:odd)'), but it still is throwing an error with $ ('li:not(:last-child)') : match[3] is undefined (line 1862) match[3] = match[3].match(chunker).length > 1 ? Test