Re: [Django] #31737: Strange admin behaviour on Django 3.1b1 with Firefox

2020-06-24 Thread Django
#31737: Strange admin behaviour on Django 3.1b1 with Firefox
-+--
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.admin|  Version:  3.1
 Severity:  Release blocker  |   Resolution:  invalid
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--

Comment (by Carlton Gibson):

 No worries! Always happy to look. :)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.9b9dd4a01c0ea2a52afdfd6f18d7feae%40djangoproject.com.


Re: [Django] #31737: Strange admin behaviour on Django 3.1b1 with Firefox

2020-06-24 Thread Django
#31737: Strange admin behaviour on Django 3.1b1 with Firefox
-+--
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.admin|  Version:  3.1
 Severity:  Release blocker  |   Resolution:  invalid
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by Claude Paroz):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 P... you are right, it was most probably a caching issue with using an
 outdated `base.css`.

 So sorry for wasted time :-(

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.fbac1dc184494edfa0f3bef9f709e210%40djangoproject.com.


Re: [Django] #31737: Strange admin behaviour on Django 3.1b1 with Firefox

2020-06-24 Thread Django
#31737: Strange admin behaviour on Django 3.1b1 with Firefox
-+--
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  3.1
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--

Comment (by Carlton Gibson):

 Two things going on here.

 1. The parent element should have `display: flex`.
 2. Browser support.

 On 1. This looks to be the case.

 
[https://github.com/django/django/blob/2e8941b6f90e65ffad3f07083b8de59e8ed29767/django/contrib/admin/static/admin/css/base.css#L748-L751
 From base.css]:

 {{{
 #container > .main {
 display: flex;
 flex: 1 0 auto;
 }
 }}}

 Disabling that in the inspector causes the issue described.

 So where and why exactly is it not being set? (Currently at
 `needsinfo`/`worksforme`.)


 Then browser support: the intention of
 8b30360322d4de6687e17ab267a856db4e3c78a6 for #31032 was precisely to
 support only the latest versions. With the current batch of evergreen
 browsers, you have to opt-out of being up to date. No doubt it won't last
 forever but, we seem to be in a ''belle époque'' from a maintenance
 perspective for browser support. I don't think we should willingly
 compromise that.

 Nonetheless, Firefox ESR isn't that far behind. I think the discussion at
 least here should be moot.

 If we can answer 1 that would help.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ef363df8d0252d903e80480c501193ca%40djangoproject.com.


Re: [Django] #31737: Strange admin behaviour on Django 3.1b1 with Firefox

2020-06-23 Thread Django
#31737: Strange admin behaviour on Django 3.1b1 with Firefox
-+--
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  3.1
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by Claude Paroz):

 * status:  closed => new
 * resolution:  needsinfo =>


Comment:

 It is not specific to a project, I reproduce that behavior with different
 projects.
 I suspect this is an issue with Firefox 68. Are we going to only support
 the latest versions of browsers for the admin? Firefox 68 ESR is still the
 default browser of Debian stable (buster).

 I noticed this is related with flex properties on the navbar without the
 parent div having the `display: flex`. When I add the `display: flex;`
 style attribute to the parent `div#main`, it works. But I'm far from sure
 this is the right fix.

 I'm reopening because even if it would be decided not to fix it, it should
 be documented at least.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.b29d13e24c63fc6e58aa248546919aba%40djangoproject.com.


Re: [Django] #31737: Strange admin behaviour on Django 3.1b1 with Firefox

2020-06-23 Thread Django
#31737: Strange admin behaviour on Django 3.1b1 with Firefox
-+--
 Reporter:  Claude Paroz |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.admin|  Version:  3.1
 Severity:  Release blocker  |   Resolution:  needsinfo
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 Unfortunately I cannot reproduce this issue on Firefox 77 or Chrome, can
 you provide more details or a sample project?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.4f735c04d6247964224ac973b937af4b%40djangoproject.com.


[Django] #31737: Strange admin behaviour on Django 3.1b1 with Firefox

2020-06-23 Thread Django
#31737: Strange admin behaviour on Django 3.1b1 with Firefox
---+
   Reporter:  Claude Paroz |  Owner:  nobody
   Type:  Bug  | Status:  new
  Component:  contrib.admin|Version:  3.1
   Severity:  Release blocker  |   Keywords:
   Triage Stage:  Unreviewed   |  Has patch:  0
Needs documentation:  0|Needs tests:  0
Patch needs improvement:  0|  Easy pickings:  0
  UI/UX:  0|
---+
 On Firefox (68 ESR), when trying to display any model changelist page, I
 find myself with the `nav-sidebar` taking the whole page widths
 (changelist itself is completely hidden).

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.4e35d8e0ef54a072ccfe981d8bc6439d%40djangoproject.com.