Modify ↓
Opened 14 years ago
Last modified 14 years ago
#7163 new defect
Not work the Back button in Opera 10.10
Reported by: | Stas Agarkov | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
At the Opera 10.10 the plugin TracWysiwygPlugin during the open to a ticket page does not work the Back button in browser. You have to click it several times (usually three times) instead of one. We assume that the problem in code
d.open (); d.write (html.join ("")); d.close ();
in function TracWysiwyg.prototype.initializeEditor When we commented out this code, then all was working correctly, except that in Wysiwyg mode, missing fonts.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
possible the following code solve the problem
tracwysiwyg/htdocs/wysiwyg.js
+ 'src="javascript:\'\'" '