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

Issues on Windows and Chrome 53.0.2785.57 beta-m (64-bit) #184

Closed
vipentti opened this issue Aug 16, 2016 · 8 comments
Closed

Issues on Windows and Chrome 53.0.2785.57 beta-m (64-bit) #184

vipentti opened this issue Aug 16, 2016 · 8 comments

Comments

@vipentti
Copy link
Collaborator

Not quite sure what is going on but on Chrome on Windows 10 Menus are positioned in a strange way
menu_chrome_bug

@vipentti vipentti changed the title Menu positioning wonky on Windows 10 Chrome 53.0.2785.57 beta-m (64-bit) Issues on Windows and Chrome 53.0.2785.57 beta-m (64-bit) Aug 16, 2016
@vipentti
Copy link
Collaborator Author

Found another issue that is present in elm-mdl and this particular version of Chrome. Where tooltips appear blurry. This does not occur in regular MDL.

tooltip_chrome_bug

@vipentti
Copy link
Collaborator Author

vipentti commented Aug 16, 2016

Found culprit to the tooltip. For some reason having will-change: transform in the .mdl-tooltip class does not work properly on this version of Chrome.

Found patch notes regarding this particular version here

To prevent visual artifacts, all content will be re-rastered when its transform scale changes unless it has the will-change: transform CSS property.

Further research reveals that MDL actually removed this particular issue commit here. This should be fixed in v1.2.0 which was released a few days ago

@debois
Copy link
Owner

debois commented Aug 16, 2016

Is this an instance of #143?

Otherwise, maybe more debois/elm-dom#4 — we could try logging Menu.model during update, see if it gets positing right.

@vipentti
Copy link
Collaborator Author

I think it might be indeed the same as #143

@OvermindDL1
Copy link
Contributor

What version of Chrome? I have Version 52.0.2743.116 m on Windows 10 currently and not seeing the issue. What is the DOM of the whole menu setup that you see?

@vipentti
Copy link
Collaborator Author

Chrome 53.0.2785.57 beta-m (64-bit)

@OvermindDL1
Copy link
Contributor

So it really is just the beta version, hopefully fixed prior to release then?

@pdamoc
Copy link
Contributor

pdamoc commented Sep 7, 2016

I'm using Version 53.0.2785.89 (64-bit) and the blur issue is still present.

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

No branches or pull requests

4 participants