Hi Rüdiger,

Rüdiger Herrmann wrote:
> Hi all,
> 
> I have two questions regarding the checkbox and its appearance when 
> focused:
> 
> 1.
> A focus rectangle is drawn around the checkbox when focused by keyboard. 
> When focused by mouse, the focus rectangle is missing. Did I oversee 
> something or is this a bug?
This is the "normal" behaviour of the browsers. They draw a dotted 
rectangle around all elements which are focused by the keyboard and 
around all focused links.


> 2. when the size of a checkbox is larger than the actual space its box 
> and text occupies, those two are centered. Is there a way to align it to 
> a specific side?
The checkbox itself is an qx.ui.basic.Atom with two children (input 
checkbox and the label). To align those to a specific side use the 
"setHorizontalChildrenAlign" method. Possible values are "left", "right" 
and "center" (this is the default).

Cheers,
   Alex

-- 
Alex Back                                                               1&1 
Internet AG
Core Development::Webtechnologies::Frontend     Brauerstr. 48
[EMAIL PROTECTED]                                              76135 Karlsruhe, 
Germany
fon +49 721 91374 8047                                       http://www.1und1.de

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to