View Issue Details

IDProjectCategoryView StatusLast Update
2247Composrchatpublic2017-01-10 17:48
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary2247: Configurable chat message direction
DescriptionSome people expect the messages like social media, where new is on top, some expect it like traditional chat where new is on bottom. Make it configurable.
TagsNo tags attached.
Attach Tags
Time estimation (hours)1
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2016-03-03 16:36

administrator   ~3389

Last edited: 2016-03-03 17:22

chrisyg: Possibly changing...
[4:35pm] chrisyg: message_container.insertBefore(cloned_message,message_container.childNodes[0]);
[4:35pm] chrisyg: to...
[4:35pm] chrisyg: message_container.appendChild(cloned_message);
[4:35pm] chrisyg: would do it

And add:
message_container.scrollTop = 1000000;

Chris Graham

2017-01-03 21:25

administrator   ~4666

This is now sponsored :). Thanks to TQ, who made a donation, which I've funnelled into sponsoring this.

Chris Graham

2017-01-09 19:30

administrator   ~4680

Also thank you to tshirtnjeans81 :).

Issue History

Date Modified Username Field Change
2017-01-03 21:24 Chris Graham Sponsorship Added Chris Graham: 27.5 points
2017-01-03 21:24 Chris Graham Sponsorship Total 5 => 33
2017-01-03 21:25 Chris Graham Note Added: 0004666
2017-01-09 19:30 Chris Graham Note Added: 0004680
2017-01-10 17:48 Chris Graham Status Not Assigned => Resolved
2017-01-10 17:48 Chris Graham Resolution open => fixed
2017-01-10 17:48 Chris Graham Assigned To => Chris Graham