Selecting a class not possible next to name

Issue #41 resolved
Matthias Schoettle created an issue

When trying to select a class and tapping on the left or side of the class name, nothing happens. It should be possible to select the class there.

Comments (5)

  1. Matthias Schoettle reporter

    It looks like the name field is not auto minimized. If the class is wide enough and the name short it is generally possible to select the class there.

    It might even be possible to adjust the handler such that either on single tap the handling is passed through (which might not work) or on each tap the class is selected and the double tap directly deselects it again.

  2. Matthias Schoettle reporter

    We should look into how this can be made better to allow selecting also on elements. It can be frustrating sometimes to find a proper spot to select a class.

  3. Matthias Schoettle reporter

    It seems that this does not happen anymore due to some changes addressing the auto minimizing/maximizing of components.

    The only question to remain would be whether tapping on a TextView which handles tap events should also select something (potentially triggering two event handlings, selecting the class and the action on the TextView). E.g., double tapping on the class name would select, then deselect the class and open the keyboard.

  4. Log in to comment