Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57995


Ignore:
Timestamp:
03/28/2023 08:33:17 AM (6 months ago)
Author:
sabernhardt
Comment:

Hi and thanks for the report!

It flickered for me, too, in the editor's Classic block but not in the Classic Editor. I used Firefox 111.0.1 in Windows 10, and it still occurs with WordPress 6.2 RC4.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57995

    • Property Keywords needs-patch added
    • Property Focuses javascript administration added
    • Property Milestone changed from Awaiting Review to 6.2.1
  • Ticket #57995 – Description

    initial v1  
    11This bug is somehow related to #44911, however, 5 years after that, the bug appears in Firefox. I copy-paste here what I wrote in the forum (https://wordpress.org/support/topic/toolbar-of-tinymce-flickering-in-firefox/):
    22
    3 I found the releavant code in the file `wp-include/js/tinymce/plugins/wordpress/plugin.js` in line 1127 and following, stating:
     31. Begin editing a page **in the block editor**
     42. Insert a Classic block (TinyMCE)
     53. Mark some text
     64. Turn it into a link
     75. Enter a URL which is wider than the input field, e.g. `https://de.wikipedia.org/wiki/Rindfleischetikettierungs%C3%BCberwachungsaufgaben%C3%BCbertragungsgesetz`
     86. Close the input field
     97. Reopen the input field
     108. Click on the pencil to edit it
     119. Expected behaviour: Turn it into the input field again. Actual behaviour: Starts flickering and is impossible to work with.
     12
     13I found the relevant code in the file `wp-include/js/tinymce/plugins/wordpress/plugin.js` in line 1127 and following, stating:
    414
    515{{{