Custom Query (18300 matches)
Results (181 - 183 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4427 | fixed | validation text boxes with required: true are rude | ||
Description |
today, validation text boxes show the error state if no default value is provided, even if the user hasn't focused them. The required attribute should show a visual indication that it is a required field (different border color? something) but not the error state. Examples with many of these inputs are glaringly user-unfriedly (like this page: http://dojotoolkit.org/~alex/anon_view/dijit/demos/form.html). |
|||
#8037 | fixed | validation text box - IE6 - bidi - editing problem | ||
Description |
If website elements are displayed rtl and a user inputs a long string the cursor springs back to the beginning of the field and also when a user moves cursor to the left it springs back to the beginning and makes writing very difficult. Additionaly using arrow keys is difficult as they are reversed using right arrow moves cursor to the left and vice versa. |
|||
#842 | fixed | validate widgets do not work | ||
Description |
dojo-trunk/tests/widget/test_validate.html gives the following Errors (on Windows XP Firefox 1.5.3): DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isIpAddress is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 631] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isIpAddress is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 631] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isUrl is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 685] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isEmailAddress is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 725] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isEmailAddressList is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 765] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidDate is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 803] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidDate is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 803] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidTime is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 849] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.isValidTime is not a function, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 849] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 890] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 914] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 937] DEBUG: dojo.widget.Parse: error: [TypeError: dojo.validate.us has no properties, file: file:///C:/Projects/workspace/dojo-trunk/src/bootstrap1.js, line: 960] |