| Summary: | Buttons in Text-like widgets overlap rounded borders | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 1.3 | ||||||
| Target Milestone: | 1.3 M6 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ralf Sternberg
Created attachment 149999 [details]
Screenshot to show the overall problem
This screenshot shows an exaggerated version of the issue. It's not that dramatic in the fancy and business design, but still the edge of the buttons overlap the rounded border.
I played a little bit with the border and border radius attributes of the subwidgets but it doesn't worked well. So I decided to cut of the edges of the images. Changes are in CVS HEAD now and I will close this bug. If you think the behavior still exists please feel free to reopen the bug. This workaround fixes the problem only for a single widget height. A theme must work with any widget height, since the widget bounds may change, e.g. by setting a smaller / larger font etc. See also bug bug 292768. I think for a proper solution, we need to set a gradient and an icon separately. Gradients set via CSS are not affected by this bug, as they are rendered using the GfxWidget. See bug 292817. |