#1485140 closed Bugs (wontfix)
Autocompletion : can't click on the list
| Reported by: | the_glu | Owned by: | |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2-stable |
| Component: | User Interface | Version: | 0.2-alpha |
| Severity: | major | Keywords: | |
| Cc: |
Description
I can't click anymore on the autocomplete list, I have to use the key to select an item.
FireFox? 3, FF2 probably too.
Attachments (2)
Change History (6)
comment:1 Changed 5 years ago by alec
- Resolution set to wontfix
- Status changed from new to closed
comment:2 follow-up: ↓ 3 Changed 5 years ago by the_glu
So why not unbuggy it ? I find she's very usefull...
comment:3 in reply to: ↑ 2 Changed 5 years ago by bpullen
I also think this is a useful feature. Most people's native behaviour would be to click the relevant entry as opposed to use the directional keys.
comment:4 Changed 4 years ago by cstdenis
Patch doesn't work correctly in IE. IE doesn't seem to like setAttribute for events.
The last hunk of the patch also needs this to work in IE.
li.onmousedown = new Function('rcube_webmail_client.ksearch_keypress(13, this)');
li.onmouseover = new Function('rcube_webmail_client.ksearch_mouse(this)');
Note: See
TracTickets for help on using
tickets.

that feature was buggy and removed