View Issue Details

IDProjectCategoryView StatusLast Update
0001654JEDI VCL00 JVCL Componentspublic2008-02-21 03:26
ReporterMarkus SpoettlAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Product Version 
Target VersionFixed in Version 
Summary0001654: JvInspector: MouseWheel on Value list scrolls inspector instead of list
DescriptionIf you have a long value list open (eg. colors) and you use the mouse wheel to scroll the list, the inspector scrolls instead.
TagsNo tags attached.

Activities

marcelb

2004-04-17 01:53

manager   ~0003919

Reminder for myself: see also 0001650 and 0001651

marcelb

2004-04-30 03:40

manager   ~0004138

Committed a fix that will stop the inspector from scrolling. Unfortunately it will not scroll the value list. CVS rev. 1.91

elahn

2006-07-05 11:46

developer   ~0009772

I committed a fix (revision 10061) which allowed the inspector to scroll while an item editor is active, but I was unable to get the combo box to scroll.

marcelb

2006-07-05 11:55

manager   ~0009773

So you basically counteracted my earlier fix. I've been thinking: wouldn't a mouse capture on the list automagically transfer mousewheel messages to the list instead?

elahn

2006-07-05 18:37

developer   ~0009775

No, before your fix, the inspector would scroll while the combo box was dropped down, which sometimes resulted in an AV.

Before my fix, the mouse wheel would not scroll the inspector when any item editor was focused, it would only scroll when a Set had focus (you can verify this by reverting revision 10061).

My fix allowed the inspector to scroll while an item editor is focused, but not if it's a DroppedDown combo box.

It's definitely worth trying a mouse capture. Everything I've tried has resulted in EStackOverflow.

obones

2008-02-21 03:24

administrator   ~0014219

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-16 12:22 Markus Spoettl New Issue
2004-04-17 01:53 marcelb Note Added: 0003919
2004-04-17 01:53 marcelb Assigned To => marcelb
2004-04-17 01:53 marcelb Status new => confirmed
2004-04-30 03:40 marcelb Note Added: 0004138
2006-07-04 10:12 marcelb Assigned To marcelb =>
2006-07-05 11:46 elahn Note Added: 0009772
2006-07-05 11:55 marcelb Note Added: 0009773
2006-07-05 18:37 elahn Note Added: 0009775
2008-02-21 03:24 obones Status confirmed => closed
2008-02-21 03:24 obones Note Added: 0014219
2008-02-21 03:26 obones Resolution open => suspended