[Webkit-unassigned] [Bug 75941] New: [crash] Renderer crashes when spell checking a disabled input field.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 23:39:58 PST 2012


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

           Summary: [crash] Renderer crashes when spell checking a
                    disabled input field.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


ReplaceSelectionCommand::doApply() crashes if input element is disabled.

This won't happen if a command is invoked from execCommand or something though, because the command invocation is prevented if an input element is disabled.

Repro on chromium:
1. Open a page with <input disabled value=foobar>
2. Right click on the word "foobar"
3. Correct it to "footer"

http://crbug.com/109622

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