Ticket #5639 (closed bug: fixed)
Cursor jumps to beginning on select
| Reported by: | johnk_c4b | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.3 |
| Component: | ui.autocomplete | Version: | 1.8.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When you select an item in the drop down (At least in IE8, it appears to work correctly in Firefox) with the mouse, your cursor jumps to the beginning of the text field instead of the end.
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from TBD to 1.9
comment:3 Changed 3 years ago by Scott González
Autocomplete: Don't update the value of the text field until after setting focus. Fixes #5639 - Cursor jumps to beginning on select.
Changeset: 53489b502dc51edb7707de80ead77549bd529e3a
Note: See
TracTickets for help on using
tickets.


Fixed in 53489b5.