Opened 13 years ago
Closed 13 years ago
#27257 closed defect (bug) (fixed)
Load the proper editor when the user goes to the Edit Post screen with Go Back or Go Forward
| Reported by: | azaozz | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
When the browser's Go Back or Go Forward buttons are used the browser usually loads the page from memory cache. If the loaded page has an editor that was switched (Visual to Text or Text to Visual), getUserSetting('editor') would return the new value, but the page's HTML will be set for the previous value.
This could result in either showing the Quicktags toolbar above the TinyMCE toolbar or in loading the content without <p> tags in TinyMCE.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 27364: