#2061 closed Bug (fixed)
Toolbar z-index should be less than menus, dialogs
Reported by: | Maxim | Owned by: | kjg |
---|---|---|---|
Priority: | Normal | Milestone: | 1.70 |
Component: | Web Client | Version: | 1.60 |
Severity: | Normal | Keywords: | |
Cc: |
Description
The main toolbar has a CSS z-index of 3. Dialogs like upload, preferences have a z-index of 2, so they appear under it when the browser height is too small, e.g. 600px. Menus seem to have no explicit Z so they appear under it too. A more standard z-ordering would be
menus > dialogs > toolbar, rest of UI
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by charles
comment:2 Changed 14 years ago by kjg
- Owner changed from Gimp to kjg
- Status changed from new to assigned
Changed 14 years ago by kjg
comment:3 Changed 14 years ago by Gimp
- Resolution set to fixed
- Status changed from assigned to closed
Patch applied in r8396
comment:4 Changed 14 years ago by charles
- Milestone changed from None Set to 1.62
comment:5 Changed 14 years ago by charles
- Milestone changed from 1.62 to 1.70
Looks like we're going straight from 1.61 to 1.70...
Note: See
TracTickets for help on using
tickets.
Maxim: our web developer is currently awol, but skimming through the css files it looks like this is maybe a straightforward fix? If so, do you have a few minutes to cook up a patch and attach it to this ticket?