NEW 263725
Remove Quirk needsDisableDOMPasteAccessQuirk for Tableau apps
https://bugs.webkit.org/show_bug.cgi?id=263725
Summary Remove Quirk needsDisableDOMPasteAccessQuirk for Tableau apps
Karl Dubost
Reported 2023-10-26 08:39:03 PDT
A new Quirk has been created for Tableau apps See Bug 263590 https://github.com/WebKit/WebKit/pull/19491 This bug is to remove the Quirk, when the circumstances permit. Be Outreach or modify the behavior of WebKit with regards to queryExeccommand("paste") https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand see Bug 263724
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-26 08:39:35 PDT
Karl Dubost
Comment 2 2023-10-26 08:52:12 PDT
To reproduce the issue 0. Disable Site Specific Hacks on the Desktop 1. Access a Tableau dashboard app. 2. Create a New Flow 3. Select a Project 4. Put "test" in your clipboard (or any string that you copy) 5. Connect to Data 6. a search field appears 7. Paste into it 8. A pop Paste widget appears 9. Click on it. Result: "test test" appears instead of just "test" in the search field
Note You need to log in before you can comment on or make changes to this bug.