[wp-trac] [WordPress Trac] #44911: TinyMCE pop-up box for adding links flickers and cant be clicked when using Chrome
WordPress Trac
noreply at wordpress.org
Thu Jul 4 16:17:43 UTC 2019
#44911: TinyMCE pop-up box for adding links flickers and cant be clicked when using
Chrome
-------------------------------+------------------------------
Reporter: joakimsilfverberg | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 4.9.8
Severity: critical | Resolution:
Keywords: needs-patch | Focuses: administration
-------------------------------+------------------------------
Comment (by kokers):
Replying to [comment:12 Howdy_McGee]:
> If this is the main discussion - I'm almost certain the issue lies with
the tooltips JS. Removing the tooltips implementation seems to fix the
issue but that is certainly not a possible solution.
Yes it is and it's related to scrollbar. Adding:
{{{
html {
overflow-y:scroll
}
}}}
solves this issue as described here
https://github.com/WordPress/Gutenberg/issues/14878
Probably there is a problem with cached width or something that triggers
some action that cause flickering.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44911#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list