metasfresh / metasfresh-webui-frontend-legacy

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

List widgets with focus shall have dark grey color underline #1620

Closed metas-mk closed 6 years ago

metas-mk commented 6 years ago

Is this a bug or feature request?

Feature Request

What is the current behavior?

Currently, it is not recognizable very good for the user if the list widget is focused. This is because the focus underline has the same colors as other box borders or text underlines.

Which are the steps to reproduce?

Open, try and see.

What is the expected or desired behavior?

Make the underline of focused list widgets in a dark grey color.

Followup of: https://github.com/metasfresh/metasfresh-webui-frontend/issues/1554

Example: image

metas-lc commented 6 years ago

IT

  1. repeated the testcase above (picking terminal - pick to new hu) => the focus is on the first field OK => the field has a dark grey under it (while is focused) OK => select the second field: focus on the first one is not lost NOK (https://github.com/metasfresh/metasfresh-webui-frontend/issues/1676) => after the focus is lost, there is no line under packing item (only under qty) OK => pressing multiple tabs won't get me back to packing item NOK (https://github.com/metasfresh/metasfresh-webui-frontend/issues/1675)

  2. other window. opened manufacturing order, there are 2 list widgets there set all data => the dropdown fields have a dark grey under then (while are focused) OK => if you use tab to go from one field to another the focus disappears when you press tab OK => if you use mouse click and jump over a focused dropdown, that field remains focused (you 'll have 2 focused dropdowns at the same time) NOK (https://github.com/metasfresh/metasfresh-webui-frontend/issues/1676) image => pressing multiple tabs got me back to beginning OK => after the focus is lost, there is no line under the field OK