Embed Link - insert link fails with advanced options
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr115 wontfix, thunderbird_esr128 affected, thunderbird139 wontfix, thunderbird140 fixed)
People
(Reporter: bugzilla-mozilla, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Steps to reproduce:
https://support.mozilla.org/en-US/questions/1514728
- Create new email.
- Paste link string.
- "Insert" link for string, adding advanced options (NOT adding advanced options does NOT replicate this issue - only with advanced options)
Actual results:
String remained a string, not a link
Expected results:
String should have converted to link with advanced options.
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
comm-central regression window
mozilla-central regression window
Probably regressed by bug 1803044.
By the way, just clicking "Advanced Edit…" and "Cancel" is enough to show this behavior. Apparently something here now triggers this.
Assignee | ||
Comment 2•2 months ago
|
||
This is workaround for changes in behavior of nsIHTMLEditor
's insertLinkAroundSelection
, apparently introduced by bug 1803044.
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/10739603ee34
Fix inserting link with advanced properties. r=mkmelin
Comment 4•2 months ago
|
||
Do you want to uplift this to 140 beta?
Assignee | ||
Comment 5•2 months ago
|
||
Comment on attachment 9492170 [details]
Bug 1969767 - Fix inserting link with advanced properties. r=#thunderbird-reviewers
Uplift Approval Request
- Please state case for uplift consideration and ensure bug severity is set: Simple bug fix without any risk to be expected.
- User impact if declined: Creating a link from selected text does not work when advanced properties are selected as well.
- Is this code covered by automated tests?: No
- Has the fix been verified in Daily?: Yes
- Has the fix been verified in Beta?: No
- Needs manual test from QA?: Yes
- If yes, steps to reproduce: 1. Open a (HTML) compose window.
- Type
http://www.example.com
. - Select all.
- Insert -> Link… (Ctrl-K)
- Advanced Edit…
- Set an attribute and value (eg.
lang
anden
) - Ok, Ok
- Ctrl-K and Advanced Properties… again
After step 7, text should be linkified, after step 8, the set attribute should be displayed.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): No side-effects to be expected.
- String changes made/needed: None.
Comment 6•2 months ago
|
||
Comment on attachment 9492170 [details]
Bug 1969767 - Fix inserting link with advanced properties. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 7•2 months ago
|
||
bugherder uplift |
Thunderbird 140.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/9f12f111408d
Assignee | ||
Updated•1 month ago
|
Description
•