Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

HOME/END keys not working in process parameter field when opened from view #645

Closed
teosarca opened this issue Apr 15, 2017 · 1 comment
Closed

Comments

@teosarca
Copy link
Member

Type of issue

Bug

Steps to reproduce

e.g.

  • open material receipt candidates
  • call a quick action which has parameters (e.g. Receive HUs)
  • click inside of any parameter fields which has some text
  • press keyboard's HOME or END
    ** cursor is not moved to the beginning or at the end of the text => NOK
    ** instead the material receipt candidates view is moved to first/last page => NOK

Same thing happens when you press PageUp/PageDown => view is navigated

image

Expected behavior

  • when inside a field, all keys shall work naturally (HOME shall move the cursor to the beginning, END to the end etc)
  • no matter what, the key press shall not leak to underlying view
@teosarca teosarca added this to the 2017-16 milestone Apr 15, 2017
damianprzygodzki added a commit that referenced this issue Apr 19, 2017
HOME/END keys not working in process parameter field when opened from view #645
@cadavre cadavre modified the milestones: 2017-17, 2017-16 Apr 19, 2017
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Apr 21, 2017
…king from process panel

[#1351](#1351) IsTransferWhenNull not working correctly anymore
[#661](metasfresh/metasfresh-webui-frontend-legacy#661) Service not available not detected on login
[#659](metasfresh/metasfresh-webui-frontend-legacy#659) Double-clicking on included view row shall not open the document
[#657](metasfresh/metasfresh-webui-frontend-legacy#657) Manufacturing Order Issue/Receipt is not displaying the attributes
[#1346](#1346) Cannot "LU zuteilen" (Swing HU Editor)
[#656](metasfresh/metasfresh-webui-frontend-legacy#656) Selected grid row and quick actions not consistent after closing a modal
[#1343](#1343) Cannot reverse documents
[#655](metasfresh/metasfresh-webui-frontend-legacy#655) Handle process layout type field
[#653](metasfresh/metasfresh-webui-frontend-legacy#653) Honor openIncludedView's viewType property
[#645](metasfresh/metasfresh-webui-frontend-legacy#645) HOME/END keys not working in process parameter field when opened from view
[#643](metasfresh/metasfresh-webui-frontend-legacy#643) Reduce size of Action Menu
[#630](metasfresh/metasfresh-webui-frontend-legacy#630) Open docLists side by side in QuickAction response.
[#355](metasfresh/metasfresh-webui-frontend-legacy#355) view websocket notifications: handle "changedIds"
[#96](metasfresh/metasfresh-webui-frontend-legacy#96) Actions overlay menu cleanup
@metas-lc metas-lc self-assigned this Apr 24, 2017
@metas-lc
Copy link

IT

  1. go to material receipt, select a line and receive HUs
  2. click inside of any parameter fields which has some text
  3. press keyboard's HOME
    => you get to the start of the text OK
    => nothing happens in the view OK
  4. press keyboard's END
    => you get to the end of the text OK
    => nothing happens in the view OK
  5. press keyboard's pageUp and pageDown
    => nothing happens OK
    => nothing happens in the view OK

Regression

  1. go to material receipt window
  2. press keyboard's pageDown
    => you are sent on the next page OK
  3. press keyboard's pageUp
    => you are sent on the page before OK
  4. press keyboard's End
    => you are sent to the last page OK
  5. press keyboard's Home
    => you are sent to the first page OK

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants