Search and Top Navigation
#14972 closed bug (fixed)
Opened May 18, 2016 12:42PM UTC
Closed June 09, 2016 06:11PM UTC
Missing rounded corners on sole element of control group
Reported by: | m-berling | Owned by: | arschmitz |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.0 |
Component: | ui.controlgroup | Version: | 1.12.0-rc.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In case a controlgroup consists of one button only, that button is missing the rounded corners on the left (if direction is horizontal) or top side (if direction is vertical).
I am using controlgroups for a toolbar in a web app: The toolbar consists of a number of controlgroups and is customizable by the user, thus each controlgroup may consist of 0 to n buttons (including the corner case of just 1 button, where the bug becomes visible).
No big issue to do a workaround, but a fix would be nice, thanks!
Attachments (0)
Change History (2)
Changed May 18, 2016 12:44PM UTC by comment:1
milestone: | none → 1.12.0 |
---|---|
priority: | minor → blocker |
status: | new → open |
Changed June 09, 2016 06:11PM UTC by comment:2
owner: | → arschmitz |
---|---|
resolution: | → fixed |
status: | open → closed |
In [changeset:"8a79fc87840150f74a5b27f7811db67003bc0c32" 8a79fc8]:
#!CommitTicketReference repository="" revision="8a79fc87840150f74a5b27f7811db67003bc0c32" Controlgroup: Add "only" position to class generator functions Fixes #14972 Closes gh-1711
Thank you for reporting this i can confirm the issue. Will get this fixed before the next release