Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the word "Explorer" is briefly displayed on blank pages on Firefox #13

Closed
SuperUserNameMan opened this issue Mar 27, 2018 · 4 comments
Closed

Comments

@SuperUserNameMan
Copy link

@SuperUserNameMan SuperUserNameMan commented Mar 27, 2018

Hi,

Description

When Ghostery plugin is activated under Firefox 59.0.x, the word "Explorer" is briefly displayed on online blank pages during refresh and also during javascript redirections.

I've noticed this bahavior on my WIP website, but also on random sites on the internet. (only online pages are affected. HTML page created on the desktop are not affected)

Note : when you refresh an empty web page with a dark background, there is also a white ghost that briefly appears at the top (probably caused by a lag with CSS).

Steps to Reproduce

  • you can test it online with this blank page : https://terminajones.com/blank.html
  • just refresh many time.
  • if you don't notice it, try disabling "hardware acceleration" in Firefox (i've been forced to disable it because of nasty ridiculous display bugs since Firefox Quantum update), or try with a slower computer ...

Versions

  • Browser: Firefox 59.0.x with Hardware acceleration OFF.
  • OS: Windows 8.1
  • CPU : AMD APU A6-6310 laptop
  • LOCALE : Fr-Fr
@SuperUserNameMan
Copy link
Author

@SuperUserNameMan SuperUserNameMan commented Mar 27, 2018

forgot to mention my locale is French

@SuperUserNameMan
Copy link
Author

@SuperUserNameMan SuperUserNameMan commented Mar 27, 2018

ok, after looking into the code repository, the word "Explorer" is only mentionned here :

"message": "Explorer"

so, it must be caused by a lag between the displaying of the ghostery HTML code and the interpretation of the CSS code by Firefox ...

so according to your language you'll see something else thant "Explorer" ...

the issue is then the "subliminal" effect.

@christophertino
Copy link
Member

@christophertino christophertino commented Mar 27, 2018

Interesting. That's coming from the purple box counter. If you disable purple box (Settings > Purple Box), does it go away?

Looks like the "looking" text is displaying before the box fully renders.

title.textContent = BOX_TRANSLATIONS.looking;

@SuperUserNameMan
Copy link
Author

@SuperUserNameMan SuperUserNameMan commented Mar 27, 2018

@christophertino : yep, when purple box is disabled, it goes away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants