The Scroll Bug in Project Folders
ajf: We need to talk for a moment about this user interface [meaning the ChatGPT website]: When I’m inside a project (folder), I can’t scroll down. Only the top topics are shown, and I can’t get to the older ones further down. Any solutions?
ChatGPT: This is a UI bug. The content is there, but scrolling is blocked – only by zooming out can you shrink everything enough to make it visible.
Zooming out is just a trick, because it squeezes everything into the visible area.
ajf: How can I simulate scrolling using the keyboard?
ChatGPT: If the UI doesn’t accept a scroll container, you can try scrolling the entire page instead of the panel. PageDown, Space, and arrow keys only work if the container is scrollable at all.
In short: – Press Tab until the left list (sidebar) has focus – Then use arrow keys or Page Down/Up
ajf: The right side of the page doesn’t react to any of that, except zooming