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: | GoodFirstBug, InRadar |
| Version: | Safari 17 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 263724, 263590 | ||
| Bug Blocks: | |||
Karl Dubost
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117535626>
Karl Dubost
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