Opened 15 years ago
Closed 14 years ago
#5946 closed Bug (wontfix)
[FF] Cut commad removing paragraph id attribute.
Reported by: | Joe Kavanagh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM Firefox CantFix | Cc: | Damian Satya Minnekanti |
Description
- Copy the following HTML into an editor instance in source mode.
<p id="1">P1</p>
<p id="2">P2</p>
<p id="3">P3</p>
- Disable source mode.
- Select 'P2', start at the beginning of 'P2' and end the selection just before the text 'P3' in the next paragraph.
- Press Ctrl + X to Cut the text.
- Click the Source button to go to source mode.
Observe that the P3 paragraph is missing the id attribute: <p id="1">
P1</p>
<p>
P3</p>
Change History (8)
comment:1 Changed 15 years ago by
Summary: | Cut commd removing paragraph id attribute. → [FF] Cut commd removing paragraph id attribute. |
---|
comment:2 Changed 15 years ago by
Summary: | [FF] Cut commd removing paragraph id attribute. → [FF] Cut commad removing paragraph id attribute. |
---|
comment:3 Changed 15 years ago by
Keywords: | CantFix added |
---|---|
Milestone: | CKEditor 3.4 |
Version: | SVN (CKEditor) → 3.0 |
comment:4 follow-up: 5 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
In Firefox 3.6.10 result of above is
<p> <pid="1">>P1</pid="1">></p> <p id="2"> </p> <p id="3"> P3</p>
Or either
<p id="1"> P1</p> <p id="2"> </p> <p id="3"> P3</p>
So it probably is fixed in FF
comment:5 Changed 14 years ago by
Replying to krst:
In Firefox 3.6.10 result of above is
<p> <pid="1">>P1</pid="1">></p> <p id="2"> </p> <p id="3"> P3</p>Or either
<p id="1"> P1</p> <p id="2"> </p> <p id="3"> P3</p>So it probably is fixed in FF
I could still reproduce the issue in FF 3.6.10. i have verified it on nightly build.
comment:6 Changed 14 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I can definitely reproduce this issue on trunk. It's certainly a gecko issue, which needs to be reported before we could close this ticket.
comment:7 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Status: | reopened → confirmed |
comment:8 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
I've just reported it to Mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=599317
It's not only the Cut command, it also happens pressing Del, but this is something internal to Firefox, you can check that it also fails in http://www.mozilla.org/editor/midasdemo/
So the only thing that we can do is to check if there's a bug filed about this in bugzilla.