This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from ckeditor/t/113
Fix: Link balloon should update its position upon external document changes. Closes #113.
- Loading branch information
Showing
5 changed files
with
334 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h2>External changes (insert/edit)</h2> | ||
<p><button id="button-insert">Start external changes</button></p> | ||
<div id="editor-insert"> | ||
<p>EXTERNAL CHANGES WILL START HERE -> This specification defines the 5th <a href="http://ckeditor.com">major revision</a> of the core language of the [Select this text]: the Hypertext Markup Language (HTML).</p> | ||
</div> | ||
|
||
<h2>External changes (delete)</h2> | ||
<p><button id="button-delete">Start external changes</button></p> | ||
<div id="editor-delete"> | ||
<p>A first paragraph.</p> | ||
<p>THIS PARAGRAPH WILL BE REMOVED <a href="http://ckeditor.com">major revision</a>. [Select this text].</p> | ||
<p>A third paragraph.</p> | ||
</div> |
Oops, something went wrong.