View Issue Details

IDProjectCategoryView StatusLast Update
0001620JEDI VCL00 JVCL Componentspublic2008-02-21 03:23
ReporterMarkus SpoettlAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Product Version 
Target VersionFixed in Version 
Summary0001620: JvInspector: Mouse-Holding scrolls down but not up
DescriptionAssume you have an Inspector with many items and a scoll bar. If you put the cursor over an item and click-drag the selection (without releasing the mouse) over the bottom of the control the Inspector will scoll down. This is as it's supposed to be.

If you try to do the same in the other direction (scrolling up by dragging the selection), it doesn't work.
TagsNo tags attached.

Activities

marcelb

2004-04-11 02:47

manager   ~0003798

Confirmed. Note that the drag-down scrolling only works if the last item is only partly visible. If all items are of the same height and you have the inspector at just the correct height, the drag-down scrolling won't work either.

  Still, it seems like a logical way to drag the selection, so this might as well be added (or at least try to add it).

marcelb

2004-04-11 05:29

manager   ~0003802

Weird, clicking the last item directly scrolls the view up by 5 items and selects the item that has become the last (i.e. not the one I clicked). Need to investigate that some more.

obones

2006-07-05 06:02

administrator   ~0009771

It's not really scrolling that happens, it's just that the item partially hidden comes back into view, thus triggering the scroll.
That can only happen if the height of the inspector is not an exact multiple of the items' height.
And of course in these cases, the first item is always fully into view, hence no scrolling up. I t think this should be fixed, to mimick what delphi's doing in its own inspector.

obones

2008-02-21 03:22

administrator   ~0014217

This issue is too old, many changes have been done in between. Should this still be applicable, please create a new issue after having tested using the latest JVCL

Issue History

Date Modified Username Field Change
2004-04-10 10:04 Markus Spoettl New Issue
2004-04-11 02:47 marcelb Note Added: 0003798
2004-04-11 02:47 marcelb Assigned To => user50
2004-04-11 02:47 marcelb Status new => confirmed
2004-04-11 02:51 marcelb Assigned To user50 => marcelb
2004-04-11 05:29 marcelb Note Added: 0003802
2006-07-04 10:06 marcelb Assigned To marcelb =>
2006-07-05 06:02 obones Note Added: 0009771
2006-07-05 06:02 obones Status confirmed => feedback
2008-02-21 03:22 obones Status feedback => closed
2008-02-21 03:22 obones Note Added: 0014217
2008-02-21 03:23 obones Resolution open => suspended