Opened 9 years ago
Closed 9 years ago
#14374 closed Bug (wontfix)
Link to anchor in document not finding anchors
Reported by: | Aimee Reinaker | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
We have multiple instances on a page of ckeditor. In previous versions we were able to link to an anchor in a different instance. Now we can only view anchors in the instance we are trying to link to.
- Create anchor in one instance.
- In another instance on the page link to anchor.
- No anchors are found to link to.
Expected result
All anchors would be found in each instance.
Actual result
Only anchors in the instance are found
Other details (browser, OS, CKEditor version, installed plugins)
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.6 |
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | pending → closed |
In that case I can only recommend switching to inline editor.
The approach was changed few versions ago and as we agreed in ticket #11359, this is how it should work.
Anchors are limited to single instance in classic iframed and divarea editors while in inline editor every anchor on page is visible to ay instance. This works according to ticket: #11359.
I'm guessing that you are using divarea plugin and haven't upgraded the editor for quite some time. Is that correct?