idempiere / idempiere-swing-client

iDempiere Swing Client
3 stars 10 forks source link

IDEMPIERE-4947 Improve modification indication UX for text input #15

Closed dram closed 3 years ago

dram commented 3 years ago

Instead of only indicating data is modified after focus is moving out of text input field, it is better to mark modification immediately after text content is changed.

With this change, users can type F4 or click Save icon in toolbar to save data after text editing, without having to move focus out of text input field.

See screencasts in JIRA issue for more detail: https://idempiere.atlassian.net/browse/IDEMPIERE-4947

dram commented 3 years ago

Reimplement last commit in another way.

dram commented 3 years ago

Merged.

With this PR, the behavior of Swing and ZK UI is more consistent regarding to text field editing.

Related PRs for ADempiere also have been merged: