Bug 12739 - Assertion failure loading Google Spreadsheet
Summary: Assertion failure loading Google Spreadsheet
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://docs.google.com/?browserok=true
Keywords: GoogleBug
Depends on:
Blocks:
 
Reported: 2007-02-11 16:55 PST by Antti Koivisto
Modified: 2008-07-14 10:47 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2007-02-11 16:55:10 PST
1) go to http://docs.google.com/?browserok=true
2) Click New Spreadsheet
3) Click ok for unsupported browser query

Safari fails with following assertion:

ASSERTION FAILED: startPosition.isNotNull() && endPosition.isNotNull()
(/Users/antti/src/webkit/trunk/WebCore/rendering/RenderTextControl.cpp:416 void WebCore::RenderTextControl::setSelectionRange(int, int))

Thread 0 Crashed:
0   com.apple.WebCore        	0x011ab17e WebCore::RenderTextControl::setSelectionRange(int, int) + 466 (RenderTextControl.cpp:416)
1   com.apple.WebCore        	0x010d44c3 WebCore::HTMLTextAreaElement::setSelectionRange(int, int) + 61 (HTMLTextAreaElement.cpp:122)
2   com.apple.WebCore        	0x010d4b0d WebCore::HTMLTextAreaElement::updateFocusAppearance() + 193 (HTMLTextAreaElement.cpp:227)
3   com.apple.WebCore        	0x010d4a4a WebCore::HTMLTextAreaElement::focus() + 200 (HTMLTextAreaElement.cpp:216)
4   com.apple.WebCore        	0x012cc13d WebCore::JSHTMLTextAreaElementPrototypeFunction::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 177 (JSHTMLTextAreaElement.cpp:270)
5   com.apple.JavaScriptCore 	0x004f7ca0 KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 210 (object.cpp:97)
6   com.apple.JavaScriptCore 	0x004edb27 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 843 (nodes.cpp:780)
7   com.apple.JavaScriptCore 	0x004ead44 KJS::ExprStatementNode::execute(KJS::ExecState*) + 148 (nodes.cpp:1680)
8   com.apple.JavaScriptCore 	0x004e8a72 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2463)
9   com.apple.JavaScriptCore 	0x004e7274 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1656)
10  com.apple.JavaScriptCore 	0x004eac38 KJS::IfNode::execute(KJS::ExecState*) + 420 (nodes.cpp:1699)
11  com.apple.JavaScriptCore 	0x004e8a72 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2463)
(snip more kjs stuff)
Comment 1 Eric Seidel (no email) 2008-07-14 10:47:26 PDT
This no longer seems to be an issue.