Bug 32590

Summary: CrashTracer: [USER] 1 crash in Safari at com.apple.WebCore: WebCore::endsOfNodeAreVisuallyDistinctPositions + 115
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: HTML EditingAssignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Repro case
none
Patch adele: review+

Description Enrica Casucci 2009-12-15 17:44:06 PST
Created attachment 44928 [details]
Repro case

* STEPS TO REPRODUCE
Load the attached repro case. Right click on the button.
Comment 1 Enrica Casucci 2009-12-15 18:04:12 PST
Created attachment 44931 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-15 18:05:30 PST
style-queue ran check-webkit-style on attachment 44931 [details] without any errors.
Comment 3 Adele Peterson 2009-12-15 18:47:09 PST
Comment on attachment 44931 [details]
Patch

The fix looks good to me.  You should add a newline at the end of your test.  Also, can the test be reduced further?  All the inline style might not be needed to reproduce the problem.
Comment 4 Enrica Casucci 2009-12-16 09:57:27 PST
(In reply to comment #3)
> (From update of attachment 44931 [details])
> The fix looks good to me.  You should add a newline at the end of your test. 
> Also, can the test be reduced further?  All the inline style might not be
> needed to reproduce the problem.

I've added the newline. I tried to remove the style, but the bug doesn't repro.
Comment 5 Enrica Casucci 2009-12-16 10:01:00 PST
Committed revision 52201.