Using enter to submit search filter resets base
Using enter to submit search filter resets base
I’m not sure if this is new or not, but when using the text search field I end up at the LDAP root instead of the LDAP base I was in.
I saw the problem on user management.
Link issues together to show that they're related. Learn more.
Activity
- bmortier changed milestone to %FusionDirectory 1.4
changed milestone to %FusionDirectory 1.4
By Côme Chilliet on 2019-10-08T13:54:05 (imported from GitLab)
- bmortier changed title from Using search filter resets base to Using enter to submit search filter resets base
changed title from Using search filter resets base to Using enter to submit search filter resets base
By Côme Chilliet on 2019-10-08T14:08:34 (imported from GitLab)
- bmortier added PJ1802-0188 label
added PJ1802-0188 label
- bmortier added fusiondirectory-core label
added fusiondirectory-core label
- bmortier changed due date to October 17, 2019
changed due date to October 17, 2019
By bmortier on 2019-10-09T09:06:05 (imported from GitLab)
Finally found the relevant specification about this: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#default-button
So in our case hitting enter in a text field will trigger the first submittable field of the form, which happens to be the ROOT image, which resets the base to the root. I had a hard time finding a clean solution for this, but it seems adding a button in a hidden container at the beginning of the form works.
By Côme Chilliet on 2019-10-22T09:16:45 (imported from GitLab)
- bmortier created merge request !699 to address this issue
created merge request !699 to address this issue
By Côme Chilliet on 2019-10-22T09:16:54 (imported from GitLab)
- bmortier mentioned in merge request !699
mentioned in merge request !699
By Côme Chilliet on 2019-10-22T09:16:54 (imported from GitLab)
- bmortier added 1h 30m of time spent at 2019-10-22
added 1h 30m of time spent at 2019-10-22
By Côme Chilliet on 2019-10-22T09:34:13 (imported from GitLab)
- bmortier added To Be Tested label
added To Be Tested label
- bmortier assigned to @jswaelens and unassigned @MCMic
assigned to @jswaelens and unassigned @MCMic
By Côme Chilliet on 2019-10-22T09:34:13 (imported from GitLab)
- bmortier closed
closed
By Jonathan Swaelens on 2019-10-22T14:11:31 (imported from GitLab)
- bmortier added 1h 5m of time spent at 2019-10-22
added 1h 5m of time spent at 2019-10-22
By Jonathan Swaelens on 2019-10-22T14:11:31 (imported from GitLab)
- bmortier removed due date
removed due date
By Jonathan Swaelens on 2019-10-22T14:11:31 (imported from GitLab)
- bmortier added Fixed label and removed To Be Tested label
added Fixed label and removed To Be Tested label