Opened 9 years ago
Closed 6 years ago
#10574 closed bug (fixed)
Selectmenu vertical alignment is incorrect
Reported by: | Alexander Schmitz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.selectmenu | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The selectmenu button is misaligned with other form controls by default. The selectmenu button is also 3px taller then the button widget. Native buttons and selects are the same height and I believe the widgets should be too for both consistency with native and visual consistency.
This is fixed by the by the button re-write so there is probably no need to worry about this since that will land very soon.
Change History (3)
comment:1 Changed 8 years ago by
Status: | new → open |
---|
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Milestone: | none → 1.12.0 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Ben, that issue is completely different form what this ticket is talking about.
This has been fixed since 1.12.0 with the button rewrite.
Note: See
TracTickets for help on using
tickets.
Hi,
Same issue, which leads to a vertically miss-aligned selectmenu in table.
I can reproduce it with Safari (10.1), with both jQuery 1.11.4 and 1.12.1.
Following screenshot show that the selectmenu is over the bottom table border (with padding = margin = 0, vertical-align = bottom).
Any plan to fix this ?
Many thx !
Ben