-
Notifications
You must be signed in to change notification settings - Fork 1k
[Web] Pasting HTML Doesn't Work Propertly #1998
Copy link
Copy link
Open
Labels
awaiting responsePending additional information or feedback from the issue creatorPending additional information or feedback from the issue creatorblockedThis issue cannot be resolved due to an obstacle or dependency.This issue cannot be resolved due to an obstacle or dependency.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededminorMinimal impact or cosmetic issue. Can be resolved at a later time without affecting overall functionMinimal impact or cosmetic issue. Can be resolved at a later time without affecting overall functionwebIssues or feature requests specific to the Web platform.Issues or feature requests specific to the Web platform.
Description
Metadata
Metadata
Assignees
Labels
awaiting responsePending additional information or feedback from the issue creatorPending additional information or feedback from the issue creatorblockedThis issue cannot be resolved due to an obstacle or dependency.This issue cannot be resolved due to an obstacle or dependency.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededminorMinimal impact or cosmetic issue. Can be resolved at a later time without affecting overall functionMinimal impact or cosmetic issue. Can be resolved at a later time without affecting overall functionwebIssues or feature requests specific to the Web platform.Issues or feature requests specific to the Web platform.
Is there an existing issue for this?
Flutter Quill version
9.5.13
Steps to reproduce
Copy HTML with bullets on web, paste.
A few problems here:
First off the browser won't actually let non plain text formats through using the clipboard API, so the clipboard service always thinks there is no html on the clipboard. On web, non text formats are only available from the paste event.
Steps to fix:
Expected results
Bullets are preserved
Actual results
Bullets are not preserved
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]