Bug 30110 - Missing methods focus() and validate() for some widgets
Missing methods focus() and validate() for some widgets
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-22 15:29 CET by Jascha Geerds
Modified: 2020-06-22 14:32 CEST (History)
4 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jascha Geerds univentionstaff 2013-01-22 15:29:51 CET
The "PasswordInputBox" widget is a combination of two single "PasswordBox"es. I think it would be nice if this widget shared the "standard" functions of a Dojo widget or at least the focus() function.
Comment 1 Dirk Wiesenthal univentionstaff 2013-01-22 16:47:13 CET
I remember that I once missed that for MultiInput, too.
Comment 2 Alexander Kläser univentionstaff 2013-01-23 16:14:11 CET
A method "validate()" is missing, as well (for Form.validate()). The same should apply to DateBox, TimeBox, and MixedInput.
Comment 3 Florian Best univentionstaff 2013-01-23 16:18:30 CET
(In reply to comment #2)
> A method "validate()" is missing, as well (for Form.validate()). The same
> should apply to DateBox, TimeBox, and MixedInput.Bug #30109
Comment 4 Florian Best univentionstaff 2016-06-27 19:02:34 CEST
PasswordInputBox nowerdays have focus() and validate().
MultiInput is missing a focus() method.