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
Updated by Tomer Brisker about 10 years ago
- Status changed from New to Assigned
- Assignee set to Tomer Brisker
Updated by Dominic Cleal about 10 years ago
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.
Updated by Dominic Cleal about 10 years ago
- Assignee changed from Tomer Brisker to Dominic Cleal
Seems to be fixed in jquery-ui 1.10.1: https://github.com/jquery/jquery-ui/commit/7d5fe02
Updated by Dominic Cleal about 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
- Translation missing: en.field_release set to 29
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.
Actions