-
Bug
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
MDL-65516-master -
The quick discussion create transitions the editor open
The quick reply does not, leading to a bit of a jarring experience.
Videos attached.
Also, it would be nice if we could fix in one go the unnecessary scrolling to the most recently added post (when there is a hash in the url pointing to the reply), when clicking on an unrelated 'Reply' link.
Steps to reproduce this:
- Create a course.
- Create a forum.
- Create a Discussion with multiple replies.
- Create a reply (test reply).
-
- a hash should be added to the url and the page should scroll and point the to added reply (test reply).
- Reload the current page (with the included hash)
- Click on the 'Reply' button of one of the older replies.
- expected: the inline reply form for the particular post is opened and the page scroll STAYS STATIC.**
- actual : the inline reply form for the particular post is opened but the page scroll moves and focuses on the previously added reply (test reply)