Needs review
Project:
Chatroom
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2011 at 00:06 UTC
Updated:
21 Sep 2011 at 03:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
a.ross commentedComment #2
a.ross commentedArgh why do I keep doing that... autocomplete could give "false positive" with that patch, here is a fixed one.
Comment #3
a.ross commentedAlright seems the keyPress event is not fired for the TAB key in some browsers, but the keyDown event is. I have updated the patch to reflect this fact, so it now works with IE and chromium and others.
It should be noted, however, that in the case of IE, it's not possible to find the keyboard cursor position, so I assume that the cursor is at the end. I honestly don't feel like writing an ugly workaround for this one, maybe someone else can do it. The line to do this just for damned IE is ugly enough as it is.
Comment #4
a.ross commentedAny news on this?
Comment #5
a.ross commentedI'd like to reroll this patch (against 7.x-2.x or GSoC?). I did but I can't test if it works or not, since in that branch user list is not updated at all. I will use this feature in production so it would be nice if someone could have a look at it.