Closed
Bug 629199
Opened 14 years ago
Closed 13 years ago
MDN WYSIWYG editor (presumably based on contentEditable) has broken styling support
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kael, Unassigned)
References
()
Details
The what-you-see-is-what-you-get editor used on MDN is broken in FF4b9 and FF4b10. Specifically, the handling of content styling seems to be severely broken, to the point that if I attempt to add new content to a page, it gets locked into the style of previous content and I cannot change the style. This functionality works as expected in the other browser I tested against (Chrome) and I remember it working the last time I used MDN.
Specific repro steps:
1. Load up https://developer.mozilla.org/en/pymake
2. Click edit
3. Place your caret in some text that's formatted as code
4. Hit enter to add a new line, then type some text
5. Note that the text is formatted as code. Attempt to change it to regular text.
I tried using the styling UI in the editor along with non-UI methods, like pasting the text into notepad (to clear the styling bits from the clipboard) then copying it and pasting it back in as raw text, and that wouldn't work either. All the obvious things I tried worked in Chrome.
It's possible this is a bug in the MDN editor, since this is also broken in IE8.
Comment 1•14 years ago
|
||
This bug should probably not live here, but I don't know where its home should be. CCing sheppy to alert him, and ask him to move this to the correct component.
Comment 2•14 years ago
|
||
Sounds like a bug in the version of the CKEditor used by the version of MindTouch we're running. May be fixed in the version we're getting ready to upgrade to.
Updated•14 years ago
|
Component: Editor → Deki Infrastructure
Product: Core → Mozilla Developer Network
QA Contact: editor → infrastructure
Version: Trunk → Deki
| Assignee | ||
Updated•13 years ago
|
Version: Deki → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Deki Infrastructure → Other
Comment 3•13 years ago
|
||
We moved to Kuma. I don't think this bug is relevant any longer.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•