Closed
Bug 403060
Opened 16 years ago
Closed 16 years ago
Crash in [@ CheckForTrailingTextFrameRecursive] when clicking on cell in Google Docs spreadsheet
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 403048
People
(Reporter: djst, Assigned: roc)
References
()
Details
(Keywords: crash, Whiteboard: [depends on 403048])
Crash Data
In today's build, go to docs.google.com and click on any cell in any spreadsheet. Crash!
Comment 1•16 years ago
|
||
http://crash-stats.mozilla.com/report/index/3c4af4e6-8e31-11dc-9b84-001a4bd46e84?date=2007-11-08-19 stack is: 0 CheckForTrailingTextFrameRecursive(nsIFrame*, nsIFrame*) mozilla/layout/base/nsCaret.cpp:621 1 nsCaret::GetCaretFrameForNodeOffset(nsIContent*, int, nsFrameSelection::HINT, unsigned char, nsIFrame**, int*) mozilla/layout/base/nsCaret.cpp:647 2 nsCaret::GetCaretFrame() mozilla/layout/base/nsCaret.cpp:413 3 nsCaret::InvalidateOutsideCaret() mozilla/layout/base/nsCaret.cpp:422 4 PresShell::ContentRemoved(nsIDocument*, nsIContent*, nsIContent*, int) mozilla/layout/base/nsPresShell.cpp:4620 5 nsBindingManager::ContentRemoved(nsIDocument*, nsIContent*, nsIContent*, int) mozilla/content/xbl/src/nsBindingManager.cpp:1496 6 nsNodeUtils::ContentRemoved(nsINode*, nsIContent*, int) mozilla/content/base/src/nsNodeUtils.cpp:165 7 nsGenericElement::doRemoveChildAt(unsigned int, int, nsIContent*, nsIContent*, nsIDocument*, nsAttrAndChildArray&) mozilla/content/base/src/nsGenericElement.cpp:2756 8 nsGenericElement::RemoveChildAt(unsigned int, int) mozilla/content/base/src/nsGenericElement.cpp:2689 9 nsGenericElement::doRemoveChild(nsIDOMNode*, nsIContent*, nsIDocument*, nsIDOMNode**) mozilla/content/base/src/nsGenericElement.cpp:3319 10 nsGenericElement::RemoveChild(nsIDOMNode*, nsIDOMNode**) mozilla/content/base/src/nsGenericElement.cpp:2889
Flags: blocking1.9?
Keywords: crash
Summary: Crash when clicking on cell in Google Docs spreadsheet → Crash in [@ CheckForTrailingTextFrameRecursive] when clicking on cell in Google Docs spreadsheet
Comment 2•16 years ago
|
||
Regression from bug 391584?
Assignee | ||
Comment 4•16 years ago
|
||
I put a patch in bug 403048 that fixes this.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → roc
Whiteboard: [depends on 403048]
Comment 5•16 years ago
|
||
It's a duplicate.
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: blocking1.9?
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Crash Signature: [@ CheckForTrailingTextFrameRecursive]
You need to log in
before you can comment on or make changes to this bug.
Description
•