Closed (fixed)
Project:
BUEditor
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2016 at 15:19 UTC
Updated:
28 May 2017 at 16:19 UTC
Jump to comment: Most recent
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
Comment #2
HESHES commentedComment #3
ufku commentedCan you reproduce it with a clean install?
Does it happen in all browsers?
Comment #4
HESHES commentedYes. 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..
Comment #5
daltro commentedThat has been happening to me too. I have to do some manual edition, otherwise the tags added using BUEditor's buttons are not saved.
Comment #6
atari82 commentedSame 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.:-)
Comment #8
ufku commentedIt seems Drupal.editor is restoring the content on form submit, thinking the textarea value hasn't changed.
BUEditor now triggers textarea change event manually.