Closed
Bug 1465835
Opened 8 years ago
Closed 8 years ago
Selected text links are rendered badly if the page is zoomed to 150%
Categories
(Core :: Graphics: Text, defect, P3)
Core
Graphics: Text
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | affected |
People
(Reporter: pascalc, Unassigned)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
|
23.61 KB,
image/png
|
Details |
Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0 ID:20180531101452
STR:
1/ Go to https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
2/ Zoom to 150%
3/ select text within a paragraph
STR:
1/ Go to https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
2/ Zoom to 150%
2/ Type ' (apostrophe) to search text in links
3/ Type "tracking"
ER:
Selected links which contain the word "tracking" are in reversed color (white on blue background here)
AR:
The text is kind of garbled
I am attaching a screenshot of the bug.
Comment 1•8 years ago
|
||
The links seem to have a white text shadow applied to them, e.g.:
text-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 1px 0 #fff;
And since the background is white, it only shows up when you highlight the text.
Status: NEW → RESOLVED
Closed: 8 years ago
Priority: -- → P3
Resolution: --- → INVALID
Whiteboard: [gfx-noted]
You need to log in
before you can comment on or make changes to this bug.
Description
•