Opened 13 years ago
Closed 13 years ago
#4512 closed defect (fixed)
consider using red squiggly or other indicator for invalid forms
Reported by: | bill | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | 4alex | Cc: | |
Blocked By: | Blocking: |
Description
Current exclamation mark icon for invalid form fields is bad since it leaves a blank area to the right of the input, and maybe other reasons (other please update this description)
Consider changing to a red squiggly underneath the form field or have the icon appear inside the borders of the input box like on facebook (IIRC).
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [10663]) 1. Move validation icon to appear inside the box (for TextBox?, ValidationTextBox?, ComboBox?, and Spinner template based widgets).
- Width setting applies to outer node: setting combobox to width=100px leaves 16px
for the arrow icon and 84px for the input node (unless the error icon is shown, in which case the input gets less space). Size property desupported.
This is still rough; it needs some more CSS cleanup and haven't even looked at soria yet... but the basics are there.
This will fix #4489.