Skip to content
Snippets Groups Projects
Unverified Commit d17c302c authored by Joren Van Onder's avatar Joren Van Onder
Browse files

[FIX] point_of_sale: undo mobile browser autoscroll in client list

Mobile browsers attempt to scroll invisible input elements into
view (eg. when they end up hidden behind the on-screen keyboard). The
browser does not always correctly undo this. This is problematic
because the main window in the client list is not actually scrollable
for the user, so you ended up with part of the widget cut off. This
implements a workaround that scrolls to top when input elements are
blurred. Removing the blur handlers is not necessary because the input
elements get removed.

opw-706781
parent c8a43430
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment