Bug #96052
closedcan't loose focus in BE-fields with remaining-characters-counter
0%
Description
Steps to reproduce:
Take Typo3 11.5.3
Edit an existing content-element e.g. of type "header"
Click into input-field "header".
Result: The field gets a blue border, a counter with the remaining characters appears underneath.
Now click on a spot outside the input field.
Result: The focus stays on the input field
Expected result: the focus disappears.
While the focus is on the input-field, you cannot open the dropdown-fields, e.g. type(header_layout)
Same applies for all be-forms and all input-fields with charcter-counters.
Files
Updated by Oliver Hader almost 3 years ago
Did that work in previous versions, e.g. TYPO3 v11.5.2?
Updated by Oliver Bartsch almost 3 years ago
- File input-has-change.mov input-has-change.mov added
- Status changed from New to Needs Feedback
Hi Nicolai, thanks for your report.
I just checked this but unfortunately can not reproduce. On leaving the input field, the char counter disappears and the field is left with a blue border because of the has-change
class. This is not the :focus
style. This behaviour can also be seen in v10. Other fields, e.g. the header_layout
are still accessible. Please see the attached video.
Does this look or behave different for you? If so, could you please also share a short video and additionally have a look into the browser console, whether JavaScript errors are logged?
Thanks in advance,
Oli
Updated by Nicolai Schirawski almost 3 years ago
The issue can be closed.
The reason was the enpass-extension both in firefox and chrome.
If the extension gets deactivated, the behaviour of the BE is as expected.
Updated by Wouter Wolters almost 3 years ago
- Status changed from Needs Feedback to Closed
Closing as the author found the problem outside TYPO3.