fpGUI icon indicating copy to clipboard operation
fpGUI copied to clipboard

TfpgListView mouse wheel misbehaving

Open hinst opened this issue 11 years ago • 3 comments

I started using fpGUI recently so I am not sure if this issue is related to list view control or to all controls which are supposed to work with mouse wheel. I noticed that sometimes mouse wheel is not working when mouse is over list view. It happens often when mouse wheel is near the bottom of list view; then after I move it closer to the top, scrolling starts working again So generally I can't scroll list view when mouse cursor is near the bottom of list view ; Windows 8.1 64 bit (app compiled for 32 bit)

hinst avatar Feb 11 '14 17:02 hinst

A couple days ago I fixed an issue with mouse wheel scrolling in fpGUI. Could you get the latest code from the 'develop' branch and retest please. This might fix your issue.

graemeg avatar Feb 24 '14 06:02 graemeg

Yes, this bug is still present; I just checked it with latest fpgui source from develop branch fpguimwbug It seems that mouse wheel is not scrolling when mouse pointer is in specific areas, I marked those areas on the picture Size of zones where MW is not working seems to be fixed. When I resize window, "blind" areas are like attached to right and bottom of the window, width of buggy region is roughly 100 pixels

hinst avatar Mar 01 '14 17:03 hinst

There have been a lot of changes in the last couple years. Does this bug still happen? The only thing I can think of that would cause this is if the scrollbars were misreporting their width(vertical bar) and height(horizontal bar). The listview checks if the scroll event happens inside it's client area and not where the header or scrollbars reside. I was not able to reproduce it with the listview example app.

andrewd207 avatar Aug 18 '16 03:08 andrewd207