RESOLVED DUPLICATE of bug 23832 23916
(r40738) Attempting to expand iframe node with web-inspector causes webkit to crash
https://bugs.webkit.org/show_bug.cgi?id=23916
Summary (r40738) Attempting to expand iframe node with web-inspector causes webkit to...
Arthur Gunn
Reported 2009-02-12 00:34:19 PST
Attempting to expand an iframe node, in the elements tab in web-inspector, causes webkit to crash. Note that the bug does not occur in all cases i.e. here: http://developer.yahoo.com/yui/examples/editor/toolbar_editor.html Perhaps because in the yahoo example the iframe does not use the 'src' attribute?
Attachments
crash report for iframe / web-inspector bug (28.90 KB, text/plain)
2009-02-12 01:02 PST, Arthur Gunn
no flags
Arthur Gunn
Comment 1 2009-02-12 00:44:25 PST
Have looked a it further, the crash occurs even without the src attribute. Perhaps the yahoo example is immune, because the iframe was generated somehow? There is no reference to it in the html I can see. A further reduction: <html> <head> <title>untitled</title> </head> <body> <iframe/> </body> </html>
Arthur Gunn
Comment 2 2009-02-12 01:02:44 PST
Created attachment 27589 [details] crash report for iframe / web-inspector bug
Mark Rowe (bdash)
Comment 3 2009-02-12 01:05:28 PST
This was fixed a day or two ago. *** This bug has been marked as a duplicate of 23832 ***
Note You need to log in before you can comment on or make changes to this bug.