Skip to content

Scrollbar position to bottom of message box #79

Open
@C1n

Description

@C1n

Currently, when a quote is inserted in the quick reply window, the scroll position is set to the top. This confuses some users as they start typing in the middle of the quote, messing up their post. By positioning the scroll bar to the bottom of the window, the bottom of the quote will be visible and the user do not make this error.

I tried some javascript:

var mydiv = $("#message");
mydiv.scrollTop(mydiv.prop("scrollHeight"));

However, this didn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions