Actions
Bug #93451
closedContext sensitive help note does not disappear
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2021-02-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
csh, backend
Complexity:
Is Regression:
Sprint Focus:
Description
Just had this in latest master (11.1.0-dev). Browser cache was cleared previously.
I am actually unsure how and when the context sensitive help bubble should close.
It does not close when I click elsewhere, switch to another TAB or press ESC.
I have not managed to close it at all (unless closing the EDIT form).
In TYPO3 9 the bubble closes when clicking elsewhere.
Reproduce¶
1. Open edit form for page
2. hover over "Page Title" in "General" until question mark appears and click
3. CSH appears. Now click elsewhere and switch TABs
System¶
- master
- Firefox: 85.0 (64-bit) Mozilla Firefox for Ubuntu
- Firefox: 78.7.0esr (64-bit) Mozilla Firefox for Ubuntu
- Chromium: Version 88.0.4324.146 (Official Build)
JavaScript errors and warnings¶
probably not related ...?
Chromium:
DevTools failed to load SourceMap: Could not load content for http://t3coredevbare11/typo3/sysext/core/Resources/Public/JavaScript/Contrib/moment-with-locales.min.js.map: HTTP error: status code 500, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load SourceMap: Could not load content for http://t3coredevbare11/typo3/sysext/core/Resources/Public/JavaScript/Contrib/sortable.umd.js.map: HTTP error: status code 500, net::ERR_HTTP_RESPONSE_CODE_FAILURE jquery.js?bust=31700fb6a6a2b40a815eea5536c38779a8ff51fe:3828 [Violation] 'setTimeout' handler took 50ms DateTimePicker.js?bust=31700fb6a6a2b40a815eea5536c38779a8ff51fe:13 Initializing all date pickers globally has been marked as deprecated. Please pass a specific element.
Actions