Issue 77407 - RPT: report window closed without saving, when database window is closed
Summary: RPT: report window closed without saving, when database window is closed
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: recent-trunk
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.3
Assignee: christoph.lukasiak
QA Contact: issues@dba
URL:
Keywords: new_implementation
Depends on:
Blocks:
 
Reported: 2007-05-15 16:33 UTC by christoph.lukasiak
Modified: 2007-08-22 15:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christoph.lukasiak 2007-05-15 16:33:33 UTC
0. open a new database
1. create a table with any fields
2. open the report designer and bind it to the table
3. insert some fields in the design area
4. close the database window (not the report designer window)

-> closes both windows without asking if you want to save (should give the
asking dialog)

p.s. (sometimes the recovery dialog came up by restarting the office -> this
action seems not to close the application properly)
Comment 1 christoph.lukasiak 2007-05-15 16:34:46 UTC
set keyword 'new_implementation'
Comment 2 Frank Schönheit 2007-05-22 13:00:08 UTC
The Report Designer iTeam decided that this issue is a show stopper for the
release of the report designer. Targeting to 2.3, thus.
Comment 3 ocke.janssen 2007-05-22 14:15:33 UTC
PLease take care for this one.
Comment 4 lars.langhans 2007-05-23 12:31:06 UTC
change to start

There is no check about isModified() in ReportController::suspend() found, I
will fix this.
Comment 5 lars.langhans 2007-05-24 10:52:29 UTC
fixed.
Press close in the menu, if there are changes, a QueryBox opens and ask to store
changes.
Comment 6 lars.langhans 2007-05-25 07:11:03 UTC
Nothing is fixed, it occurs in a different way again. Therefore reopened.

Comment 7 lars.langhans 2007-05-25 08:00:58 UTC
started
Comment 8 lars.langhans 2007-05-30 11:30:44 UTC
Was a bigger problem, internally we don't use suspend for open a QueryBox,
instead we use an Interceptor to ask for save/quit.

Use an extra class as listener to get informed if a document is closed.

- fixed.
Comment 9 lars.langhans 2007-05-31 13:25:42 UTC
reassigned, please check in version >0.2.0.20070524
Comment 10 marc.neumann 2007-06-05 13:27:05 UTC
reassign to clu
Comment 11 christoph.lukasiak 2007-06-12 16:27:20 UTC
verified in cws
Comment 12 christoph.lukasiak 2007-08-22 15:25:55 UTC
verified in master