[Moved to openedx/frontend-app-course-authoring] A library of high-level components for content handling (viewing, editing, etc. of HTML, video, problems, etc.), to be shared by multiple MFEs.
Since many units can be quite long, let’s see if we can return the user to the edited component on reload, after Editor Save/Cancel.
edx-platform PR #33855 added an id to each xblock. This PR adds the blockId as the hash in the url so the page knows where to scroll to after the page loads.
Testing
Edit a block that uses the text, problem, or video editor.
Cancel the edit
Unit page should scroll to the xblock that you were editing.
Choose another block to edit
Save the edit
Unit page should scroll to the xblock that you were editing.
JIRA Ticket: TNL-10036
edx-platform PR #33855 added an id to each xblock. This PR adds the blockId as the hash in the url so the page knows where to scroll to after the page loads.
Testing