-
Notifications
You must be signed in to change notification settings - Fork 273
[ui5-table] TableCell: Text not selectable in Firefox/Safari #3494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @goodefroi the workaround seems to be only functioning with Chromium based browsers, since this is also applying for pure webcomponents (see this codesandbox for reference), I'm going to forward this issue to our UI5 Webcomponents colleagues. |
Hi @SAP/ui5-webcomponents-topic-rd There exists a workaround which was good enough for the last time this issue came up in #1163. Can you see how this issue can be fixed? Kind regards, |
Hello, Is it possible to take a look at this issue? We at RBSC hit it as well. Best regards, |
FIXES: #3494 Co-authored-by: Filip Siderov <[email protected]>
Hello @goodefroi the fix has been released with 1.0.0-rc.15. Note: there are a lot of breaking changes that have to be adopted before upgrading to RC.15 |
Describe the bug
While Chrome allows you to select text in tables just fine, Firefox and Safari won't, even with
user-select
set totext
. This problem ist most likely related to this upstream issue; however, the mentioned workaround using<span>
tags does not appear to work with the React wrapper.Isolated Example
Isolated example on
codesandbox.io
.Expected behavior
Text selection works as it would with standard text in Chrome, Firefox, and Safari.
UI5 Web Components for React Information
@ui5/webcomponents
version:1.0.0-rc14
@ui5/webcomponents-react
version:0.16.6
Operating System: macOS 11.4
Browsers: Chrome 91, Firefox 89, Safari 14.1
The text was updated successfully, but these errors were encountered: