Bug #29077
z-index of contextmenu is higher than z-index of timeout-overlay
| Status: | Accepted | Start date: | 2011-08-18 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
Description
When you open the contextmenu of a page in the page tree and wait a long time until the session times out, you get an overlay. This overlay hides the page with some alpha-transparent layer and shows a dialog to enter your password and stay logged in.
This overlay has a lower z-index as the contextmenu. So the contextmenu is still clickable and isn't grayed out.
Fix should be easy: Either adjust z-index of overlay and dialog or adjust z-index of contextmenu.
History
Updated by Chris topher almost 2 years ago
- Status changed from New to Accepted