Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 282149

Summary: [Spinner] Button images misaligned for large Spinner widgets
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ivan
Version: 1.2   
Target Milestone: 1.3 M1   
Hardware: All   
OS: All   
Whiteboard: qx-open

Description Ralf Sternberg CLA 2009-07-01 08:46:18 EDT
Copied from bug 281770, comment #1:
There is an issue with Spinner buttons. Example use cases:
- Using buttons without border (for example flat look) or borders with different width.
- Increasing the font size.
In both cases the button image could not be aligned in an expected manner
(horizontally "center" and vertically "middle"). For example, if you increase
the font, the buttons become higher and their images remain in the upper side
of the buttons. 
This issue will be solved, if qx.ui.form.Button is used instead of qx.ui.basic.Image for Spinner buttons.
The corresponding bug with proposed patch has been opened in Qooxdoo:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2536
Comment 1 Ivan Furnadjiev CLA 2009-07-02 10:47:22 EDT
The patch is applied with small modification. Changes are in CVS HEAD.