Make the custom actions menu and child menus pop above the notifications like cancel request sent or jobs added, etc.
Categories
(Tree Management :: Treeherder: Frontend, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: bogdan_tara, Unassigned)
References
Details
Attachments
(1 file)
78.30 KB,
image/png
|
Details |
Please prioritize the custom actions menu and it's child pop-ups above the green treeherder notifications.
We find ourselves waiting for the treeherder nofications (from association, retriggering, rerunning, adding jobs, etc) to disappear, to be able to select rerun or retrigger in the custom actions menu.
It would be helpful if only the error notifications are displayed.
![]() |
||
Comment 1•6 years ago
•
|
||
The custom actions, intermittent bug filer and other modal dialogs have z-index: 1050;
The #notification-box
has z-index: 1100;
https://github.com/mozilla/treeherder/blob/fdb62a624378386f05f9b53467433dd3e61b1e89/ui/css/treeherder-notifications.css#L12
There are notifications which also get triggered by the bugfiler, so notifications cannot be put into the background in general.
The notification width could be limited.
Comment 2•6 years ago
|
||
If you hit "esc" it should clear any notifications currently on-screen. And you can always check the notification history by clicking the "Bell" icon on the top toolbar. Would hitting "esc" be sufficient here?
Comment 3•6 years ago
|
||
Just bringing attention to question in comment 2.
Updated•6 years ago
|
![]() |
||
Comment 6•6 years ago
|
||
Putting the notifications at the bottom of the push and tasks region is an alternative here.
Description
•