Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#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)

mouse.diff (830 bytes) - added by ldeviator 5 years ago.
diff for program/js/app.js
mouse_trunk20081118.diff (786 bytes) - added by ldeviator 5 years ago.
for the current trunk 2008 11 18

Download all attachments as: .zip

Change History (6)

comment:1 Changed 5 years ago by alec

  • Resolution set to wontfix
  • Status changed from new to closed

that feature was buggy and removed

comment:2 follow-up: 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.

Changed 5 years ago by ldeviator

diff for program/js/app.js

Changed 5 years ago by ldeviator

for the current trunk 2008 11 18

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.