-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: demo + modeler example: if editing text followed by saveXML, the new text is missing in the xml #2197
Comments
Did you actually confirm the label editing though Enter or clicking outside of the element? If you don't do that before downloading the XML the label will be missing. |
A screencast demonstrating your issue would be helpful. |
I was of the impression that editing text without clicking outside would be enough to register the change. |
I can reproduce the issue. However, I don't think it's likely that we look into this. If you want to solve it on your own, you can call |
Thanks for pointing me to edit: I tested it real quick: it's not a good idea, because it removes text focus... |
Have you tried to complete the direct editing when For further questions regarding your project, please head to the bpmn.io forum. |
Describe the Bug
if editing text followed by saveXML, the new text is missing in the xml
Steps to Reproduce
Expected Behavior
editing text should trigger change event.
Or is there a way to trigger change before saving xml?
Note: every non-text action (e.g. click on elements) seems to trigger change.
Environment
The text was updated successfully, but these errors were encountered: