Bug 49108

Summary: [Chromium] crasher on Mac with select elements that remove themselves on the change event
Product: WebKit Reporter: Jay Civelli <jcivelli>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fishd, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Test page to recreate the crasher.
none
Patch none

Description Jay Civelli 2010-11-05 16:07:28 PDT
In Chromium on Mac, open the attached page.
Click the select, select an item.
Chromium crashes.

Notes:
This happens because the select element removes himself from the DOM on the onchange event.
Comment 1 Jay Civelli 2010-11-05 16:07:56 PDT
Created attachment 73134 [details]
Test page to recreate the crasher.
Comment 2 Jay Civelli 2010-11-05 22:29:22 PDT
Created attachment 73165 [details]
Patch
Comment 3 Kent Tamura 2010-11-06 06:44:59 PDT
Comment on attachment 73165 [details]
Patch

LGTM
Comment 4 WebKit Commit Bot 2010-11-07 01:42:21 PST
Comment on attachment 73165 [details]
Patch

Clearing flags on attachment: 73165

Committed r71480: <http://trac.webkit.org/changeset/71480>
Comment 5 WebKit Commit Bot 2010-11-07 01:42:26 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 David Levin 2010-11-07 15:35:42 PST
I hope a test a was added somewhere.
Comment 7 Jay Civelli 2010-11-08 12:05:42 PST
@levin
Yes, we have a test for this in the Chromium tree
https://bugs.webkit.org/show_bug.cgi?id=49108

It will go in as soon as this patch makes it to the Chromium tree.