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

V2 breaks with Chrome Update #719

Open
dhaniboy09 opened this issue Feb 15, 2019 · 7 comments
Open

V2 breaks with Chrome Update #719

dhaniboy09 opened this issue Feb 15, 2019 · 7 comments

Comments

@dhaniboy09
Copy link

dhaniboy09 commented Feb 15, 2019

The V2 seems to break when you update to the latest version of chrome, which is 72.0.3626.109. I've tested on a Mac. I didn't see this behavior in Safari or Firefox, neither was I seeing it prior to updating chrome; so I believe it's related to the chrome update.

How to Reproduce

  1. Update Chrome to latest version
  2. Try editing a model instance for example
  3. You'll observe that the CSS is broken
@onepopcorn
Copy link

Same here. Left menu disappeared after updating Chrome to v77.0.3865.75. There's no error or warning messages on Chrome's console. So, whatever it is, it's happening silently

So far I've only seen this happening on Chrome, neither FireFox or Opera seems to have this issue.

@amureki
Copy link
Contributor

amureki commented Sep 12, 2019

Just to mention, left sidebar is also disappeared in V1 (the latest version is 0.2.26) with Chrome/Chromium 77.0.3865.75.

@rec-code
Copy link

Same here, suit 0.2.25 with opera beta 64.0.3417.11 and Chrome 77.0.3865.75. When i updated from 76.0.3809.132 to the latest on chrome, the left bar instantly disappeared. On firefox it's working

@pulse-mind
Copy link

For v1 have a look to this issue : #735

@RaduNicoara
Copy link

I have the same issue: django-suit==0.2.26 and chrome 77.0.3865.90. Same symptoms: no left navigation pane. Is there a fix for this?

@muthusuba
Copy link

In suit/css/suit.css
Replace:
#suit-left{width:200px;right:240px;margin-left:-100%}
with :
#suit-left{width:200px;margin-left:-200px;position:absolute}

@pulse-mind
Copy link

You can close this issue

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

7 participants