Fix attachment item .text-link decoration on win
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr6868+ fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: alta88, Assigned: Paenglab)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
2.87 KB,
patch
|
alta88
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1571663 +++
(In reply to alta88 from comment #2)
In addition to this, there is a regression on win only (maybe mac too), where a detached/external attachment does not appear like a link, the .text-link color is overridden. I think it's due to .text-link no longer being added to the child node post de-xbl. This is an important visual.
(In reply to Jorg K (GMT+2) from comment #6)
Created attachment 9083483 [details]
link-when-hovered.pngWell, there is an underline shown for a link when hovered. If not hovered, it looks like the others.
Assignee | ||
Comment 1•5 years ago
|
||
This fixes the issue and also removes a unneeded colour for the size text which makes it unreadable with dark theme.
Assignee | ||
Comment 3•5 years ago
|
||
Is this what you had in mind?
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
So the colour is some link colour (blue-ish) but the underline only comes on when hovered. That's intentional?
Yes, the original patch was for CVE level spoofing issues, so the intent was to make external attachments different from internal attachments, and the very common behavior is blue for a link, underline on hover and show the url.
Updated•5 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/45b5c5bb3fe6
On Windows show the detached attachment text with the hyperlinktext color. r=alta88
Updated•5 years ago
|
Comment 9•5 years ago
|
||
TB 68.0 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/5992006459d44f0c07a5be51648914920ff635f3
Comment 10•5 years ago
|
||
Description
•