#10448 closed defect (fixed)
TextBox: add robot test for selectOnClick feature
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Should be testing:
- Click once, click again - the first time a TextBox is clicked all the text is selected, and the second time it's clicked should get a plain caret (aka empty selection). Need to make sure that the second click doesn't reselect all the text.
- Tab into TextBox, then click it - the click should not reselect all the text, same principle as above.
3 Tab into TextBox, out of TextBox, shift-back in, then click it - this is to make sure that the event handler (which fires on focus) get cleared on blur
- Mouse-down, mouse-move to select some text, mouse-up - it should just select the text that the user indicated, not select all the text. IE, a user specifically selecting some text should cancel the selectOnClick feature.
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [21032]) Fixes #10448. Add automated tests for selectOnClick function.