Closed Bug 1364518 Opened 7 years ago Closed 2 years ago

thegunmag.com - white shadow makes highlighting (selecting) text makes it unreadable

Categories

(Web Compatibility :: Site Reports, defect, P5)

Tracking

(firefox102 affected)

RESOLVED WORKSFORME
Tracking Status
firefox102 --- affected

People

(Reporter: worcester12345, Unassigned)

References

()

Details

(Keywords: testcase, webcompat:needs-contact, Whiteboard: [css] [needscontact])

Attachments

(3 files)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170511130324

Steps to reproduce:

1) Go to web page
2) Select some text



Actual results:

3) Observe selected text is unreadable


Expected results:

4) Text should have been readable (so you know you have the right text to copy)
web site in question:
http://www.thegunmag.com/legislative-update-may-08-2017/

browser:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0 ID:20170511130324
Component: Untriaged → Selection
Product: Firefox → Core
Attached image selection-FF54.png
Chrome has the same issue, selected text is blurry.
Attached file Testcase
I think this is a site issue...
Status: UNCONFIRMED → NEW
Component: Selection → Desktop
Ever confirmed: true
Product: Core → Tech Evangelism
Version: 54 Branch → unspecified
Keywords: testcase
Yeah. Not sure why they decided to do that. This would happen in any browsers. 

Basically the text has a white shadow which is not visible on white background, but because selection gives the background a color, the white shadow becomes visible and gives this blurry effect.

#post-entry .post-meta {
	text-shadow: 2px 0px 1px #fff;
}


The fix:
Just removes the white shadow on the text. Specifically when it is on a white background.

This is a low priority but feel free to contact them about it.
Priority: -- → P5
Summary: highlighting (selecting) text makes it unreadable → thegunmag.com - white shadow makes highlighting (selecting) text makes it unreadable
Whiteboard: [css] [needscontact]
Here is another site with fuzzy text.

Highlight some text, then keep highlighting, dragging down so as to include a hyperlink, such as "club’s appeal of a cease-and-desist order on all". The hyperlink will appear fuzzy.

Is this the same thing?

http://www.telegram.com/news/20170516/westminster-zoning-board-allows-gun-club-to-resume-shooting
Worcester12345: Yes.

article.full > .inner .article-body .inner > p a {
	text-shadow: -.05em -.05em white, -.05em .05em white, .05em -.05em white, .05em .05em white;
	background-size: 5px 1em;
	box-shadow: inset 0 -0.175em #fff,inset 0 -0.2em rgba(105,128,150,0.8);
	display: inline;
}


See https://miketaylr.com/posts/2017/05/please-kill-text-shadow-in-selection.html
(In reply to Worcester12345 from comment #6)
> Here is another site with fuzzy text.
> 
> Highlight some text, then keep highlighting, dragging down so as to include
> a hyperlink, such as "club’s appeal of a cease-and-desist order on all". The
> hyperlink will appear fuzzy.
> 
> Is this the same thing?
> 
> http://www.telegram.com/news/20170516/westminster-zoning-board-allows-gun-
> club-to-resume-shooting

(In reply to Karl Dubost :karlcow from comment #7)
> Worcester12345: Yes.
> 
> article.full > .inner .article-body .inner > p a {
> 	text-shadow: -.05em -.05em white, -.05em .05em white, .05em -.05em white,
> .05em .05em white;
> 	background-size: 5px 1em;
> 	box-shadow: inset 0 -0.175em #fff,inset 0 -0.2em rgba(105,128,150,0.8);
> 	display: inline;
> }
> 
> 
> See
> https://miketaylr.com/posts/2017/05/please-kill-text-shadow-in-selection.html

The one in the telegram link seems to not be an issue (at least that I can tell) any more. Did something change?
Flags: needinfo?(kdubost)
Attached image telegram screenshot
It is still there on text with links.
Flags: needinfo?(kdubost)
Product: Tech Evangelism → Web Compatibility

See bug 1547409. Moving webcompat whiteboard tags to keywords.

Seems duplication of Bug 857924

See Also: → 857924

No, I don't think so. This issue is a clear web-site issue, whereas bug 857924
is (was?) an actual bug in our rendering of the text shadows.

See Also: 857924

The issue is still reproducible.
https://prnt.sc/n_QLZOHbR3-e

Tested with:
Browser / Version: Firefox Nightly 102.0a1 (2022-05-18)
Operating System: Windows 10 Pro

Seeing this same thing here:
https://en.wikipedia.org/wiki/Andrew_the_Apostle

using Chrome Version 102.0.5005.115 (Official Build) (64-bit)

Firefox is kind of unusable these days for me.

Severity: normal → S3

We appreciate your report. I was not able to reproduce the issue:https://prnt.sc/4cMGUOSedZ0Q

Reporter, does the issue still reproduces?

Tested with:

Browser / Version: Firefox Nightly 110.0a1 (2023-01-12) (64-bit)
Operating System: Windows 10 PRO x64

Suggestion: Try clearing cache/data/cookies, disabling add-ons and Ad-blocker (if available) and extensions or use a clean profile, and check again? If there are any changes made to the default settings of the browser (e.g. in about:config) please revert to the default settings and try again. Also, have the required cookies been accepted for this page?

Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(worcester12345)
Resolution: --- → WORKSFORME

(In reply to Loic from comment #2)

Chrome has the same issue, selected text is blurry.

Still getting that. This time in http://www.thegunmag.com/coopers-57-m-one-mans-ultimate-rimfire/

Flags: needinfo?(worcester12345)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: