Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.3, 2.0
-
Fix Version/s: None
-
Component/s: Chat
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
can't scroll up the scrollbar of chat messages frame, in firefox is easy, just click on msg form and scroll up, but on internet explorer there's no way to do the same thing, the scroll still on the bottom and the previously messages can't be saw
sorry for any english errors ![]()
thanks!
When message frame have got focus, auto scroll will be paused, it works fine.
I couldn't add auto scroll checkbox in input frame, because, in daemon mode, input frame may be in a different domain from the message frame, in this case, javascript don't have permission to control message frame.
I found some bugs in javascript, will commit soon.