Closed (fixed)
Project:
Tribune
Version:
7.x-3.x-dev
Component:
Filters
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Oct 2010 at 12:44 UTC
Updated:
23 Sep 2012 at 14:11 UTC
It is posible to click on the time of a chat-post to reference this line.
both lines will then be highlightet when hovering over the time in the new chat line!
that works fine.
but when i click on the user-name it is insertet like this:
username: ragesoft
inserte in inputbox:
ragesoft<
if i try to highlight the reference user nothing happens! it should work like the time-reference, so that each line of the user is highlighted when hoovering, should it?!
thx :D
Comments
Comment #1
SeeSchloss commentedYeah that's a good idea! Since the legacy "<" way of referencing users doesn't really allow this though (with Drupal allowing spaces in usernames) I've change the format to [User]< which isn't too disruptive.
I commited this in 7.x-3.x