[Webkit-unassigned] [Bug 30601] New: Outdenting nested list including break tag and space causes browser to freeze

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 14:33:33 PDT 2009


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

           Summary: Outdenting nested list including break tag and space
                    causes browser to freeze
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: valerieb at google.com


Go to the midas demo:

http://mozilla.org/editor/midasdemo/

Edit the html source.

Enter the following html snippet:

<ol>
 <li>foo</li>
 <ol>
  <li><br> </li>
  <li>bar</li>
 </ol>
</ol>

(Note that there is a space after the break tag - this is needed in order to
reproduce this bug for some reason.)

Switch out of html edit mode.

Highlight all the html and click the "outdent" button.

Result: The outdent does not happen and the browser freezes/crashes.

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