Ticket #15063 (reopened defect)
Incorrect HitTest for ListCtrl when in report view
| Reported by: | dhyams | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GUI-generic | Version: | 2.9-svn |
| Keywords: | hittest listctrl carbon | Cc: | dhyams |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
The hit-testing for items in a ListCtrl tend to be 1-off because the header, if present, is not taken into account.
The patch is against wxWidgets 2.9.1.1.
I'm marking this as a OSX/carbon only patch, but it certainly might affect other platforms, as the fix is for the generic listctrl in src/generic/listctrl.cpp.
OSX/carbon is where I noticed the problem and chased it down, and have not had the chance to test on other platforms; don't think it would affect windows, because I don't think the generic listctrl is used under windows. I don't know about OSX/cocoa.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

