[Webkit-unassigned] [Bug 57343] New: REGRESSION(r74895): Crash by input.type = 'file' twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 08:04:31 PDT 2011


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

           Summary: REGRESSION(r74895): Crash by input.type = 'file' twice
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Major
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: darin at apple.com


See HTMLInputElement::updateType().
If both of the current type and the new type return false for canChangeFromAnotherType(), an infinite recursion occurs.
  updateType() -> setAttribute(typeAttr, current-type) -> parseMappedAttribute() -> updateType() -> setAttribute(typeAttr, current-type) -> ...

http://code.google.com/p/chromium/issues/detail?id=77751

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