Opened 12 years ago
Last modified 12 years ago
#10436 confirmed Bug
Duplicate ids when shared space is used
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Cc: |
Description
- Add div with id "someElementId" to the page
- Add to config
config.sharedSpaces = {top: 'someElementId'};
to move toolbar to the shared space.
- Inspect the page with developer tools/firebug - the toolbar and main editor element have the same id (cke_{name}).
Attachments (2)
Change History (3)
Changed 12 years ago by
Attachment: | doubleId.png added |
---|
Changed 12 years ago by
Attachment: | replacebycode.html added |
---|
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.1.1 → 4.1 |
Use attached sample to reproduce and don't forget to use
config.sharedSpaces = {top: 'someElementId'};
in config.js. With Firebug you will notice same ids (see attached image).