Images, context, and patch available at
https://github.com/django/django/pull/14281
--
Ticket URL: <https://code.djangoproject.com/ticket/32934>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => gmjosack
* status: new => assigned
* stage: Unreviewed => Accepted
Comment:
Thanks -- accepting based on Tom's review of the
[https://github.com/django/django/pull/14281 PR].
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:1>
* needs_better_patch: 0 => 1
Comment:
Current approach on PR is overly complex. A simpler CSS-only approach
should be feasible (?)
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:2>
* owner: gary => (none)
* status: assigned => new
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:3>
* owner: (none) => Hrushikesh Vaidya
* status: new => assigned
Comment:
A CSS only approach [https://github.com/django/django/pull/15234 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:4>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:5>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:6>
* status: assigned => closed
* resolution: => wontfix
* stage: Accepted => Unreviewed
Comment:
I'm going to resolve this as `wontfix`.
The scrolling issue doesn't seem that bad: the left sidebar pauses
independent scrolling at a point, scrolling in sync with the main section
until reaching the bottom (or either) after that, so it's not 100%
independent scrolling, but its ''OK''. Perhaps it's ''Just what browsers
do'', and given #32204 we have the filter in-place now too, it's a minor
glitch at worst.
In contrast the fixes are either too heavy
([https://github.com/django/django/pull/14281 PR14281]) or else have other
display issues ([https://github.com/django/django/pull/15234 PR15234]) and
so it's not clear there's a simple fix available (one that's really
justified by the issue). Pending such actually showing up, I don't further
effort here is the best use of time.
Happy to reopen to consider patches.
--
Ticket URL: <https://code.djangoproject.com/ticket/32934#comment:7>