Link in paragraph gets extended/repeated onto new line when hitting Enter
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: jorgk-bmo, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [h2review-noted])
Attachments
(1 file)
304 bytes,
text/html
|
Details |
Comment 3•9 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Reporter | ||
Comment 8•8 years ago
|
||
Reporter | ||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Updated•8 years ago
|
Comment 12•8 years ago
|
||
Updated•5 years ago
|
Comment 16•4 years ago
|
||
Testcase of attachment 8753532 [details] is now working correctly (link discontinued when pressing Enter after the link).
This was fixed in Bug 1422234 - Pressing Enter after an anchor link causes the content in new line to associate with the link.
Unfortunately, for most Thunderbird bugs which were generously duped here, the problem remains for typing anything else but Enter after a trailing link, which is seriously annoying because it makes any such link "sticky" with no easy way to discontinue it (Ctrl+Shift+K or other workarounds aren't easy). The remaining case (and the key problem for Thunderbird) is Bug 1357365:
Bug 1357365 - Can't exit links in contenteditable elements
I will reshuffle duplicates accordingly.
(In reply to Masayuki Nakano [:masayuki] from Bug 1357365 comment #2)
After landing bug 1422234, pressing Enter at end of link stops creating
another <a> element in new paragraph. However, we still don't have a way to
put caret outside the <a> element.
(In reply to Masayuki Nakano [:masayuki] from Bug 1357365 comment #3)
After landing bug 1496320, if caret is moved from outside of
<a href>
, typing new character at edge of the element is treated as typing outside it. I guess that the remaining issue is, the case when there is no content before or after<a href>
in the block or line.
Updated•4 years ago
|
Description
•