Ticket #1792 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

PopupPanel: When unzooming an edited TextField, valueChange is not submitted

Reported by: Joonas Lehtinen Owned by: Risto Yrjana
Priority: critical Milestone: User Interface Library 5.3.0 RC
Component: undefined Version:
Keywords: Cc:
Known Issue description:
Hours estimate: Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: no Contract:

Description

See com.itmill.toolkit.tests.tickets.Ticket1397

  • Click on first line, column 7 to open a textfield
  • write something on textfield
  • Click somewhere to close the PopupPanel?

Compare the effect on what happens if you click tabulator after editing in order to unfocus.

Propbable cause for the bug is that textfield does not update its value without unfocus. To correct this we should somehow cause focus change.

Change History

Changed 5 months ago by Risto Yrjana

  • status changed from new to closed
  • resolution set to fixed

Textfield doesn't update even with unfocus. PopupPanel? now fires onChange() when the popup is closed. Committed fix in [4953]

Changed 5 months ago by Risto Yrjana

Meaning [4954]...

Note: See TracTickets for help on using tickets.