-
3 Dec 2008 2:28 AM #1
[2.x][FIXED] Invalid DomQuery(Xpath) selector used in Ext.Button
[2.x][FIXED] Invalid DomQuery(Xpath) selector used in Ext.Button
Ext.Button contains
This is tolerated by DomQuery, and so works OK even though DomQuery is documented to requireCode:buttonSelector : "button:first",
But with the next generation of browsers including native DOM selection engines, this tolerance will disappear when DomQuery is upgraded to use native selection where available (Which must happen)Code:buttonSelector : "button:first-child",
See this thread: http://extjs.com/forum/showthread.php?t=45185Search 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
-
3 Dec 2008 3:40 AM #2
Thanks Nige, fixed in SVN.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!


Reply With Quote