Opened 14 years ago
Last modified 12 years ago
#6905 closed Bug
Links are not preserved when a link to an anchor is copied and pasted — at Version 2
Reported by: | joolee | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.4 |
Keywords: | Chrome | Cc: |
Description (last modified by )
Steps to recreate:
- Create an anchor.
- Create a link to that anchor.
- Go to Source mode and come back to Design mode.
- Select the new link to anchor. Copy and paste to another place in the editor.
- Double click the link to edit it.
You'll see that the Link Type becomes "URL" not "Link to anchor in the text."
When <a href="#one">link to anchor</a> is copied, <a href="demo#one">link to anchor</a> is pasted.
The reason for step 3 is to get around bug #6641.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Chrome added |
Status: | new → confirmed |
Version: | 3.5 → 3.4 |
Forgot to mention that this bug appears in Chrome.