Decrease the delay between click and selection

Issue #334 closed
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Reduce the time lag between a click and the appearance of the yellow box that indicates selection.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

Open any file & click anywhere in the matrix.

CURRENT BEHAVIOR

Currently, I see a ~1 sec delay between the click and the appearance of the yellow box.

EXPECTED BEHAVIOR

Ideally, there would be no delay at all.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

e.g. Add a color selection class

FILES AFFECTED (where the changes will be implemented) - developers only

e.g. selectColor.java & settingsPanel.java

LEVEL OF EFFORT - developers only

trivial/minor/medium/major/overhaul (choose one)

COMMENTS

Comments (4)

  1. Robert Leach

    There's a 250 millisecond delay that is unavoidable because the code is waiting for a second click of a double-click before it can know what to do. It shouldn't be 1 second, so I'll take a look. Could be something else going on.

  2. Log in to comment