-
8 Apr 2009 2:18 AM #1
[CLOSED] [3.0] FF only Problem in elContains method of ext-base-event.js
[CLOSED] [3.0] FF only Problem in elContains method of ext-base-event.js
When moving the mouse rapidly from inside the body of a TriggerField, through the trigger or back in the same way, the following error occurs:

If you go back one level in the call stack, examine the relatedTarget of the event, and it's very strange. It's an anonymous DIV which is apparently a child element of the <input> element! This must be some internal "virtual" element which the Gecko engine uses, but unfortunately, it gets exposed through relatedTarget.
Here you can see the details. The parentNode of the related div is the input element:
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
8 Apr 2009 4:43 AM #2
This only happens when "Break on all errors" is checked. So not really a problem.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
8 Apr 2009 6:43 AM #3
Yea, this is a Firefox 3 only issue and only occurs when Break on All Errors is turned on.
https://bugzilla.mozilla.org/show_bug.cgi?id=482067Aaron Conran
@aconran
Sencha Architect Development Team
-
8 Apr 2009 6:58 AM #4
OK good, we can put a "somebody else's problem" field around that one then.
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote