Bug 263725

Summary: Remove Quirk needsDisableDOMPasteAccessQuirk for Tableau apps
Product: WebKit Reporter: Karl Dubost <karlcow>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 17   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 263724, 263590    
Bug Blocks:    

Description Karl Dubost 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
Comment 1 Radar WebKit Bug Importer 2023-10-26 08:39:35 PDT
<rdar://problem/117535626>
Comment 2 Karl Dubost 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