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

www.meups4.com.br - Site is no mobile optimized #39349

Closed
webcompat-bot opened this issue Sep 4, 2019 · 5 comments
Closed

www.meups4.com.br - Site is no mobile optimized #39349

webcompat-bot opened this issue Sep 4, 2019 · 5 comments
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-marfeel Sites with marfeel issues type-tracking-protection-standard This page had content that was blocked by the standard tracking protection list in Firefox.
Milestone

Comments

@webcompat-bot
Copy link

URL: https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/

Browser / Version: Firefox Mobile 68.0
Operating System: Android 8.0.0
Tested Another Browser: Yes

Problem type: Design is broken
Description: on mobile view, text overflows out of screen with no scroll
Steps to Reproduce:

Screenshot Description

Browser Configuration
  • mixed active content blocked: false
  • image.mem.shared: true
  • buildID: 20190826132627
  • tracking content blocked: true (basic)
  • gfx.webrender.blob-images: true
  • hasTouchScreen: true
  • mixed passive content blocked: false
  • gfx.webrender.enabled: false
  • gfx.webrender.all: false
  • channel: beta

Console Messages:

[u'[JavaScript Warning: "The resource at https://platform.twitter.com/widgets.js was blocked because content blocking is enabled." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 0}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://bc.marfeelcache.com/statics/marfeel/gardac-sync.js." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 1}]', u'[console.log(JQMIGRATE: Migrate is installed, version 1.4.1) https://www.meups4.com.br/wp-content/cache/busting/1/wp-includes/js/jquery/jquery-migrate.min-1.4.1.js:2:552]', u'[JavaScript Error: "SyntaxError: illegal character" {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 123 column: 29 source: "window.m2hb.customUnits.push(/92804089/MEU_PS4_DESKTOP_TOPO);"}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://cdn.pubguru.com/pg.js." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 141}]', u'[JavaScript Warning: "The resource at https://cdn.taboola.com/libtrc/meups4/loader.js was blocked because content blocking is enabled." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 0}]', u'[JavaScript Warning: "The resource at https://static.hotjar.com/c/hotjar-1428910.js?sv=6 was blocked because content blocking is enabled." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 0}]', u'[JavaScript Warning: "The resource at https://www.google-analytics.com/analytics.js was blocked because content blocking is enabled." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 0}]', u'[JavaScript Warning: "The resource at https://platform.twitter.com/widgets.js was blocked because content blocking is enabled." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 0}]', u'[JavaScript Warning: "The resource at https://platform.twitter.com/widgets.js was blocked because content blocking is enabled." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 0}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://cdn.taboola.com/libtrc/meups4/loader.js." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 1}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://static.hotjar.com/c/hotjar-1428910.js?sv=6." {file: "https://www.meups4.com.br/noticias/final-fantasy-viii-remastered-adaptacao/" line: 1}]']

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added this to the needstriage milestone Sep 4, 2019
@webcompat-bot webcompat-bot added browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine type-tracking-protection-standard This page had content that was blocked by the standard tracking protection list in Firefox. labels Sep 4, 2019
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was able to reproduce the issue.
image

Note: Not reproducible on Chrome.

Tested with:
Browser / Version: Firefox Nightly 68.2a1 (2019-09-04), Fenix 1.3.1 (Build #12341950) 📦: 8.0.0, 78354bc12 🦎: 69.0-20190812090043
Operating System: LG G5 (Android 8.0.0) - 1440 x 2560 pixels (~554 ppi pixel density), Samsung Galaxy S7 Edge (Android 8.0.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

@softvision-oana-arbuzov softvision-oana-arbuzov changed the title www.meups4.com.br - design is broken www.meups4.com.br - Site is no mobile optimized Sep 5, 2019
@softvision-oana-arbuzov softvision-oana-arbuzov added severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. priority-normal labels Sep 5, 2019
@karlcow karlcow added the type-marfeel Sites with marfeel issues label Sep 9, 2019
@karlcow
Copy link
Member

karlcow commented Sep 9, 2019

this can be reproduced on rdm.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

They have this rule.

.td-boxed-layout .td-container-wrap {
	width: 1080px;
}

which makes everything wider. If I remove it everything is fine.

but the issue is before that. Because the markup/style received by Chrome and Firefox are quite different. And this is due to marfeel.

@karlcow
Copy link
Member

karlcow commented Sep 9, 2019

a duplicate https://bugzilla.mozilla.org/show_bug.cgi?id=1149160

the site is using a library done by marfeel and currently still incompatible with Firefox on Android (They started an effort to make it compatible.)

@karlcow
Copy link
Member

karlcow commented Sep 9, 2019

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1149160

@lock
Copy link

lock bot commented Sep 16, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue at https://webcompat.com/issues/new if you are experiencing a similar problem.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 16, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. type-marfeel Sites with marfeel issues type-tracking-protection-standard This page had content that was blocked by the standard tracking protection list in Firefox.
Projects
None yet
Development

No branches or pull requests

3 participants