To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=50705
------- Additional comments from [EMAIL PROTECTED] Tue Jan 23 06:40:20 -0800 2007 ------- a) The content of the file is realy HTML. TypeDetection will show that. b) HTML Content will be layouted inside writer as "content" ... not as "plain ascii text". c) The only way to fix that: dont make a type detection ... use the selected filter hardly without any question about it. ... But then you will might be into trouble. If your selection was realy wrong (because you thought its HTML ... but in real its a binary file having an extension HTML) it can happen that the selected text ascii filter crashes by buggy code, which stops on "null bytes". Of course that can be fixed ... But because our office can be extended by external components it can happen that another filter crashes and cant be fixed by us. This "FIX" seams to dangerous for me. I will discuss it here internaly if we think we can go this way. d) You mentioned that copy/paste works as aspected. Please note: most applications copies such HTML code as "pure string" to the clipboard. So here detection will return text ascii and it will work. But dangerous filters wont be used here in general .. because no external application (as source of the copied content) will place a signature into the cliboard which says: "this is a starwriter 5.0 content". So this use case is a little bit different to "Insert >From File" functionality. --------------------------------------------------------------------- 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]
