You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Input fields cannot be selected by no matter ctrl+a or 'right click then select all' in Firefox, but in Chrome and Safari, everything works fine.
Expected behavior
Text in input fields should be selected
UI5 Web Components for React Information @ui5/webcomponents version:1.0.0-rc.7 @ui5/webcomponents-react version:0.10.0-rc.2
Operating System:
Browser: FireFox Version 78.0.1
The text was updated successfully, but these errors were encountered:
The selection color and bg-color variables used to be wrong. In Chrome and Safari these values fallback to their defaults and the bug is more difficult to be seen, but in FF the color and bg color become unset, and you cant see any selection with ctr+a or cmd+a.
Fixes: #1951
It is not that that the text can't be selected, the selection background color and color are not set properly. We used to set wrong CSS Variables, but In Chrome and Safari these values fallback to the defaults, whereas in FF, they become unset and there is no visual response when you press CTR+A or CMD+A.
Fix has been merged, but you have to wait for 1/2 weeks to be released in npm.
Describe the bug
Input fields cannot be selected by no matter ctrl+a or 'right click then select all' in Firefox, but in Chrome and Safari, everything works fine.
Isolated Example
*Please provide an isolated example if possible by forking
https://codesandbox.io/s/bold-feather-kcc1g?file=/src/App.js
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text in input fields should be selected
UI5 Web Components for React Information
@ui5/webcomponents
version:1.0.0-rc.7@ui5/webcomponents-react
version:0.10.0-rc.2Operating System:
Browser: FireFox Version 78.0.1
The text was updated successfully, but these errors were encountered: