[Webkit-unassigned] [Bug 57853] New: DeleteButtonController is given invalid style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 08:53:07 PDT 2011


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

           Summary: DeleteButtonController is given invalid style
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: leviw at chromium.org
                CC: hyatt at apple.com, mitz at webkit.org,
                    justin.garcia at apple.com, rniwa at webkit.org


DeleteButtonController::createDeletionUI() sets CSSPropertyWebkitUserModify to CSSValueNone, which is not a valid value for user modify. Instead, it should be CSSValueReadOnly.

I ran into an ASSERT_NOT_REACHED in WebCore::Node::rendererIsEditable() when trying to add the plaintext value to unicode-bidi for 50949. After my new CSS value is added, every test using the DeleteButtonController crashed the same way.

I can't reproduce this without the new CSS value. Anyone know why?

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