WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
9707
Crash in RenderTextField::text() quoting post at the Ars Technica forum
https://bugs.webkit.org/show_bug.cgi?id=9707
Summary
Crash in RenderTextField::text() quoting post at the Ars Technica forum
jonathanjohnsson
Reported
2006-07-03 05:15:41 PDT
Steps to reproduce: 1. Go to for example
http://episteme.arstechnica.com/6/ubb.x?a=frm&s=50009562&f=8300945231
, at the Ars Technica forum. 2. Click on any thread. 3. Click on the quotes image for any post. 4. Log in, if you haven't already. You will be redirected to the new post page. 5. Crash, when the new post page is loading. I can reproduce this every time with
r15145
. I couldn't find any filed bug that resembles this.
Attachments
Crash log
(24.14 KB, text/plain)
2006-07-03 05:57 PDT
,
jonathanjohnsson
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
jonathanjohnsson
Comment 1
2006-07-03 05:57:09 PDT
Created
attachment 9165
[details]
Crash log
Alexey Proskuryakov
Comment 2
2006-07-04 02:40:53 PDT
***
Bug 9728
has been marked as a duplicate of this bug. ***
Alice Liu
Comment 3
2006-07-05 13:51:48 PDT
<
rdar://problem/4614181
>
Darin Adler
Comment 4
2006-07-16 06:25:25 PDT
This should be easy to fix once we can reproduce/reduce it. I think it's possibly just a nil check needed.
David Smith
Comment 5
2006-07-17 01:58:56 PDT
This appears to be caused by the call to renderer() on line 213 of HTMLTextAreaElement.cpp returning null. I haven't been able to determine if the correct solution is to figure out why it's null and fix that, or to just add an if(renderer) check in.
Alice Liu
Comment 6
2006-07-18 15:26:59 PDT
Thanks guys! Adele is making a fix for antoher bug that ends up fixing this one. Assigning this bug to her.
Adele Peterson
Comment 7
2006-07-19 16:49:06 PDT
Committed revision 15532
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug