Closed
Bug 788978
Opened 13 years ago
Closed 13 years ago
contenteditable attribute in html tags except "div" and "p"
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 583980
People
(Reporter: rulee, Unassigned)
Details
Attachments
(1 file)
|
872 bytes,
text/html
|
Details |
See to the attache html sample file:
1.CTRL+A to select all the editor inner text.
2.CTRL+C to copy selected text.
3.CTRL+V to paste clipboard data back to editor.
Then there are more than one editors appear. I don't know why.
I found out that all html tag editor has this problem except "div" and "p".
Attachment #658821 -
Attachment mime type: text/plain → text/html
Updated•13 years ago
|
Component: Webapp Runtime → Untriaged
QA Contact: jsmith
Comment 1•13 years ago
|
||
Duplicate of bug 583980, regression of bug 436703?
Component: Untriaged → Editor
OS: Windows 7 → All
Product: Firefox → Core
Comment 2•13 years ago
|
||
(In reply to Aleksej [:Aleksej] from comment #1)
> Duplicate of bug 583980, regression of bug 436703?
Looks like it.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
(In reply to Ehsan Akhgari [:ehsan] from comment #2)
> (In reply to Aleksej [:Aleksej] from comment #1)
> > Duplicate of bug 583980, regression of bug 436703?
>
> Looks like it.
>
> *** This bug has been marked as a duplicate of bug 583980 ***
I have read the bug 583980. There are differences between them. I'm not sure if they are a same problem.
1. For div element, it's everything work okay in my platform. I don't meet the bug 583980. And the p element also okay. But elements except div and p are all run into my problem.
2. Even if select a char in the contenteditable editor instead of CTRL+A to copy, it run into my problem.
Thanks for focusing on this problem.
Comment 4•13 years ago
|
||
(In reply to comment #3)
> (In reply to Ehsan Akhgari [:ehsan] from comment #2)
> > (In reply to Aleksej [:Aleksej] from comment #1)
> > > Duplicate of bug 583980, regression of bug 436703?
> >
> > Looks like it.
> >
> > *** This bug has been marked as a duplicate of bug 583980 ***
>
> I have read the bug 583980. There are differences between them. I'm not sure if
> they are a same problem.
I believe the underlying cause is the same.
You need to log in
before you can comment on or make changes to this bug.
Description
•