[jquery-dev] $(window).height() issues in 1.3.x

2009-03-11 Thread Eric Martin
Found a couple of issues with $(window).height() reporting incorrect values in Safari 3.0.x and Opera 9.2x. Test page: http://www.ericmmartin.com/code/jquery/opera/ Created tickets: http://dev.jquery.com/ticket/4335 http://dev.jquery.com/ticket/4336 --~--~-~--~~~-

[jquery-dev] Anyone going to SXSW?

2009-03-11 Thread David Zhou
Any other jQuery folks going to SXSW? I'll be there 'til Tuesday. -- dz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To

[jquery-dev] Re: Structure Plugin Authoring

2009-03-11 Thread Daniel Friesen
After a bit of thought I just thought about one. A __load and __unload for when the plugin is loaded and unloaded. This will allow for the plugin to do extension type stuff and be able to unload. Assuming jQuery.css.addHook and jQuery.css.removeHook for adding and removing css hooks (an extensi

[jquery-dev] Re: nested :not inside :has doesn't work in Firefox 3 and Safari 4 (jQuery 1.3.2) ...worked in jQuery 1.2.6

2009-03-11 Thread Bohdan Ganicky
http://dev.jquery.com/ticket/4322 On Mar 10, 4:43 pm, Cloudream wrote: > File a ticket here:http://dev.jquery.com/ > > So that the team won't miss this bug. :D > > On Tue, Mar 10, 2009 at 9:45 PM, John Resig wrote: > > > Yeah, a ticket would be good - thanks! > > > --John > > > On Tue, Mar 10,

[jquery-dev] Re: Create rounded corner for div

2009-03-11 Thread Daniel Friesen
No, I won't be using canvas or svg techniques. Anything that uses one of those techniques should be handled in another plugin. I'm working with compatibility support for .css({borderRadius: 10}); because I am working with .css I have a single important underlying rule to any modification. Any

[jquery-dev] Re: Create rounded corner for div

2009-03-11 Thread weepy
You could probably use canvas with opera -- that's what I use here : http://labs.parkerfox.co.uk/cornerz/ which works in opera On 11 Mar, 16:28, Daniel Friesen wrote: > Hmm, nice. > > Once John is done his $.attr and $.curCSS refactor I intend to write > extensibility of .css() into jQuery, an

[jquery-dev] Re: Create rounded corner for div

2009-03-11 Thread Daniel Friesen
Hmm, nice. Once John is done his $.attr and $.curCSS refactor I intend to write extensibility of .css() into jQuery, and setup an extension which will add browser support for obscure CSS properties, border-radius being the primary focus (^_^ Maybe I'll even do transform and make it animate-ab

[jquery-dev] Re: Create rounded corner for div

2009-03-11 Thread weepy
Helping IE support Border Radius : http://gist.github.com/77516 On 11 Mar, 14:27, Sam Dutton wrote: > yes please > > On Tue, Mar 10, 2009 at 9:27 PM, weepy wrote: > > > I have a simple jquery plugin that provides an implementation for > > border radius for ie and just uses native rendering f

[jquery-dev] Re: Create rounded corner for div

2009-03-11 Thread Sam Dutton
yes please On Tue, Mar 10, 2009 at 9:27 PM, weepy wrote: > > I have a simple jquery plugin that provides an implementation for > border radius for ie and just uses native rendering for firefox/ > webkit. > > no luck with opera, but personally I don't care that much about that > since it's so low

[jquery-dev] Re: jQuery 1.3.2 on Chrome Bug?

2009-03-11 Thread John Resig
Huh, that's bizarre. Could you file a quick bug on this? http://dev.jquery.com/newticket Thanks for all the hunting on this, I'll see if we can land something for 1.3.3. --John On Tue, Mar 10, 2009 at 8:00 PM, Stephen McKamey wrote: > > I've spent way too long on this, but I was convinced tha

[jquery-dev] jQuery 1.3.2 on Chrome Bug?

2009-03-11 Thread Stephen McKamey
I've spent way too long on this, but I was convinced that it was a bug and I wanted to know if it was in my code, jQuery, or Google Chrome. I've managed to factor out all of "my code" and all that is left is this tiny little snippet which dies only on Google Chrome. Do I have some syntactical iss