SeaMonkey Composer adds moz-do-not-send attribute for links and images
Categories
(SeaMonkey :: Composer, defect)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: abo.pignard, Assigned: frg)
References
(Regression)
Details
(Keywords: regression, Whiteboard: SM2.53.21)
Attachments
(1 file)
|
2.33 KB,
patch
|
iannbugzilla
:
review+
njsg
:
review+
iannbugzilla
:
approval-comm-release+
|
Details | Diff | Splinter Review |
Steps to reproduce:
I create a link in an HTLM page.
Actual results:
The added source HTML code is:
<a href="liens_histo.html#nvu" moz-do-not-send="true">Nvu</a>
Expected results:
The attribute moz-do-not-send="true" shouldn't be added to the link.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
[Approval Request Comment]
Regression caused by (bug #): Bug 1686845
User impact if declined: bad html for links and images generated in composer
Testing completed (on m-c, etc.): 2.53.21b1 pre
Risk to taking this patch (and alternatives if risky): mostly trivial. cases mail, composer and debugQA composer tested
String changes made by this patch: --
| Assignee | ||
Updated•1 year ago
|
Comment on attachment 9477336 [details] [diff] [review]
1827146-moz-do-not-send-25321.patch
[Triage Comment]
LGTM r/a=me
| Assignee | ||
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Comment on attachment 9477336 [details] [diff] [review]
1827146-moz-do-not-send-25321.patch
lgtm
Updated•11 months ago
|
| Assignee | ||
Comment 5•7 months ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/0d9228cc6c96108e0c28709e0d0d05500fc95d77
Do not set moz-do-not-send for images and links in composer. r=IanN,njsg a=IanN
Description
•