spoulson / Chatmore

Simplified web-based IRC client for PHP/Unix
17 stars 6 forks source link

Autoscroll bug on Android Chrome browser #80

Open spoulson opened 11 years ago

spoulson commented 11 years ago

It was found that the Chrome browser on an Android 4.0 device does not properly scroll as new messages move beyond the visible space.

When new messages appear, it does not autoscroll to the most recent message. The user can manually scroll to the recent message. But, when more new messages are displayed, the scroll then jumps back to the top automatically.

This is seen on a Samsung Galaxy Tab 2 7.0.

Scrolling should always jump to the most recent message. Autoscrolling may be disabled when the user manually scrolls up. Auto scrolling is resumed when the user manually scrolls to the bottom.