Ticket #12900 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.
