View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001620 | JEDI VCL | 00 JVCL Components | public | 2004-04-10 10:04 | 2008-02-21 03:23 |
| Reporter | Markus Spoettl | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | suspended | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001620: JvInspector: Mouse-Holding scrolls down but not up | ||||
| Description | Assume 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. | ||||
| Tags | No tags attached. | ||||
|
|
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). |
|
|
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. |
|
|
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. |
|
|
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 |
| 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 |