To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73849 Issue #|73849 Summary|Writer would crash, if a selection starts/ends at a no |n-content node Component|Word processor Version|OOo 2.1 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|editing Assigned to|ama Reported by|ama
------- Additional comments from [EMAIL PROTECTED] Thu Jan 25 00:57:13 -0800 2007 ------- There are several pieces of code in Writer core which rely on the type of node a selection starts or ends. Typical: "Node.GetCntntNode()->GetFrm()" results in a crash if Node is not a content node. At the moment this is not problem because we do not allow selections which do not start/end at content nodes. But if we want to allow such selections (e.g. a selection of a whole document which starts with a table) it is necessary to fix this. Until then it makes the code more robust at least. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
