Changes between Initial Version and Version 3 of Ticket #1811


Ignore:
Timestamp:
07/24/09 18:48:33 (16 years ago)
Author:
dido
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1811

    • Property Owner set to dido
    • Property Status changed from new to s1b_analysis_finished
    • Property Analysis_owners changed from to dido
    • Property Cc dido added
  • Ticket #1811 – Description

    initial v3  
    11Steps to reproduce: 
    22 * Run the application 
    3  * Type incorrect data inside the zoom combo box 
     3 * Type incorrect data inside the bound text field box 
    44 * The validator indicates invalid data 
    55 * Remove the focus 
    6  * The data inside the combo box is set to previuos default data 
     6 * The data inside the bound text field is set to previous default data 
    77 * The validator steal points invalid data 
    88Probably connected with implementations of bound controls using JTextField and more specific with the listeners attached to the text field.