Actions
Bug #8361
closedSearch autocomplete dropdown shown behind dashboard widgets
Description
When using the search autocompletion on the dashboard, the dropdown menu is shown behind dashboard widgets. See screenshot.
Files
Actions
Added by Dominic Cleal over 11 years ago. Updated almost 8 years ago.
Description
When using the search autocompletion on the dashboard, the dropdown menu is shown behind dashboard widgets. See screenshot.
Files
| Screenshot from 2014-11-12 10_35_03.png | View Screenshot from 2014-11-12 10_35_03.png | 98.5 KB | Dominic Cleal, 11/12/2014 05:35 AM |
Seems this is only on an RPM installation. The <ul> ui-autocomplete tag has a z-index: 1 set, but on a git checkout or Debian installation, this isn't set and the menu works as expected.
The RPMs have jquery-rails 2.0.2 (SCL) and jquery-ui-rails 4.0.2 (us), versus 2.0.3 / 4.2.1 for gem installs. jquery-ui is version 1.10.0 versus 1.10.4.
Seems to be fixed in jquery-ui 1.10.1: https://github.com/jquery/jquery-ui/commit/7d5fe02
jquery-ui-rails RPM updated to 4.1.2 (1.10.3) to get the fix. I didn't move to the latest as it requires a newer version of Rails than the ruby193 SCL ships.