Hi devs,

I noticed some issues in trunk (r20400):

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();

2)  Native context menu is shown in places where it's not needed
- Button icon, List item (in form.List component)

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).

-- 
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