True! It works now. And i don't see any side effects now. Thx.

Best Regards,
alex.d
No its the onwindowclick eventhandler:

qx.Proto._onwindowclick = function(e)
{
  // stop event
  e.stopPropagation();

  // We must not add this because checking/unchecking checkboxes didn't work anymore.
  // e.preventDefault();
};



Alex D. schrieb:
Hi Dietrich,
i can not apply this patch because we are working with different revisions(and what is more important files have different sizes). But if i do understand, it's about "mousedown" handler isn't it?

qx.Proto._onwindowmousedown = function(e)
{
    .
    .
     // stop event
    e.stopPropagation();

    // We must not add this because then Firefox couldn't focus widgets inside this window anymore.
    // e.preventDefault();
}
   
as you can see, in my current revision(4358) it's identical to your patch.

Regards,
alex.d
Hi Alex,

I think I've found the bug. I created a patch for this:

http://bugzilla.qooxdoo.org/attachment.cgi?id=55

Please test the bug if it solves your problem and report the succes to bugzilla. Hopefully this patch gets asap applied to svn.

The bugreport is here:

http://bugzilla.qooxdoo.org/show_bug.cgi?id=185


Alex D. schrieb:
Have the same problem - you can change radiobutton- and checkbox- states 
by clicking at their labels but not on their icons(in a qooxdoo-window). 
It's some kind of confusing though the event "changeSelected" is fired, 
eventListenerRoutine is called, but the visual-state stays the same.

Regards,
alex.d
  
Hello List,

When a qx.ui.form.CheckBox or a qx.ui.form.RadioButton is placed within 
a qx.ui.window.Window clicking the
checkbox or activating the spacebar while having the focus does not work 
anymore.

The bug can be seen in:

http://demo.qooxdoo.org/html/test/Window_1.html

Bring the window named "Second Window" to the front and try to uncheck 
one of
the checkboxes.

The bug is also present in the svn trunk version.

It seems that taking the focus by the tab keys and pressing the spacebar 
allows
to toggle the button state.

Also clicking on the label of the checkbox or radiobutton does toggle 
the button state.

I've created a bug in bugzilla.qooxdoo.org for this:

http://bugzilla.qooxdoo.org/show_bug.cgi?id=185

Any help would be great because I'm currently moving a complex input 
widget stack
(with a lot of checkboxes and radiobuttons) into a window and the 
checkboxes and radiobuttons aren't accesible anymore.

Thank you for your help.

Best regards.....

  
    

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
  

-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH
  

------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH
  
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to