Bug 40407 - crash when focus is changed while trying to focus next element
Summary: crash when focus is changed while trying to focus next element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Tony Chang
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-06-10 00:51 PDT by Tony Chang
Modified: 2010-06-10 20:24 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.31 KB, patch)
2010-06-10 02:25 PDT, Tony Chang
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2010-06-10 00:51:26 PDT
See attached test case.  I'm investigating a fix.
Comment 1 Tony Chang 2010-06-10 02:25:17 PDT
Created attachment 58345 [details]
Patch
Comment 2 Kent Tamura 2010-06-10 02:34:22 PDT
Comment on attachment 58345 [details]
Patch

LayoutTests/fast/events/focus-change-crash-expected.txt:1
 +  Type something into the first input and press tab. The browser should not crash.
nit: Can we insert "PASS" or "SUCCESS" into the document before the test finishes?
Comment 3 Alexey Proskuryakov 2010-06-10 13:04:36 PDT
<rdar://problem/8080788>
Comment 4 Tony Chang 2010-06-10 17:49:33 PDT
Committed r60984: <http://trac.webkit.org/changeset/60984>
Comment 5 WebKit Review Bot 2010-06-10 18:10:32 PDT
http://trac.webkit.org/changeset/60984 might have broken Chromium Mac Release
The following changes are on the blame list:
http://trac.webkit.org/changeset/60984
http://trac.webkit.org/changeset/60985
Comment 6 Tony Chang 2010-06-10 20:24:19 PDT
(In reply to comment #4)
> Committed r60984: <http://trac.webkit.org/changeset/60984>

I added PASSED to the test before landing this patch.