Opened 15 years ago
Closed 15 years ago
#5387 closed Bug (duplicate)
[CKEditor 3.2] Creation of div with id cke_pastebin multiple in chrome
Reported by: | Tony | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.2 |
Keywords: | Cc: |
Description
Somehow <div id="cke_pastebin"> is popping up multiple times in code. While I don't really care about this mysterious mark up, I do care about valid mark up. That div is being added to the editor multiple times and id selectors are unique. Having multiple elements with exactly the same id selector is invalid mark up.
Dup of #5144