Ticket #18 (closed defect: fixed)

Opened 9 years ago

Last modified 9 years ago

Events/Properties popup menu should NOT appear in the Incident Editor.

Reported by: jdalbey Owned by: jdalbey
Priority: Low Milestone: ScriptBuilder 1
Component: none Version: 1.0
Severity: Minor Keywords:
Cc:

Description

Events/Properties popup menu should NOT appear in the Incident Editor but only in the Overview Window. Currently if you're in the Incident Editor and you right-click on the timeline you still get the popup.

Change History

comment:1 Changed 9 years ago by bmcguffin

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

Added a second constructor to IncidentTimelinePanel? with a boolean parameter to set a "has popup access" field. This field defaults to "true." When true, popup menu is enabled. When false, clicking on the given panel does not produce a popup menu. The field is set to false for the timeline panel inside IncidentEditorFrame?.

Note: See TracTickets for help on using tickets.