Opened 13 years ago
Closed 13 years ago
#7482 closed defect (duplicate)
Field-level buttons needed
Reported by: | David Schwartz | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - LnF | Version: | 1.1.1 |
Keywords: | drop-down popup button ibm | Cc: | |
Blocked By: | Blocking: |
Description
Field-level buttons need to be available when pop-up controls are available to select a value, e.g., dijit.form.DateTextBox?. Also, the pop-ups shouldn't be displayed when the field gets the focus but, rather, when the field-level button is clicked. This makes the presence of the pop-up more apparent and gives keyboard-based (disabled) users greater control over the interaction. ALT+Dn/Up? should also show and hide the pop-up control while the field has the input focus, respectively, to correspond to the standard Select.
Here's an example of a field-level button: Field-level-button.png
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | Field-level-button.png added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Dup of #5151.
DateTextBox is the widget that needs to be modified but there's an issue w/InlineEditBox in that when you do an inline-edit of a date field it would probably be nice if the drop-down was already opened, or at least if a calendar displayed automatically, to reduce the number of keystrokes.
InlineEditBox? is the widget that would need to be modified.
Also, the client should be able to specify the icon to be used in the field-level button.