Bryan
16 Jun 2008, 12:13 PM
Ext.form.HtmlEditor.getDocMarkup causes EclipseRCP Help to break. I've filled out a bug with those folks and thought you'd like to know about it too: (https://bugs.eclipse.org/bugs/show_bug.cgi?id=237348).
For brevity's sake:
the getDocMarkup function contains the string "</head>". They insert javascript into an html file upon seeing this string instead of inserting the javascript after performing a dom query.
My copy of extjs:
I changed the </head> string to '...<he'+'ad>...', and I can now include extjs inside of rcp's help.
I believe this to be an Eclipse RCP bug, so feel free to close/delete this post.
For brevity's sake:
the getDocMarkup function contains the string "</head>". They insert javascript into an html file upon seeing this string instead of inserting the javascript after performing a dom query.
My copy of extjs:
I changed the </head> string to '...<he'+'ad>...', and I can now include extjs inside of rcp's help.
I believe this to be an Eclipse RCP bug, so feel free to close/delete this post.