Letractively / springweblobby

Automatically exported from code.google.com/p/springweblobby
0 stars 0 forks source link

Clicking on username in chat often fails to scroll userlist #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See title. It seemed to work a lot better before qtblobby.

Original issue reported on code.google.com by wagonrep...@gmail.com on 27 Apr 2014 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by wagonrep...@gmail.com on 27 Apr 2014 at 8:24

GoogleCodeExporter commented 9 years ago
<code>UserList.js:435 TypeError: null is not an object (evaluating 
'this.grid.row(name).element.scrollIntoView')</code>

Likely another discrepancy between most browsers and QtWebKit.

Original comment by danila.b...@gmail.com on 30 Apr 2014 at 6:43

GoogleCodeExporter commented 9 years ago
I'm not sure that's the problem. That error you pointed out is actually one 
that occurs if the user has left the room and you click on their name. It 
occurs even in regular browsers. Make sure the user exists in the list and 
check again.

I suspect maybe the wrong "div" is being scrolled.

Original comment by wagonrep...@gmail.com on 1 May 2014 at 9:52