[Webkit-unassigned] [Bug 119028] New: HTMLOptionElement::setText should lazy attach

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 23 17:00:18 PDT 2013


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

           Summary: HTMLOptionElement::setText should lazy attach
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: bdakin at apple.com, koivisto at iki.fi,
                    simon.fraser at apple.com, dino at apple.com,
                    akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/2f12738b1289b3c5ab26df2e125e64dfe6453ff0

Doing option.value = "x" would cause a sync attach of the text if there was no Text node there
already. Unfortunately Text::setData still causes a sync reattach so if you already have a text
node it'll attach right then, but this is one small step closer.

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