Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36662, comment 5


Ignore:
Timestamp:
04/25/2016 08:05:17 PM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36662, comment 5

    initial v1  
    11Yes, `document.elementFromPoint()` should work but we will have to account for all cases like inline editor, a "real" iframe with an iframe editor in it, etc. As TinyMCE is very easy to customize, detecting all cases can be somewhat tricky.
    22
    3 Alternatively can set a flag only for the wpLink modal. Seems this would cover it for now.
     3Alternatively can set a flag only for the wpLink modal. Seems this would cover it for now as all other modals there have higher z-index/are "over" the toolbar.