-
- Downloads
[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
Loading
Please register or sign in to comment