id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 7716,CamelCase links are not correctly created when using Firefox 3.6.9 or above,anonymous,Jun Omae,"When adding a !CamelCase in wysiwyg mode, a link like {{{ /wiki/CamelCase }}} should be created. Instead, when using FF 3.6.9 or above a link like {{{ http://myserver/mytrac/search/opensearch?q=wiki%3ACamelCase }}} shows up, which obviously does not work. I tracked this down to the use of `insertHTML()` in `wysiwyg.js`, which, since FF 3.6.9 drops all custom HTML tags, in this case e.g. `tracwysiwyg-autolink`. This problem has already been filed at Mozilla as [https://bugzilla.mozilla.org/show_bug.cgi?id=596300 Bug 596300 - Element Attributes dropped in DesignMode/ContentEditable sections]. We use Trac 0.11.7 with !TracWysiwygPlugin 0.11.0.2 (r8691). Since we always try to keep up with Mozillas update for security reasons, I wonder if there is any workaround for the changed behavior of FF. Remark: as I understand from the discussion at Bug 596300 the use of `data-*` custom attributes is recommended, but only supported in FF 4.0b7. So probably at least a change to e.g. data-tracwysiwyg-autolink could prepare !TracWysiwyg for an upgraded version of FF ;-)",enhancement,closed,normal,TracWysiwygPlugin,normal,fixed,Firefox,,0.11