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.samsung.com - design is broken #18031

Closed
3steve3 opened this issue Aug 1, 2018 · 5 comments
Closed

www.samsung.com - design is broken #18031

3steve3 opened this issue Aug 1, 2018 · 5 comments
Labels
Milestone

Comments

@3steve3
Copy link

3steve3 commented Aug 1, 2018

URL: https://www.samsung.com/us/

Browser / Version: Firefox Mobile 63.0
Operating System: Android 8.1.0
Tested Another Browser: Yes

Problem type: Design is broken
Description: The menu doesn't work
Steps to Reproduce:
I tapped on the three bars, the menu opens, but it doesn't work. When I tap on the selections in the menu, nothing happens. There are also supposed to be arrows, but there are black boxes.
Screenshot Description

From webcompat.com with ❤️

@softvision-sergiulogigan

Hey @Steve018
Thanks for the reported issue!

I am getting this on LG G5 (Android 7.0) - 1440 x 2560 pixels (~554 ppi pixel density) and Nightly 63:

image

However, the menus take like 3 seconds to open, once they are tapped.
Let's diagnose this. Maybe @wisniewskit can help.

@softvision-sergiulogigan

Well now...
I see Google Pixel (Android 8.1.0) - 1080 x 1920 pixels (~441 ppi pixel density) is more special:

image

In RDM, only the sluggish menu is reproducible.

image

@3steve3
Copy link
Author

3steve3 commented Aug 3, 2018

@softvision-sergiulogigan
I see now that each menu item is loading extremely slow (~10s after tap). I misunderstood it as the menu not working.

@3steve3 3steve3 closed this as completed Aug 3, 2018
@3steve3 3steve3 reopened this Aug 3, 2018
@karlcow karlcow added the type-bad-performance When sites are unresponsive, slow transition label Aug 6, 2018
@karlcow
Copy link
Member

karlcow commented Aug 6, 2018

This is loading but it is slow indeed. And it is almost immediate in Chrome.

I created a profile where I opened a submenu and then closing it. Twice. https://perfht.ml/2OhzL5V

We can see in the performance profile. the two black bars.

Screenshot Description

The perf profile says that it is 804ms doing something and point to utag.loader.loadrules in https://tags.tiqcdn.com/utag/samsung/main/prod/utag.js

yes there are a lot of case with a similar construct.

        case '15':
          try {
            c[15] |= (typeof d['order_ID'] != 'undefined' && d['dom.referrer'].toString().indexOf('samsungpowerbot.com') > - 1) || (typeof d['order_ID'] != 'undefined' && d['dom.referrer'].toString().indexOf('trypowerbot.com') > - 1)
          } catch (e) {
            utag.DB(e)
          };
          break;

Probably something to open on bugzilla directly.

@karlcow
Copy link
Member

karlcow commented Aug 6, 2018

Closing as a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1481124

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

No branches or pull requests

4 participants