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 #1701 (new defect)

Opened 2013-03-19T14:23:11-05:00

Ensure multiple simultaneous widget panes work

Reported by: curtis Owned by: curtis
Priority: major Milestone: imagej2-b10-compatibility
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1697

Description

I am fairly certain that multiple simultaneous widget panes, as things stand, would not behave properly.

We need to write a manual test class that pops up dialogs using more than one UI simultaneously for the same command instance, and verify that moving all the widgets updates everything properly.

We may need to change the widget notifications to rely on the event bus. (Right now, a WidgetModel is linked to a single InputPanel.) This change could also facilitate the resolution of ticket #1689, since it may need something similar.