[Webkit-unassigned] [Bug 123872] New: Background color applied on a selection of text is lost when the selection is deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 22:34:19 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=123872

           Summary: Background color applied on a selection of text is
                    lost when the selection is deleted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, enrica at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/931167c838db9009745530c4bd55984c4a631800

While deleting a selection, only inheritable style properties were
saved. Since background color is considered as noninheritable style
property, it was not being saved and hence was lost. Because of this
background color set on a selection of text was lost when the selection
was deleted and if new text is inserted after this it would not have
the background color set.

Before deleting a selection we should save all style properties applied
on that particular selection. Modified accordingly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list