<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2218678493142261857.post7626622022256306305..comments</id><updated>2010-01-17T14:24:22.657+02:00</updated><category term='flash'/><category term='qooxdoo'/><category term='imkb'/><category term='javascript'/><category term='debugging'/><category term='parkyeri'/><category term='web'/><category term='unittest'/><category term='vim log syntax'/><category term='argument'/><category term='bwcheck'/><category term='documentary'/><category term='selenium'/><category term='youtube'/><category term='red5'/><category term='oflademo'/><category term='stock market'/><category term='firefox'/><category term='encryption'/><category term='siberfiber'/><category term='git'/><category term='crawlajax'/><category term='internet'/><category term='macbook'/><category term='debian'/><category term='video'/><category term='addon'/><category term='snort'/><category term='flowplayer'/><category term='ise'/><category term='patch'/><category term='linux'/><category term='googlebot'/><category term='emacs'/><category term='java'/><category term='php'/><category term='ajax'/><category term='security'/><category term='rtmp'/><category term='seminar'/><category term='zeitin'/><category term='plan9'/><category term='kartaca'/><category term='restriction'/><category term='jmeter'/><category term='tip'/><category term='life'/><category term='seo'/><category term='tripledes'/><category term='base'/><category term='html'/><category term='coding'/><category term='project'/><title type='text'>Comments on /ekesken: need to patch qooxdoo selenium plugin</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://e.kesken.org/feeds/7626622022256306305/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218678493142261857/7626622022256306305/comments/default'/><link rel='alternate' type='text/html' href='http://e.kesken.org/2010/01/need-to-patch-qooxdoo-selenium-plugin.html'/><author><name>Erhan Kesken</name><uri>http://www.blogger.com/profile/11372248561474443274</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.kesken.org-a.googlepages.com/Photo11.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2218678493142261857.post-6259047675941569449</id><published>2010-01-17T14:24:22.657+02:00</published><updated>2010-01-17T14:24:22.657+02:00</updated><title type='text'>if you&amp;#39;ll get selenium extension from svn, you...</title><content type='html'>if you&amp;#39;ll get selenium extension from svn, you&amp;#39;ll not experience most of the problems mentioned above, but you&amp;#39;ll still have to do some changes as I remember.&lt;br /&gt;&lt;br /&gt;since this entry, qooxdoo 1.0 is released, actually I don&amp;#39;t know the last state of extension.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218678493142261857/7626622022256306305/comments/default/6259047675941569449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218678493142261857/7626622022256306305/comments/default/6259047675941569449'/><link rel='alternate' type='text/html' href='http://e.kesken.org/2010/01/need-to-patch-qooxdoo-selenium-plugin.html?showComment=1263731062657#c6259047675941569449' title=''/><author><name>Erhan Kesken</name><uri>http://www.blogger.com/profile/11372248561474443274</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.kesken.org-a.googlepages.com/Photo11.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://e.kesken.org/2010/01/need-to-patch-qooxdoo-selenium-plugin.html' ref='tag:blogger.com,1999:blog-2218678493142261857.post-7626622022256306305' source='http://www.blogger.com/feeds/2218678493142261857/posts/default/7626622022256306305' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-354929611'/></entry><entry><id>tag:blogger.com,1999:blog-2218678493142261857.post-6176709292794854664</id><published>2010-01-17T14:19:10.194+02:00</published><updated>2010-01-17T14:19:10.194+02:00</updated><title type='text'>by the way, i should write the semptoms of the pro...</title><content type='html'>by the way, i should write the semptoms of the problem, so people experiencing same problem can find this entry:&lt;br /&gt;&lt;br /&gt;first, you will see the following errors: &lt;br /&gt;&lt;br /&gt;qx-Locator: qx-Object not defined. inWindow = [object XPCNativeWrapper [object Window]], inWindow.qx = undefined &lt;br /&gt;&lt;br /&gt;a security precaution of firefox 3 causes this problem. the cure is replacing &amp;quot;inWindow.qx&amp;quot; &amp;#39;s with &amp;quot;inWindow.wrappedJSObject.qx&amp;quot; &amp;#39;s.&lt;br /&gt;&lt;br /&gt;then you&amp;#39;ll get this error: &lt;br /&gt;&lt;br /&gt;Unexpected Exception: message -&amp;gt; is undefined inWindow.wrappedJSObject.qx.ui.core.ClientDocument &lt;br /&gt;&lt;br /&gt;and it&amp;#39;s cure is replacing; &lt;br /&gt;&lt;br /&gt;&amp;quot;qxResultObject = inWindow.qx.ui.core.ClientDocument.getInstance ();&amp;quot; &lt;br /&gt;&lt;br /&gt;line with&lt;br /&gt;&lt;br /&gt;&amp;quot;qxResultObject = inWindow.wrappedJSObject.qx.core.Init.getApplication (). getRoot ();&amp;quot; &lt;br /&gt;&lt;br /&gt;and also your qooxdoo application must be standalone.&lt;br /&gt;&lt;br /&gt;next error you&amp;#39;ll see is:&lt;br /&gt;&lt;br /&gt;Unexpected Exception: message -&amp;gt; qxResultObject.getElement is not a function &lt;br /&gt;&lt;br /&gt;replace &amp;quot;qxObject.getElement ()&amp;quot; &amp;#39;s with &amp;quot;qxObject.getContentElement (). getDomElement ()&amp;quot;.&lt;br /&gt;&lt;br /&gt;and finally the last error: &lt;br /&gt;&lt;br /&gt;[error] Unexpected Exception: message -&amp;gt; qxResultObject.getElement is not a function &lt;br /&gt;&lt;br /&gt;replace &amp;quot;qxResultObject.getElement ()&amp;quot; &amp;#39;s with &amp;quot;qxResultObject.getContentElement (). getDomElement ()&amp;quot;. &lt;br /&gt;&lt;br /&gt;that&amp;#39;s it.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218678493142261857/7626622022256306305/comments/default/6176709292794854664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218678493142261857/7626622022256306305/comments/default/6176709292794854664'/><link rel='alternate' type='text/html' href='http://e.kesken.org/2010/01/need-to-patch-qooxdoo-selenium-plugin.html?showComment=1263730750194#c6176709292794854664' title=''/><author><name>Erhan Kesken</name><uri>http://www.blogger.com/profile/11372248561474443274</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://www.kesken.org-a.googlepages.com/Photo11.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://e.kesken.org/2010/01/need-to-patch-qooxdoo-selenium-plugin.html' ref='tag:blogger.com,1999:blog-2218678493142261857.post-7626622022256306305' source='http://www.blogger.com/feeds/2218678493142261857/posts/default/7626622022256306305' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-354929611'/></entry></feed>
