Bug 165949 - Remove EditingStyle::removeTextFillAndStrokeColorsIfNeeded()
Summary: Remove EditingStyle::removeTextFillAndStrokeColorsIfNeeded()
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Manuel Rego Casasnovas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 03:18 PST by Manuel Rego Casasnovas
Modified: 2016-12-22 07:07 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.90 KB, patch)
2016-12-16 03:18 PST, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2016-12-16 03:18:20 PST
Remove EditingStyle::removeTextFillAndStrokeColorsIfNeeded()
Comment 1 Manuel Rego Casasnovas 2016-12-16 03:18:42 PST
Created attachment 297312 [details]
Patch
Comment 2 Manuel Rego Casasnovas 2016-12-22 05:50:54 PST
This is wrong, as this will break the case when you copy&paste some text with for example "-webkit-text-stroke-color: green".

Let's forget about this, sorry for the noise.