Daniel Wagner wrote:
> Hi Olivier,
>
> there's a bug[1] in qooxdoo's DateField that causes it to behave 
> differently from the ComboBox. I just updated the Simulator contrib 
> (trunk/tool/selenium/user_extension/user-extensions-qooxdoo.js, 
> r19988) with a workaround. If you use that file, you should be able to 
> access the DateField's text field using
>
> qxh=qx.ui.form.DateField/qx.ui.form.TextField
> or
> qxh=qx.ui.form.DateField/child[0]
>
> The button works the same way:
>
> qxh=qx.ui.form.DateField/qx.ui.form.Button
> or
> qxh=qx.ui.form.DateField/child[1]
>
>
> Regards,
> Daniel
>
> [1]http://bugzilla.qooxdoo.org/show_bug.cgi?id=3161
>
> Olivier ZORO-BI schrieb:
>> Hi Daniel,
>> I have one specific question for comboBox and DateField. I would like 
>> to click with Selenium, in order to show the DropDown or the dates.
>> I only succeed to click the texfield.
>> Another thing, I can type in a ComboBox but not in a DateField.
>>
>> Have you some clues about that?
>>
>> Olivier ZORO-BI.
>>
>>
>
>
Hi Daniel,
I did a check out of your new version and it works now.
Thanks a lot.

Olivier,

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to