Bug Tracker

Show
Ignore:
Timestamp:
08/27/08 20:46:54 (5 months ago)
Author:
joern.zaefferer
Message:

validate: Fixed basic validation to pass the untrimmed input value as the first parameter to validation methods, changed required accordingly; breaks existing custom method that rely on the trimming

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/test/index.html

    r5824 r5841  
    149149        <form id="form" action="formaction"> 
    150150            <input type="text" name="action" value="Test" id="text1"/> 
     151            <input type="text" name="text2" value="   " id="text1b"/> 
    151152            <input type="text" name="text2" value="T" id="text2"/> 
    152153            <input type="text" name="text2" value="TestTestTest" id="text3"/>