Ticket #1785 (closed bug: worksforme)

Opened 16 years ago

Last modified 16 years ago

saving book doesn't keep invisible frames invisible

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

Description

  1. Make a new book.
  2. Add first text frame.
  3. Add second text frame.
  4. Open border & fill halo for second frame and uncheck the frame visibility checkbox.
  5. Save book.

After 4, second frame is invisible.
After 5, second frame returns to being visible.

Change History

comment:1 Changed 16 years ago by danvisel

  • Owner set to danvisel
  • Status changed from new to s1a_analysis_started

comment:2 Changed 16 years ago by danvisel

  • Status changed from s1a_analysis_started to s1b_analysis_finished

comment:3 Changed 16 years ago by velizar

  • Design_owners set to velizar
  • Status changed from s1b_analysis_finished to s1c_analysis_ok

comment:4 Changed 16 years ago by velizar

  • Owner changed from danvisel to velizar
  • Status changed from s1c_analysis_ok to s2a_design_started

comment:5 Changed 16 years ago by velizar

  • Status changed from s2a_design_started to s2b_design_finished

The problem is that the property "visible" from class Frame is not saved. So it must be persisted in the proper way. A BooleanPersister class should be created (this property is boolean) and changes should be made to FramePersister class. The new persister should be registered in BasePersistenceModule.defineExtensions() method.

comment:6 Changed 16 years ago by velizar

  • Status changed from s2b_design_finished to s2c_design_ok
  • Imp._owners set to velizar

comment:7 Changed 16 years ago by velizar

  • Status changed from s2c_design_ok to s3a_implementation_started

comment:8 Changed 16 years ago by velizar

  • Status changed from s3a_implementation_started to s3b_implementation_finished

Implemented according to the the comment made above [4258],[4259],[4260],[4261]

comment:9 Changed 16 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Design_score changed from 0 to 4
  • Imp._reviewers set to meddle
  • Imp._score changed from 0 to 4
  • Analysis_score changed from 0 to 4

That things are already in the trunk, because Jani implemented them for the timelines. And another thing, with the R4 this fix is with no priority, but that was your sophie 2 developer experience, so it is important.

4p (5m)

comment:10 Changed 16 years ago by deyan

blocked by #1832

comment:11 Changed 16 years ago by vanya

  • Status changed from s3c_implementation_ok to closed
  • Total Hours set to 0
  • Test_reviewers set to vanya
  • Add Hours to Ticket set to 0
  • Billable? set
  • Estimated Number of Hours set to 0
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.