aitoss / Anubhav-frontend-23

Anubhav: Experience Sharing Point (A-ESP) is a platform developed for AITians to read & share encounters of various interviews.
https://anubhav.aitoss.club/
MIT License
4 stars 12 forks source link

Scroll inside text editor not working #36

Closed Harshal141 closed 4 days ago

Harshal141 commented 1 week ago

image

Issue Description: While editing my article, I encountered a problem where I couldn't scroll up or down within the text editor. Instead, the entire page would move, even though I was focused on the editor.

Probable Cause: This issue is likely due to event bubbling, where scroll events inside the editor are not properly contained, causing the page to respond to the scrolling action instead of the editor.

Ravijhabit commented 6 days ago

Hi @Harshal141, Can you assign this issue to me (also add hackoctober label in this ticket) ?

Harshal141 commented 6 days ago

I believe the label is only needed for the project, not for individual issues. I'll go ahead and assign this issue to you.

Ravijhabit commented 4 days ago

Hi @Harshal141, I have created a pr for this issue: https://github.com/aitoss/Anubhav-frontend-23/pull/46 and attached the video for reference.

Harshal141 commented 4 days ago

Completed:

PR: https://github.com/aitoss/Anubhav-frontend-23/pull/46