Opened 9 years ago
Last modified 8 years ago
#14540 confirmed New Feature
Safari: Opening browser context menu on a link & selecting Open Link option making editor unusable — at Version 1
Reported by: | Satya Minnekanti | Owned by: | Jakub Ś |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | chrisgui, Irina |
Description (last modified by )
Steps to reproduce
- Open nightly build http://nightly.ckeditor.com/16-03-22-07-07/full/samples/
- Keep cursor inside link(CK Editor)
- use CMD + Right click to ope Browser context menu
- Click on Open Link in Browser context menu
Issue
Entire CK Editor replaced by the CK Editor page and can't go back to editor body or click on any options in toolbar
Browser - Safari 9, OS MAC
Change History (1)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Jakub Ś |
Status: | new → assigned |
Version: | 4.5.7 |
I don't quite see area for improvement here.
CKEditor content area is in iframe (it is a different document) and we deliberately select "Open link" option and not "Open Link in New Window". How are we supposed to stop this from happening? I personally don't know. Link is opened from native context menu which sees content area as document with it should replace with this link.
The only thing that comes to my mind is some sort of custom back button but that would be a feature request and issue is in fact IMHO such a weird and rare case that we would probably never have time to implement this feature.
@m.lewandowski what do you think?