[Webkit-unassigned] [Bug 19735] New: webkit hangs when bulleting lists in google presentations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 23 17:48:50 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19735
Summary: webkit hangs when bulleting lists in google
presentations
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
URL: http://docs.google.com
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ovafai at gmail.com
CC: justin.garcia at apple.com, robbyw at google.com,
ovafai at gmail.com, jparent at google.com
Go to docs.google.com
Create a presentation
Click in one of the text fields
Type a <enter> b <enter> c
Select all
Click unordered list button
I see http://trac.webkit.org/changeset/34354 attempts to fix a similar sounding
issue. But I still get a hang in a nightly at r34367 with the above steps. I
tried a few quick things to see if I could figure out the solution.
The problem is that in the while loop on line 86 of InsertListCommand.cpp,
startOfCurrentParagraph.deepEquivalent().node() is NULL. I tried checking
startOfCurrentParagraph.isNotNull() in the while's conditional check. That
successfully avoids the hang, but also skips over the div containing the "b".
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list