NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #435 (closed defect: worksforme)

Opened 2011-04-08T10:23:36-05:00

Last modified 2011-04-29T15:06:39-05:00

Mouse click events counted twice

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha2
Component: Event Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Clicking on a window generates two mouse clicked events for a single display. (One for the frame and one for the window?) Maybe need to fix this.

Change History

comment:1 Changed 2011-04-25T09:01:08-05:00 by bdezonia

  • Summary changed from Mouse click events countd twice to Mouse click events counted twice

comment:2 Changed 2011-04-29T15:06:39-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to worksforme

cannot remember how this could be replicated. tested AWTEventDispatcher with debug statements and it is working fine. clicking within an image only generates one each of mouse pressed, mouse released, mouse clicked. Closing.