Crash on focussing non rendered input via javascript
https://bugs.webkit.org/show_bug.cgi?id=26986
Summary Crash on focussing non rendered input via javascript
Martin Häcker
Reported 2009-07-06 02:50:23 PDT
Created attachment 32292 [details] Container to show the bug Hi there, I discovered a crasher in webkit javascript core when I try this javascript on a page of mine: -- snip -- $("#addTicket").toggle(); $("#addTicket").toggle(); $("#addTicket #summary").focus(); -- snap -- Just pasting it in the debugger there and hitting enter crashes safari. I've appended a .webarchive that lets you see the crash. Regards, Martin
Attachments
Container to show the bug (532.84 KB, application/x-webarchive)
2009-07-06 02:50 PDT, Martin Häcker
no flags
crash report (36.12 KB, text/plain)
2009-07-06 02:52 PDT, Martin Häcker
no flags
Martin Häcker
Comment 1 2009-07-06 02:51:27 PDT
I noticed that I forgot the crashlog:
Martin Häcker
Comment 2 2009-07-06 02:52:08 PDT
Created attachment 32293 [details] crash report
Mark Rowe (bdash)
Comment 3 2009-07-06 02:54:55 PDT
Oliver Hunt
Comment 4 2009-07-07 00:57:43 PDT
Can you see if this happens in Safari 4? if it does can you attach the crash report for that as well?
Note You need to log in before you can comment on or make changes to this bug.