Ticket #1811 (s1b_analysis_finished bug) — at Version 3
Tweak: Validator of bound controls are not updated
Reported by: | dido | Owned by: | dido |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | BASE_GUI_LIB | Version: | 2.0 |
Keywords: | Cc: | dido | |
Category: | BASE | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | Add Hours to Ticket: | ||
Billable?: | Total Hours: | ||
Analysis_owners: | dido | Design_owners: | |
Imp._owners: | Test_owners: | ||
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description (last modified by dido) (diff)
Steps to reproduce:
- Run the application
- Type incorrect data inside the bound text field box
- The validator indicates invalid data
- Remove the focus
- The data inside the bound text field is set to previous default data
- The validator steal points invalid data
Probably connected with implementations of bound controls using JTextField and more specific with the listeners attached to the text field.
Change History
Note: See
TracTickets for help on using
tickets.