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

Cases when Patch request isn't sent after hit enter #1430

Closed
metas-lc opened this issue Dec 8, 2017 · 2 comments
Closed

Cases when Patch request isn't sent after hit enter #1430

metas-lc opened this issue Dec 8, 2017 · 2 comments
Labels
Milestone

Comments

@metas-lc
Copy link

metas-lc commented Dec 8, 2017

Is this a bug or feature request?

bug
follow-up of #1396

What is the current behavior?

there are cases where patch req. is sent when you hit enter, and sometimes not

Which are the steps to reproduce?

you can see the whole testcase here: follow-up of #1396

Example of cases when it works:

  1. sales order - create purchase orders action - qty field
    => you can edit it and press enter as many times as you want. the patch is sent OK
    image

same for grid view: (works)
image

Example of cases where doesn't work:
edit+enter:

  1. sales order - create purchase orders action - date field
    => you can edit it and press enter => the patch is not sent NOK
    image

  2. same happens for date in document view, included tab, advanced edit:
    image

image

edit+enter 2 times:

  1. see document view, included tab and advanced edit, when you edit a field of type text or numeric, where your cursor remains there after enter, if you edit AGAIN, the patch is not sent. E.g.
    image

What is the expected or desired behavior?

press enter after edit on any fields - send patch
edit - enter - edit and enter again - send patch each time

@siemiatj
Copy link
Contributor

siemiatj commented Apr 3, 2018

@metas-lc For some fields this was changed that patch is now sent when field is edited, and then tabbed away (table cells, date input). Not sure if this solves the problem well enough.

@metas-lc
Copy link
Author

metas-lc commented Apr 4, 2018

checked again
Date fields in docview, included tab and advanced edit (in order and product cu-tu alloc) => works now (both enter and tab) OK
also edit - enter - edit and enter again => patch is sent each time OK

create purchase order process from sales order - a patch is sent after you press enter.OK

so i'm closing this task since they work now

@metas-lc metas-lc closed this as completed Apr 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants