저는 Discourse 인스턴스를 학습 관리 시스템(LMS)으로 사용하고 있으며, 사용자분들이 문제점을 발견했습니다.
각 교육용 기사는 새로운 토픽으로 생성하며, 해당 토픽에 기사의 mp3 낭독 파일을 업로드합니다(아래 스크린샷 참조). 문제는 사용자가 이 텍스트에서 AI Helper를 사용한 후 AI Helper 모달 박스를 벗어나 닫으면 오디오 재생이 중단되고 처음부터 다시 시작된다는 것입니다. 이로 인해 사용자는 다시 위로 스크롤하여 오디오에서 자신의 위치를 찾아야 하고, 다시 아래로 스크롤하여 텍스트에서 자신의 위치로 돌아가야 하는 등 번거로움이 생깁니다. 이로 인해 사용자 경험이 다소 혼란스러워집니다
스크린샷:
2개의 좋아요
sam
(Sam Saffron)
5월 22, 2025, 1:36오전
5
이 문제를 지적해 주시고 명확한 재현 단계를 공유해 주셔서 정말 감사합니다.
@keegan이 확인 중이며 근본 원인을 찾았을 수도 있습니다.
흥미롭게도 @saquetim이 현재 게시글 스트림을 재구성하고 있어서, 이런 유형의 버그를 위해 몇 가지 렌더링 시스템을 고려해야 합니다.
함께 해요!
5개의 좋아요
keegan
(Keegan George)
5월 26, 2025, 5:27오후
9
안녕하세요 @MachineScholar님 ,
이 버그를 찾아주셔서 감사합니다. 해당 문제는 이제 다음 수정 사항으로 해결되었습니다:
main ← fix-audio-break
merged 05:24PM - 26 May 25 UTC
## :mag: Overview
When you have a post with audio being played and you open and… close the AI post helper menu, it re-renders the entire post DOM, causing the audio to be interrupted and stop playing.
The reason for this is because we highlight the selected text when opening the AI post helper menu and we replace the entire post back with the original post HTML when closing the menu. This fix ensures that we do not re-render the entire post DOM and instead only remove the highlighted section that was added.
## 🔗 Context
https://meta.discourse.org/t/ai-helper-interrupting-uploaded-mp3-audio-stream/366817?u=keegan
## 📹 Screen Recording
https://github.com/user-attachments/assets/d028ff5a-8734-46e8-bca4-54f803d3f050
_Screen recording doesn't have audio, but you can see the progress bar for the audio continues playing and the showing/hiding of the highlighted text works correctly_
Discourse AI를 업데이트한 후에도 여전히 문제가 발생한다면 알려주시기 바랍니다.
3개의 좋아요
keegan
(Keegan George)
에 닫힘
5월 31, 2025, 3:00오후
10
이 주제는 4일 후 자동으로 닫혔습니다. 더 이상 답변할 수 없습니다.