[Webkit-unassigned] [Bug 119116] New: Typing style shouldn't inherit style from atomic elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 17:18:31 PDT 2013


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

           Summary: Typing style shouldn't inherit style from atomic
                    elements
           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, arpitabahuguna at gmail.com,
                    enrica at apple.com, vanivhegde at gmail.com,
                    yosin at chromium.org


We need to fix the bug Blink attempted to fix in https://chromium.googlesource.com/chromium/blink/+/27371d2980715475f3443f7025141ebff8537179
which is that we sometimes compute the typing style inside an atomic element.

Unfortunately, the Blink fix is wrong in that we end up not saving any typing style when the insertion position is inside an atomic element.
Instead, we need to walk up the tree to get out of the atomic element and compute the typing style then.

-- 
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