metasfresh / metasfresh-webui-frontend-legacy

metasfresh Webui Frontend
GNU General Public License v2.0
57 stars 34 forks source link

Scrolling in dropdown fields #1605

Closed metas-lc closed 6 years ago

metas-lc commented 6 years ago

Is this a bug or feature request?

bug

What is the current behavior?

scrolling with mouse click (dragging the scrollbar) and with keyboard's arrows is not working well

Which are the steps to reproduce?

  1. in this window we have lots of data in dropdowns so it's easier https://w101.metasfresh.com:8443/window/540173/1000002
  2. select the dropdown of Document Base Type field
  3. use down key => notice that the scrollbar remains in it's place. NOK
  4. try to select the dropdown with the mouse click => the whole dropdown is gone NOK

    What is the expected or desired behavior?

    step 3 Shall go down with your current selections step 4 scrollbar shall move as you drag it. Shall not close

pablosichert commented 6 years ago

Part of this issue (arrow keys) is covered in https://github.com/metasfresh/metasfresh-webui-frontend/issues/1544

metas-lc commented 6 years ago

IT repeated the testcase above

  1. goes down with my current selections OK
  2. scrollbar moves as i drag it OK