Howdy, Stranger!

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

In this Discussion

TElXTree: Clicking on a Cell & then clicking on the item column doesn't deselect previous column

Item column is 0.
Cell column is 3.
Click on the Cell: the cell is highlighted.
Click on Column 0 of the same row: Both cells are now highlighted.

Using a loop to find the Selected column, column 0 is NOT selected.
Therefore, when a test for which form to use for editing, the wrong form is displayed.

In fact, the Cell of column 3 becomes active.

This is a bug.

I have worked around it by using a loop to clear all column selections and then setting Selected for the cell myself.

Raymond

Comments

  • 3 Comments sorted by Votes Date Added
  • Posts: 0 Accepted Answer Vote Up0Vote Down
    Hi Raymond,

    Although I could not reproduce exactly the described behaviour (click cell(3,0) then click cell(0,0) highlights cell(0,0) and removes highlight from cell(3,0)), 
    I see other issues with cells selection, which look like bug. Fixing.

    Thank you for your report.
  • The problem appears to have been fixed in the August release.

    Thank you.
    Raymond
Sign In or Register to comment.