-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.7
-
Fix Version/s: 3.7
-
Component/s: Forum
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_37_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-65516-master -
Pull Master Diff URL:
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)