Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElXTree cells selection bug

I sent an email message some weeks ago, but I don't see this bugfix in the latest release, so I repeat the bug report here again:

The problem appears when you try to move cells selection by arrow keys. After that new selected cell is not editable unless you'll click it by mouse. And it's not strange -- you have an obvious bug in your code:

    procedure DoVkLeft;
.....................
            if FHeader.Sections[LHitColumn].Visible then
            begin
              FHitColumn := LHitColumn;
              FClickSection := FHitColumn; <<<<<<<<<<<<<<<<<<<<<<<<<<
            end;

You did not assign FClickSection.here and in few other similar places.

Please fix it.

Thank you
Tagged:

Comments

Sign In or Register to comment.