Strange behaviour of GTInspector

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Strange behaviour of GTInspector

Denis Kudriashov
Hi.

It seams that click on cell with value of variable in GTInspector activates selection only when mouse moves. It feels like slow selection.
It not happens when cell with name is clicked.

Try inspect 10@30 and select 10 or 30 to see the problem.
Reply | Threaded
Open this post in threaded view
|

Re: Strange behaviour of GTInspector

Andrei Chis
Nice bug :)

Most likely comes from GLMTreeMorphNodeModel>>#rowMorphForColumn: and GLMEditableLabelBrick.
Right now GLMEditableLabelBrick uses an alarm to detect if the user double clicked on the column. Seems that the alarm is not triggered if the mouse does not move.


Andrei

On Tue, Jan 31, 2017 at 5:05 PM, Denis Kudriashov <[hidden email]> wrote:
Hi.

It seams that click on cell with value of variable in GTInspector activates selection only when mouse moves. It feels like slow selection.
It not happens when cell with name is clicked.

Try inspect 10@30 and select 10 or 30 to see the problem.

Reply | Threaded
Open this post in threaded view
|

Re: Strange behaviour of GTInspector

Nicolai Hess-3-2
In reply to this post by Denis Kudriashov


2017-01-31 17:05 GMT+01:00 Denis Kudriashov <[hidden email]>:
Hi.

It seams that click on cell with value of variable in GTInspector activates selection only when mouse moves. It feels like slow selection.
It not happens when cell with name is clicked.

Try inspect 10@30 and select 10 or 30 to see the problem.

Yes, see
17578 GTInspector recognizes a mouse click only after moving the mouse