Home ›
BUEditor preventing firefox from reloading text in textarea following use of back buttonBUEditor preventing firefox from reloading text in textarea following use of back button
Submitted by submin on December 12, 2010 - 6:38am
Searched words:
Issues for BUEditor
causes text not load browser back
browser refresh
browser back
loses data
field emptied
open atrium loses data browser
browser navigation loses content open atrium
[I'm not entirely clear what causes this and when, and yes, i should be writing outside the browser-- but without this problem, Firefox is rock solid about not losing information.]
When clicking a link and then going back, or pressing a the back button and then the forward button, the text in BUEditor-enabled textfields is getting blanked out.
I think this is site-specific because it hasn't bugged me before, and i see no other reports, but for the moment BUEditor is disabled from this (Drupal 6) site.
More like this
- Prevent LibreOffice/OpenOffice from splitting a string of text on symbols in the text
- Prevent duplicate link submission when using CCK Link module with AJAX alerts
- Sadly, some brilliant text had to be jettisoned from the Definitive Guide. Some of it lives here.
- Return user to current page: How to link to a form from a Drupal menu
- I want to just disable the alt (option) arrow as browser back one page behavior


Comments
Specific to editors containing text buttons
This happens only when there is a text button in the editor.
Firefox has a strange bug where the textarea content is reset on going back/forward if an input field(button, text, radio, checkbox) is inserted into the form before the textarea by javascript. This does not happen if the input field is inserted after the textarea or if the input field is an image.
A workaround is to set all the buttons of the editor as images.
it turned out to be a jquery bug
Further testing revealed that it's a bug with jQuery1.3.2 or earlier.
https://bugzilla.mozilla.org/show_bug.cgi?id=209292#c32
Post new comment