Ticket #16 (closed defect: fixed)

Opened 9 years ago

Last modified 9 years ago

Changing incident length in Incident Properties dialog has no effect

Reported by: jdalbey Owned by: bmcguffin
Priority: High Milestone: ScriptBuilder 1
Component: ScriptBuilder GUI Version: 1.0
Severity: Minor Keywords:
Cc:

Description

Changing incident length in Incident Properties dialog has no effect. Changing the start time doesn't move the end time, and sometimes causes the entire timeline to disappear. (I'm assuming this is a single defect but if the start time and length are two different issues then create a separate ticket for the start time defect.)

Change History

comment:1 Changed 9 years ago by bmcguffin

These are in fact two separate defects. I'll create another ticket for the start-time defect.

That said, changing incident length from the incident properties menu is not desired behavior. The user should not be able to directly alter the length of the incident outside of moving/adding/deleting events inside that incident.

comment:2 Changed 9 years ago by bmcguffin

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

comment:3 Changed 9 years ago by bmcguffin

The fix for this was to remove the JSpinner which allowed the user to enter a new value for the incident length. It was replaced with a JLabel that reported the current length.

Note: See TracTickets for help on using tickets.