Ticket #2237 (closed bug: obsolete)

Opened 2 years ago

Last modified 2 months ago

Drag over some palettes causes exception.

Reported by: kyli Owned by:
Priority: major Milestone: X3
Component: uncategorized Version: 2.0
Keywords: Cc:
Ticket_group: Effort:
Category: unknown Importance:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Analysis_owners: kyli Design_owners: deni
Imp._owners: deni Test_owners:
Design_reviewers: pap Analysis_reviewers: deni
Changelog: Imp._reviewers: pap
Test_reviewers: Analysis_score: 5
Design_score: 4 Imp._score: 3.5
Test_score: 0

Description

1. Start Sophie2.
2. Go to the "Library" tab, make sure no template is selected there.
3. Click with the left mouse button on any of the palettes and drag the mouse. Exception occurs.

4. Close the bug report form, switch to the desktop book.
5. Select the "All resources" palette, click and drag. Exception occurs again.

Attachments

library.txt Download (177.4 KB) - added by kyli 2 years ago.
resources.txt Download (179.6 KB) - added by kyli 2 years ago.
drag-out-of-palettes-exception.patch Download (5.0 KB) - added by deni 2 years ago.

Change History

Changed 2 years ago by kyli

Changed 2 years ago by kyli

Changed 2 years ago by kyli

  • status changed from new to s1b_analysis_finished

Changed 2 years ago by deni

  • design_owners set to deni
  • status changed from s1b_analysis_finished to s2a_design_started
  • implementation_owners set to deni
  • analysis_reviewers set to deni
  • analysis_score changed from 0 to 5

Changed 2 years ago by deni

  • status changed from s2a_design_started to s3b_implementation_finished
  • Add a check whether the first selected item in the palette is null (and if so, do not handle the event) in the following operations:
    • ON_FRAME_TEMPLATE_DND_EXPORT in LibraryTabLogic
    • ON_PAGE_TEMPLATE_DND_EXPORT in LibraryTabLogic
    • ON_BOOK_TEMPLATE_DND_EXPORT in LibraryTabLogic
    • ON_DND_EXPORT in AllResourcesPaletteLogic

Changed 2 years ago by deni

Changed 2 years ago by pap

  • status changed from s3b_implementation_finished to s3c_implementation_ok
  • design_score changed from 0 to 4
  • design_reviewers set to pap
  • implementation_score changed from 0 to 3.5
  • implementation_reviewers set to pap
  • "assert myObeject instanceof myClass; assert myObject != null;" makes no sense as if myObject is null the first assertion will fail.
  • I am not so sure you should add all those assertions.
  • Commited to trunk in [8426].

Changed 2 months ago by meddle

  • status changed from s3c_implementation_ok to closed
  • resolution set to obsolete

Closing all the tickets before M Y1

Note: See TracTickets for help on using tickets.