openedx / frontend-app-course-authoring

The micro-frontend for course authoring in Open edX. Frontend interfaces that currently live in Studio/CMS should eventually live here.
GNU Affero General Public License v3.0
12 stars 64 forks source link

Course outline — issue when editing Section/Subsection/Unit name, and executing an action on the page #1056

Open GlugovGrGlib opened 1 month ago

GlugovGrGlib commented 1 month ago

Description

When editing a Section/Subsection/Unit name and clicking on an action on the page (such as New Section, New Subsection, or New Unit) without exiting the editing interface, some unexpected issues occur.

Expected Result

Actual Result

Editing Section Name and Executing Other Actions in the Current Section

Editing Section/Subsection Name and Executing Actions in a Different Section

Screenshot 2024-05-29 at 22 07 30

Additional details

Video:

https://github.com/openedx/frontend-app-course-authoring/assets/22370912/0dfc6003-7328-4a98-8332-3271748d8d01

ichintanjoshi commented 1 month ago

I have seen this in native too. This wasn't happening in koa (in native studio), but it was happening in olive (checked in native only), wasn't able to figure it out though.

I thought it was related to ajax or queries timing etc, but wasn't able to get it solved then.

mariajgrimaldi commented 1 month ago

FYI @arbrandes @brian-smith-tcril @openedx/teaching-and-learning, please tag anyone who can help with this issue.

brian-smith-tcril commented 1 month ago

I wasn't able to reproduce the issue when trying on the redwood sandbox, but I ran into another (possibly related) issue:

Repro Steps:

Expected Behavior:

Observed Behavior:

Screencast from 2024-06-03 12-35-50.webm

rayzhou-bit commented 4 weeks ago

I reproduced this in edx.org's production environment. Here's what I see on the network tab for the 2 scenarios:

I'll put this bug in teaching-and-learning's backlog.