Changes between Initial Version and Version 1 of Ticket #57995, comment 25
- Timestamp:
- 09/06/2024 08:10:23 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57995, comment 25
initial v1 1 The flickering should be rarer now; I do not experience it with the new Classic block modal. Firefox can still have the problem when the block editor is not in an iframe (showing the Custom Fields panel or activating a plugin such as Yoast SEO would keep the non-framed editor).1 The flickering should be rarer now; I do not experience it with the new Classic block modal. However, Firefox can still have the problem when the block editor is not in an iframe (showing the Custom Fields panel or activating a plugin such as Yoast SEO would keep the non-framed editor). 2 2 3 3 The toolbar element (I found `#mceu_18` near the end of the `body`) repeatedly adds and removes `display: none` to the `style` attribute. The script comment from #44911 mentions flickering (or "flicketing") in Chromium. I was able to change the flashing rate with a different timeout value, which indicates that the [https://core.trac.wordpress.org/browser/trunk/src/js/_enqueues/vendor/tinymce/plugins/wordpress/plugin.js?rev=53047#L1127 resize section] runs in Firefox, too.