Re: [Django] #27692: Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field

2023-11-13 Thread Django
#27692: Remember scroll position in list screen after coming back from edit 
screen
- remove autofocus from search field
-+-
 Reporter:  Ciske Boekelo|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  Remember scroll  | Triage Stage:  Accepted
  position autofocus search field|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tom Carrick):

 * cc: Tom Carrick (added)


-- 
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/0107018bc98391eb-d38edef6-0c30-4f1f-89fe-147894a9fa42-00%40eu-central-1.amazonses.com.


Re: [Django] #27692: Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field

2017-01-08 Thread Django
#27692: Remember scroll position in list screen after coming back from edit 
screen
- remove autofocus from search field
-+-
 Reporter:  Ciske Boekelo|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  Remember scroll  | Triage Stage:  Accepted
  position autofocus search field|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Ciske Boekelo):

 I just found out that's it not new behavior in Django 1.9. The javascript
 autofocus that existed previously has the same effect. This doesn't change
 my request though, I'd still like the autofocus to be either removed or
 optional.

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.5e04c023826a1864c0f8857fcff8c532%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27692: Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field

2017-01-06 Thread Django
#27692: Remember scroll position in list screen after coming back from edit 
screen
- remove autofocus from search field
-+-
 Reporter:  Ciske Boekelo|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  Remember scroll  | Triage Stage:  Accepted
  position autofocus search field|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 I started [https://groups.google.com/d/topic/django-
 developers/CPfN3XLH95s/discussion a thread].

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.b9ea29fe13e115f96b179a43a0de9547%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27692: Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field

2017-01-06 Thread Django
#27692: Remember scroll position in list screen after coming back from edit 
screen
- remove autofocus from search field
-+-
 Reporter:  Ciske Boekelo|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  Remember scroll  | Triage Stage:  Accepted
  position autofocus search field|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Ciske Boekelo):

 Thanks for your swift reply, Graham!
 Would you like me to ask the question on the Django Developers Mailing
 List or have/will you?

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.93054bc867e41268b048e60c0a124af4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27692: Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field

2017-01-05 Thread Django
#27692: Remember scroll position in list screen after coming back from edit 
screen
- remove autofocus from search field
-+-
 Reporter:  Ciske Boekelo|Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.admin|  Version:  1.10
 Severity:  Normal   |   Resolution:
 Keywords:  Remember scroll  | Triage Stage:  Accepted
  position autofocus search field|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * stage:  Unreviewed => Accepted


Comment:

 I think that was done in 1.10 as part of removing inline JavaScript
 d638cdc42acec608c1967f44af6be32a477c239f (#25165). I guess it would be
 fine to remove `autofocus` although I'd like to see if anyone on the
 DevelopersMailingList has input.

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.ec6be983449796da0c5dbedf5677a11b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #27692: Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field

2017-01-05 Thread Django
#27692: Remember scroll position in list screen after coming back from edit 
screen
- remove autofocus from search field
-+-
   Reporter:  Ciske  |  Owner:  nobody
  Boekelo|
   Type:  Bug| Status:  new
  Component: |Version:  1.10
  contrib.admin  |   Keywords:  Remember scroll
   Severity:  Normal |  position autofocus search field
   Triage Stage: |  Has patch:  0
  Unreviewed |
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 When coming back to the list screen from the edit screen, the browser
 normally remembers your scroll position and restores it. This is desirable
 behavior if you want to work through a long lists of objects.

 However, when you include a search field in the list screen, it has
 autofocus enabled, which prevents the scroll position from being restored.
 This is annoying and unhelpful. This is new behavior since django 1.9 I
 believe.

 I suggest removing the autofocus, but I'm open to other suggestions
 (making it customizable somehow for example)

--
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/055.926a333eb626a6cce3050a3d9d725e56%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.