BUEditor's changes not save in nodes, when your used ONLY BUEditor bar and popaps we see new html tags in node but it not save if we do nothing else with node text :(

For example:
I'm open node and click on BUEditor buttoms.. like "LINK".. enter url -> OK -> push Save Node.. AND my link not Save in Node!

But, if i'm add link by BUEditor AND do something with text in node, like add space and delete THEN when i'm save node my link was here..

How it fix?

Comments

HESHES created an issue. See original summary.

HESHES’s picture

Title: BUEditor's tags don't save in nodes! » BUEditor's tags not saved in nodes!
ufku’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Can you reproduce it with a clean install?
Does it happen in all browsers?

HESHES’s picture

Yes. In all browser with any node types.

I see new tags add's by BUEditoer in source, but when i'm click "Save" button - i see what all changes (all tags) are disappear from text and when page reload we haven't changes..

It's like Drupal thinks what node text have no changes and do not resave node.. save previous condition of node..

daltro’s picture

That has been happening to me too. I have to do some manual edition, otherwise the tags added using BUEditor's buttons are not saved.

atari82’s picture

Same here.
When editing a node:
If i just add some formatting (like <h1>existing text</h1>) to a existing text with the BU-Editor-Toolbar and Save it afterwards, the changes are not saved. I have to add e.g. an extra space, etc. to make the changes save correctly.

:-)

  • ufku committed a3cbde6 on 8.x-1.x
    Issue #2730633: BUEditor buttons does not trigger textarea change which...
ufku’s picture

Status: Postponed (maintainer needs more info) » Fixed

It seems Drupal.editor is restoring the content on form submit, thinking the textarea value hasn't changed.
BUEditor now triggers textarea change event manually.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.