Home >
Contributions >
OpenOffice.org
This patch has been made for version 2.4
Copy Paste from an html page with soup tags
A wrong html page, but which could be correctly displayed, was not well pasted in Writer.
This is particularly disturbing because of the different behavior between Writer html engine and the Firefox one : Gecko. Gecko display the value contained between 2 unknowns tags. For instance :
- "<unknown>sample</unknown>" => "sample"
But OpenOffice, in Writer only, ignores it totally. For instance
- "<unknown>sample</unknown>" => ""
The attached fix unifies the behaviors between those 2 engines. It was approved for Go-Oo, the Novell Community version of OOo, see the first link for the commit.
Link :
- http://www.openoffice.org/issues/show_bug.cgi?id=59064
- http://svn.gnome.org/viewvc/ooo-build?view=revision&revision=11115
This patch has been made for version 2.4
