Search and Top Navigation
#14938 closed bug (fixed)
Opened March 17, 2016 02:25PM UTC
Closed March 30, 2016 03:53PM UTC
Firefox: The alignment of text and icon of the selectmenu is not correct.
Reported by: | jga8 | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.0 |
Component: | ui.selectmenu | Version: | 1.12.0-beta.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Tested on
- Win 7/OSX 10.10 and Firefox 45
- jQuery UI: 1.12.0-rc.1
This works in Chrome but does not work in Firefox:
Steps to reproduce:
- Open Firefox
- Click: http://view.jqueryui.com/1.12.0-rc.1/demos/selectmenu/default.html
The icon position is not correct.
References:
https://bugs.jqueryui.com/ticket/14914
https://github.com/jquery/jquery-ui/commit/20466d50277712050b4e403686a9df16b5eca4e9
Attachments (0)
Change History (2)
Changed March 17, 2016 11:39PM UTC by comment:1
milestone: | none → 1.12.0 |
---|---|
priority: | minor → blocker |
status: | new → open |
Changed March 30, 2016 03:53PM UTC by comment:2
owner: | → scottgonzalez |
---|---|
resolution: | → fixed |
status: | open → closed |
In [changeset:"bff8277fbc885bf2dc0461ac706d2f2bb7035ad6" bff8277f]:
#!CommitTicketReference repository="" revision="bff8277fbc885bf2dc0461ac706d2f2bb7035ad6" Selectmenu: Prepend icon and move overflow to text span Fixes #14938 Closes gh-1685