[ACC BUG]: Custom code panel causes chat to be unscrollable on mobile

https://lemmy.world/post/44656163

[ACC BUG]: Custom code panel causes chat to be unscrollable on mobile - Lemmy.World

When a character has a custom code panel (iframe/div) and you’re on mobile, closing the panel with the ⚛️ button makes it invisible but the chat still can’t be scrolled. The panel’s iframe keeps intercepting all touch/scroll gestures even though it’s hidden. Not 100% sure, but I think setting pointer-events: none on the parent doesn’t affect iframes, they might need to be targeted directly. *** There are many bugs i’m surprised nobody reported, and i thought i’ll just step up and start reporting what i find. Like how italics and bolds don’t always work if there is a special character behind/after them (like … or EM dashes) ¯\(ツ)/¯

Hmm I wasn’t able to reproduce this. I made a character with just oc.window.show() in custom code and opened it on Android Chrome, and closed the window with the button, and I was still able to scroll down the chat feed. Can you share more details (and/or a character share link) so I can reproduce?