Changes between Initial Version and Version 1 of Ticket #14423


Ignore:
Timestamp:
2017-02-28T02:47:27+01:00 (9 years ago)
Author:
nyurik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14423 – Description

    initial v1  
    1 If more than one validation rule apply to the same value, "fix" button only keeps the result of the last validation. For example, rule1 and rule2 match the same value, rule1 removes spaces, rule2 adds quotes.  Clicking "fix" on both would produce the value in quotes, but still with the spaces, even though both validation errors would disappear from the validation panel.  This shouldn't cause issues in theory, just some confusion.
     1If more than one validation rule apply to the same value, "fix" button only keeps the result of the last validation. For example, rule1 and rule2 match the same value, rule1 removes spaces, rule2 adds quotes.  Clicking "fix" on both (either at once or one at a time) would produce the value in quotes, but still with the spaces, even though both validation errors would disappear from the validation panel.  This shouldn't cause issues in theory, just some confusion.
    22
    33I think it would be better to re-evaluate test condition and apply the fix before every fix is applied.