PDA

View Full Version : Ext jQuery bug report


cdomigan
04-18-2007, 06:21 AM
Hi,

Here are a few bugs I've stumbled on that seem to be specific to using Ext with jQuery. Please note I'm using the latest 1.1.2 jQuery and Dimensions plugin.



Region splitbars can be repositioned exactly once. When you try to move them again, firebug gives this error: "elem.style has no properties", and points to the jQuery file.
Every now and then (this bug is proving difficult to replicate consistently) collapsing and expanding layout regions causes the region to mess up, render incorrectly, and be inaccessible from that point forward.
The Date picker widget will stop you browsing to prev/next month after you pick a date, or try to change months in the reverse direction. Clicking on < or > has no result.
Animations in general seem to be nowhere near as smooth as the YUI version, although I suspect this is jQuery's fault and not Ext. I also believe jQuery is overhauling their animation system at some point in the near future, which may fix this.


Thanks Jack and team for the great framework - hope this bug report is useful!

Cheers,

Chris

Illiarian
04-18-2007, 09:51 AM
Also, jQuery support requires Dimensions plugin for jQuery. This isn't stated anywhere in the docs and isn't included with the download

jack.slocum
04-18-2007, 07:28 PM
Thanks for the report. Unfortunately all of these are known issues with jQuery that we can't fix. I am hoping they will be fixed in 1.1.3.

cbetancourt
04-18-2007, 10:38 PM
Illiarian, take a look at http://docs.jquery.com/Tutorials:Using_Ext_With_jQuery

jack.slocum
04-18-2007, 10:47 PM
That's great Claude. Thanks for sharing the link.