Hi Alex,

what revision is used by qooxdoo/devel ? I used r20400, this is latest
from friday. So these bugs I'm talking about have to be fixed today or
were introduced after qooxdoo/devel demobrowser and playground were
uploaded to the qooxdoo website.

2009/10/19 Alexander Steitz <alexander.ste...@1und1.de>:
> Hi Petr,
>
> On Friday 16 October 2009 Petr Kobalíček wrote:
>> 1) TextField in modal dialog (and all other widgets) have no focus
>> indicator in theme:
>>
>> // Document is the application root
>> var doc = this.getRoot();
>>
>> var dialog = new qx.ui.window.Window();
>> var button = new qx.ui.form.TextField();
>>
>> dialog.setModal(true);
>> dialog.setLayout(new qx.ui.layout.VBox(1));
>> dialog.add(button);
>>
>> doc.add(dialog);
>> dialog.center();
>> dialog.show();
>
> I've just updated to the latest trunk and checked this. I cannot confirm your
> issue here at my local installation.
>
>> 2)  Native context menu is shown in places where it's not needed
>> - Button icon, List item (in form.List component)
> Also tested with the latest development demobrowser (
> http://demo.qooxdoo.org/devel/demobrowser/#widget~Button.html ) version
> without an issue.
>
>> 3) If I attach my own context menu in for example list, and I do right
>> click, both context menus (native and my own) are shown at one time,
>> my context menu do not disappear after this (remains visible after I
>> click somewhere).
> Can you please post some demo code? Maybe embeddable into the playground app
> to check this issue?
>
> If the issues are still present feel free to open a bug report for each issue.
>
> cheers,
>  Alex
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-- 
Best regards
- Petr Kobalicek <http://kobalicek.com>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to