Hi Skar,
thanks for reporting, this is a bug. The blocker should also block
keyboard events. Could you please open a bug report for that and assign
it directly to me.
Thanks,
Chris
skar schrieb:
> Hi,
>
> I'm having a blocker active but I'm still able to tab through the fields
> and type content and press <Enter> there. Mouse clicking and focus is
> disabled as expected. Does the blocker only support blocking mouse events?
>
> I'm using trunk 20477 and the sample code is as follows:
>
>
>> main : function() {
>> // Call super class
>> this.base(arguments);
>>
>> // Enable logging in debug variant
>> if (qx.core.Variant.isSet("qx.debug", "on")) {
>> // support native logging capabilities, e.g. Firebug for
>> Firefox
>> qx.log.appender.Native;
>> // support additional cross-browser console. Press F7 to
>> toggle visibility
>> qx.log.appender.Console;
>> }
>>
>> APP = this;
>> APPROOT = this.getRoot();
>>
>> this.field1 = new qx.ui.form.TextField();
>> this.field1.focus();
>> this.field2 = new qx.ui.form.TextField();
>> this.btn = new qx.ui.form.Button("Block me");
>> this.btn.addListener("execute", function(e){
>> this.b = new qx.ui.core.Blocker(APPROOT);
>> this.b.block();
>> APPROOT.setCursor("wait");
>> },this);
>> APPROOT.add(this.field1, {top: 20, left: 20});
>> APPROOT.add(this.field2, {top: 120, left: 20});
>> APPROOT.add(this.btn, {top: 220, left: 20});
>> },
>>
>
>
> cheers,
> skar.
>
>
--
Christian Schmidt
Software Entwickler
1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
[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
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel