You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser: Chrome OS: Windows Is React App: False Reproduced on xdsoft.net: True
Code
<p>—
<!-- --><ahref="https://www.gutenberg.org/cache/epub/55/pg55-images.html">The Wonderful Wizard of Oz</a><em>by L. Frank Baum</em>.
</p><divstyle="padding:56.25% 0 0 0;position:relative;"><iframesrc="https://player.vimeo.com/video/1002833698?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Every Day's Like This"></iframe></div>
// A *self-contained* demonstration of the problem follows...
Expected behavior:
When editing a URL link within the editor, which also contains an iframe elsewhere, pressing "Update" after modifying the link (anchor tag a href) should successfully update the URL.
Actual behavior:
However, when an iframe is present anywhere in the editor, updating a link sometimes fails. Even though the link appears to be edited, inspecting the element reveals that the URL has not changed.
The text was updated successfully, but these errors were encountered:
I have same situation, editing url doesn't work at first time if there is iframe.
Second try works but always failing at first editing of link.
We can easily reproduce in jodit demo page.
Add URL link
Add Iframe(youtube video)
Edit added URL and update text or URL and save (it won't save properly)
Jodit Version: 4.2.5
Browser: Chrome
OS: Windows
Is React App: False
Reproduced on xdsoft.net: True
Code
// A *self-contained* demonstration of the problem follows...
Expected behavior:
When editing a URL link within the editor, which also contains an iframe elsewhere, pressing "Update" after modifying the link (anchor tag a href) should successfully update the URL.
Actual behavior:
However, when an iframe is present anywhere in the editor, updating a link sometimes fails. Even though the link appears to be edited, inspecting the element reveals that the URL has not changed.
The text was updated successfully, but these errors were encountered: