This has been fixed by Chris yesterday.

Best Fabian
> Hi skar,
>
> looks like a general problem with the "keypress" event for ESC in 
> WebKit. I've opened a bug report:
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=3201
>
>
> Regards,
> Daniel
>
> skar schrieb:
>   
>> Hi,
>>
>> Using this playground code, when I press on the top level button, the 
>> choices are show. When I press ESC, the choices are hidden in FF 3.5 and 
>> Opera 10.01. In chrome 4.0.249.30, it doesn't hide when pressing ESC.
>>
>>     
>>> var doc = this.getRoot();
>>> var top_menu = new qx.ui.menu.Menu;
>>>
>>> var top = new qx.ui.menubar.Button("Topmenu", null, top_menu);
>>>       
>>> var sub1 = new qx.ui.menu.Button("Choice1");
>>> var sub2 = new qx.ui.menu.Button("Choice2");
>>>       
>>> top_menu.add(sub1);
>>> top_menu.add(sub2);
>>> doc.add(top,{top:100,left:100});
>>>       
>> cheers,
>> skar.
>>
>>     
>
>
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Telefon: +49 721 91374-6784
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to