You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-ends: imgui_impl_dx11.cpp + imgui_impl_win32.cpp
Compiler: VS2022
Operating System: Windows 10
My Issue/Question:
For a table with ImGuiTableFlags_ScrollY using keyboard navigation and the up arrow to scroll up any frozen rows aren't taken into account so the table doesn't fully scroll to selected item. Scrolling up with the mouse or the home key does work (home key only helps for the 0th element).
When navigating around it crops up quite often, with the element you have selected mostly out of view. It affects whichever item is at the top of the view, not just the first item in the overall table.
Screenshots/Video
Steps in the video:
Scroll down with down arrow and back up to the headers to confirm normal behaviour when no scrolling has taken place
I scroll down using the down key past the scroll point
Scroll back up using the up key - selected item is out of view
Scroll back down
Scroll up holding page up - it wiggles between the first two elements
bandicam.2022-03-29.17-32-26-255.mp4
Standalone, minimal, complete and verifiable example:(see #2261)
for to_string
Version/Branch of Dear ImGui:
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_dx11.cpp + imgui_impl_win32.cpp
Compiler: VS2022
Operating System: Windows 10
My Issue/Question:
For a table with
ImGuiTableFlags_ScrollYusing keyboard navigation and the up arrow to scroll up any frozen rows aren't taken into account so the table doesn't fully scroll to selected item. Scrolling up with the mouse or the home key does work (home key only helps for the 0th element).When navigating around it crops up quite often, with the element you have selected mostly out of view. It affects whichever item is at the top of the view, not just the first item in the overall table.
Screenshots/Video
Steps in the video:
bandicam.2022-03-29.17-32-26-255.mp4
Standalone, minimal, complete and verifiable example: (see #2261)
for to_string
Enable keyboard nav