3 | | I found the releavant code in the file `wp-include/js/tinymce/plugins/wordpress/plugin.js` in line 1127 and following, stating: |
| 3 | 1. Begin editing a page **in the block editor** |
| 4 | 2. Insert a Classic block (TinyMCE) |
| 5 | 3. Mark some text |
| 6 | 4. Turn it into a link |
| 7 | 5. Enter a URL which is wider than the input field, e.g. `https://de.wikipedia.org/wiki/Rindfleischetikettierungs%C3%BCberwachungsaufgaben%C3%BCbertragungsgesetz` |
| 8 | 6. Close the input field |
| 9 | 7. Reopen the input field |
| 10 | 8. Click on the pencil to edit it |
| 11 | 9. Expected behaviour: Turn it into the input field again. Actual behaviour: Starts flickering and is impossible to work with. |
| 12 | |
| 13 | I found the relevant code in the file `wp-include/js/tinymce/plugins/wordpress/plugin.js` in line 1127 and following, stating: |