Ticket #12900 (closed defect: worksforme)

Opened 2 years ago

Last modified 6 weeks ago

wxGrid Cursor Position Reverts to Last Cursor Position Unexpectedly

Reported by: zchtodd Owned by:
Priority: normal Milestone:
Component: wxGrid Version: 2.8.11
Keywords: wxGrid scroll cursor Cc:
Blocked By: Patch: no
Blocking:

Description

When using wxGrid with wxPython 2.8.11 on Fedora 11, it appears that selecting a cell causes the grid to scroll to the previous cursor selection position. When selecting a cell, I would expect wxGrid to display very little scrolling if any at all. Instead, the grid scrolls to the last cursor position. For instance, if I select a cell on row 1, and then scroll to row 100 and select a cell there, wxGrid will pop back up to row 1.

I have tested the same application on Windows XP (also running wxPython 2.8.11) and this issue does not appear.

Change History

Changed 6 weeks ago by vadz

  • keywords wxGrid scroll added; wxgrid, scroll, removed
  • status changed from new to closed
  • resolution set to worksforme

I don't see any problem in the grid sample using wxGTK 2.9.5. If the problem still exists, please explain how to reproduce it in the sample and reopen the ticket, thanks.

Note: See TracTickets for help on using tickets.