Another thing is that FF3 might interfer with instanceof operations. 
Some new security restrictions will produce some wrapper object around 
the object you are looking at. Daniel had this exact issue when working 
with Selenium.

@Daniel: Can you comment on this?!

Thomas

Matthew Gregory wrote:
> Hi,
> You can use the javascript "instanceof" just fine. There are quite a few 
> other static helper functions in qx.Class that will probably help yo do 
> what you want. Here are just a few
>
> * qx.Class.isSubClassOf(clazz, superClass)
> * qx.Class.hasMixin(clazz, mixin)
> * qx.Class.hasInterface(clazz, iface)
>
> Check out the API for the others!
>
> HTH,
> Matt
>
> Dmitry Pryadkin wrote:
>   
>> Gentleman,
>>
>> I've a question. Let there be a qooxdoo object. How can I check if it 
>> implements a certain functionality, i.e. "instanceof".
>> I'm implementing test-extensions for Selenium. This means I'm dealing 
>> with non-standard situations where the context probably doesn't obey 
>> standard rules.
>>
>> Thanks
>> .
>> Dmitry
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>>     
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to