View Issue Details

IDProjectCategoryView StatusLast Update
0003458JEDI VCL00 JVCL Componentspublic2006-04-04 08:38
ReporterjeroenrottinkAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.00 
Target VersionFixed in Version 
Summary0003458: TJvXPBar: Wrong item is clicked when scrollbar is visible in scrollbox
DescriptionWhen 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 InformationAlso quickly tested with JVCL daily build 20-01-2006 but with the same results.
TagsNo tags attached.

Relationships

related to 0003098 resolvedobones JvXPBar causes all sorts of error messages when placed on a modal form 

Activities

2006-01-20 04:32

 

XPBar.zip (4,128 bytes)

obones

2006-04-04 08:38

administrator   ~0008907

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.

Issue History

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