darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

V2 breaks with Chrome Update #719

Open dhaniboy09 opened 5 years ago

dhaniboy09 commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

For v1 have a look to this issue : #735

RaduNicoara commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

You can close this issue