View Issue Details

IDProjectCategoryView StatusLast Update
0001610JEDI VCL00 JVCL Componentspublic2004-04-10 05:14
ReporterMarkus SpoettlAssigned Tomarcelb 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001610: JvInspector: Double-Click doesn't open category if clicked to the right of devider
DescriptionI've just discovered a small issue with double-clicking a category item: It only toggles the state (expanded/collapsed) when you double click the category left of the devider. If you double-click it right to the devider it doesn't. Do you want me to file a report for that?
TagsNo tags attached.

Activities

marcelb

2004-04-10 05:14

manager   ~0003780

In TJvCustomInspector.MouseDown, somewhere near the end:
----
      if PtInRect(Item.Rects[iprBtnDstRect], Point(X, Y)) or
        ((ssDouble in Shift) and (Item.IsCategory or (XB < Pred(DividerAbs)))) then
----
    the '(Item.IsCategory or 'section is added, and an additional closing parenthesis.

Issue History

Date Modified Username Field Change
2004-04-09 11:38 Markus Spoettl New Issue
2004-04-09 12:06 marcelb Status new => assigned
2004-04-09 12:06 marcelb Assigned To => marcelb
2004-04-10 05:14 marcelb Status assigned => resolved
2004-04-10 05:14 marcelb Resolution open => fixed
2004-04-10 05:14 marcelb Note Added: 0003780