django-suit icon indicating copy to clipboard operation
django-suit copied to clipboard

V2 breaks with Chrome Update

Open dhaniboy09 opened this issue 7 years ago • 7 comments

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

dhaniboy09 avatar Feb 15 '19 09:02 dhaniboy09

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.

onepopcorn avatar Sep 12 '19 15:09 onepopcorn

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

amureki avatar Sep 12 '19 15:09 amureki

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

rec-code avatar Sep 12 '19 16:09 rec-code

For v1 have a look to this issue : #735

pulse-mind avatar Sep 14 '19 11:09 pulse-mind

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?

RaduNicoara avatar Sep 24 '19 07:09 RaduNicoara

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}

muthusuba avatar Oct 06 '19 06:10 muthusuba

You can close this issue

pulse-mind avatar Nov 13 '20 10:11 pulse-mind