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

reorder links to get firefox to use larger favicon #6966

Merged

Conversation

qqmyers
Copy link
Member

@qqmyers qqmyers commented Jun 5, 2020

https://bugzilla.mozilla.org/show_bug.cgi?id=751712

What this PR does / why we need it: works-around a firefox bug to display better favicon

Which issue(s) this PR closes:

Closes #6965

Special notes for your reviewer:

Suggestions on how to test this: Firefox only as far as I know. The code change is just to put the 32 pixel favicon line in the source after the 16 pixel one. So you can check the source. That should also change the favicon itself but that could potentially be cached in your browser.

Does this PR introduce a user interface change? If mockups are available, please link/include them here: just shows better favicon

Is there a release notes update needed for this change?: no

Additional documentation:

@mheppler mheppler self-assigned this Jun 5, 2020
Copy link
Contributor

@mheppler mheppler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh. I have not noticed this issue. Solution appears simple enough, as the order of the different sizes seems logical.

@mheppler
Copy link
Contributor

mheppler commented Jun 5, 2020

@qqmyers would you be so kind as to provide some screenshots? Have you confirmed this change does not effect other browsers? I am looking at the favicon in my browser tabs, and I can't tell if it's one size or another. The default Dataverse logo favicon used on the Harvard Dataverse (4.20, FF 68.9.0) looks sharp.

Screen Shot 2020-06-05 at 4 13 43 PM

@coveralls
Copy link

Coverage Status

Coverage remained the same at 19.585% when pulling c62e828 on QualitativeDataRepository:IQSS/6965_wrong_favicon into 97e7a60 on IQSS:develop.

@qqmyers
Copy link
Member Author

qqmyers commented Jun 5, 2020

image
That's from @rdemgenski who saw the effect, only on Firefox and confirmed that the PR fixed the issue.

@mheppler mheppler removed their assignment Jun 5, 2020
@kcondon kcondon self-assigned this Jun 8, 2020
@kcondon kcondon merged commit 75742b9 into IQSS:develop Jun 8, 2020
@djbrooke djbrooke added this to the Dataverse 5 milestone Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Due to order and Firefox bug, Firefox gets wrong favicon
5 participants