Bug 49108 - [Chromium] crasher on Mac with select elements that remove themselves on the change event
Summary: [Chromium] crasher on Mac with select elements that remove themselves on the ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 16:07 PDT by Jay Civelli
Modified: 2010-11-08 12:05 PST (History)
3 users (show)

See Also:


Attachments
Test page to recreate the crasher. (221 bytes, text/html)
2010-11-05 16:07 PDT, Jay Civelli
no flags Details
Patch (2.00 KB, patch)
2010-11-05 22:29 PDT, Jay Civelli
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.