View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003458 | JEDI VCL | 00 JVCL Components | public | 2006-01-20 04:32 | 2006-04-04 08:38 |
Reporter | jeroenrottink | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003458: TJvXPBar: Wrong item is clicked when scrollbar is visible in scrollbox | ||||
Description | When I use JvXPBar with alot of items, the containing TScrollBox displays a vertical scrollbar. Scrolling down to display the last item and clicking this item results on mousedown in repainting and repositioning the JvXPBar (because it gets the focus) and at mouseup the item under the mouse cursor gets the click event. The sample program will show the behaviour. | ||||
Additional Information | Also quickly tested with JVCL daily build 20-01-2006 but with the same results. | ||||
Tags | No tags attached. | ||||
2006-01-20 04:32
|
XPBar.zip (4,128 bytes) |
|
Well, that's right, but it's not JvXPBar's fault if the scrollbox actually scrolls it and sends a fake WM_MOUSEMOVE message. To me this is not fixable as it is the scrollbox problems. Try the same configuration with a TListBox from the VCL and you'll see the same results. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-01-20 04:32 | jeroenrottink | New Issue | |
2006-01-20 04:32 | jeroenrottink | File Added: XPBar.zip | |
2006-04-04 08:08 | obones | Relationship added | related to 0003098 |
2006-04-04 08:38 | obones | Status | new => resolved |
2006-04-04 08:38 | obones | Resolution | open => no change required |
2006-04-04 08:38 | obones | Assigned To | => obones |
2006-04-04 08:38 | obones | Note Added: 0008907 |