Opened 9 years ago

Closed 9 years ago

Last modified 3 years ago

#661 closed misbehavior (fixed)

click device shall handle box/polygon-clicks

Reported by: westram Owned by: westram
Priority: normal Milestone: arb7.0
Component: Library (GUI) Version: SVN
Keywords: Cc:

Description

Currently click device only handles text and lines. Interaction with polygons and boxes does not work as one would expect. Examples:

  • clicking "into" the polygon of a folded group has weird effects: e.g. in mark mode, for some click-positions the group gets marked, for other click-positions the whole tree is affected.
  • clicking into the center of a marker box does not trigger callback;
    clicking more towards the border of the marker-box does trigger callback
    (try with marker-width set to 15)

Change History (5)

comment:1 Changed 9 years ago by westram

  • Owner changed from devel to westram
  • Status changed from new to _started

comment:2 Changed 9 years ago by westram

log:trunk@14146:14149 reduced the use of specific instances of AW_clicked_element to

  • AW_device_click (creator)
  • AWT_graphic_event::best_click (decide click target)
  • AWT_graphic_tree::handle_command (needs direct access to AW_clicked_line to scale, rotate and spread branches)

comment:3 Changed 9 years ago by westram

  • Resolution set to fixed
  • Status changed from _started to closed

by log:trunk@14162:14168

(refactored click device … log:trunk@14150,14153,14154,14160)

comment:4 Changed 9 years ago by westram

  • Milestone set to arb6.1

mark changes that got fixed after arb 6.0.x

comment:5 Changed 3 years ago by westram

  • Milestone changed from arb6.1 to arb7.0

Milestone renamed

Note: See TracTickets for help on using tickets.