ckeditor4
ckeditor4 copied to clipboard
The embed consent screen are not clickable when editing
Type of report
Bug
Provide detailed reproduction steps (if any)
- open https://ckeditor.com/ckeditor-4/demo/#article
- try to embed https://twitter.com/LouSeal01/status/1574989345018085376
- a consent screen will appear
- try to click the "always for twitter" button but the "Media Embed" dialog will appear.
Expected result
What is the expected result of the above steps?
The twitter embed should appear.
Actual result
What is the actual result of the above steps?
The "Media Embed" dialog appear.
Other details
- Browser: all
- OS: win/mac
- CKEditor version: 4
- Installed CKEditor plugins: (the demo set)
A screenshot of the result on safari.
Hello @themnd and than you for the report.
I can confirm this issue.
It looks like the image with cke_widget_mask
class is above the embedded link, making it unclickable.
I've changed that ticket to a feature request as the current behavior is by design. We apply a mask to embed widgets so they are not interactive - as that would be complex to implement right now https://github.com/ckeditor/ckeditor4/blob/8391ed2bca45e9a0d62f30dc3dae96fce2da4523/plugins/embedbase/plugin.js#L138
There is an old PR for that feature https://github.com/ckeditor/ckeditor4/pull/3311
this make the current integration with iframe.ly quite cumbersome, maybe you could make some exclusions on your rule.
I m also facing same issue, when add YouTube URL. try to click the "always for YouTube " button but the "Media Embed" dialog will appear.