Bug #29077
closedz-index of contextmenu is higher than z-index of timeout-overlay
100%
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.
Files
Updated by Alexander Opitz about 10 years ago
- Status changed from Accepted to Needs Feedback
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.5)?
Updated by Robert Vock about 10 years ago
Tested on TYPO3 6.2.5, the bug is still there.
Testing the bug is easy: Make sure debugging is DISABLED for BackendController (otherwise the loginrefresh-Javascript will not be included):
https://git.typo3.org/Packages/TYPO3.CMS.git/blob/3eefe725197182b99f47db410aa5ccb313377ce0:/typo3/sysext/backend/Classes/Controller/BackendController.php#l117
1. Login
2. Open the Contextmenu in the pagetre
3. Delete the be_typo_user-Cookie
4. Wait one minute
Updated by Alexander Opitz about 10 years ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
Updated by Riccardo De Contardi almost 10 years ago
still present in 6.2.9 and 7.0.2
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41635
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41635
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 63eb3d50d9861bb76ce724202862a1dfdbaa3b90.