Issue 49530 - Error while saving and re-opening an html file which contains two overlapping frames
Summary: Error while saving and re-opening an html file which contains two overlapping...
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: save-export (show other issues)
Version: OOo 2.0 Beta
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 18:40 UTC by diantn
Modified: 2013-08-07 14:38 UTC (History)
1 user (show)

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


Attachments
TestFrame.html (1.64 KB, text/html)
2005-05-19 18:41 UTC, diantn
no flags Details
TestFrame.pdf (43.14 KB, application/pdf)
2005-05-19 18:44 UTC, diantn
no flags Details
Can not be opened. Format error. Exported from testFrame.html using File->Export (OpenOffice.org Text). (6.79 KB, application/vnd.sun.xml.writer)
2005-05-19 18:49 UTC, diantn
no flags Details
Frame with z-index property. (Proposed) (1.67 KB, text/html)
2005-05-20 11:06 UTC, diantn
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description diantn 2005-05-19 18:40:48 UTC
Error while saving and re-opening an html file which contains two overlapping
frames.

How to reproduce this bug:
- open the attached testFrame.html file
- send to back "BottomFrame" (or bring to front "TopFrame")
- reopen it and you will see the difference between saved and reopened file.

Note: testFrame.pdf contains the 'expected' visualisation.
Comment 1 diantn 2005-05-19 18:41:31 UTC
Created attachment 26334 [details]
TestFrame.html
Comment 2 diantn 2005-05-19 18:44:05 UTC
Created attachment 26335 [details]
TestFrame.pdf
Comment 3 diantn 2005-05-19 18:49:06 UTC
Created attachment 26336 [details]
Can not be opened. Format error. Exported from testFrame.html using File->Export (OpenOffice.org Text).
Comment 4 michael.ruess 2005-05-20 07:12:43 UTC
Reassigned to ES.
Comment 5 eric.savary 2005-05-20 09:30:06 UTC
ES->DVO: I don't think there exists a back and front hierarchy form frames in
HTML. If not, please close as duplicate of i19690 (Clearly identify the Writer
UI from HTML UI,so user will not confuse&make mistake)
Comment 6 diantn 2005-05-20 11:05:50 UTC
For consistent visualization, I suggest that z-index  is also put there (see
testFrame-z.html):
=============
.....
<DIV ID="Frame1" DIR="LTR" STYLE="z-index: 2; position: absolute; top: 4.03cm;
left: 6.74cm; width: 9.08cm; height: 6.06cm; border: none; padding: 0cm;
background: #ccccff">
.....
<DIV ID="Frame2" DIR="LTR" STYLE="z-index: 1; position: absolute; top: 1.27cm;
left: 2.77cm; width: 9.08cm; height: 6.06cm; border: none; padding: 0cm;
background: #ffcc99">
.....
=============

i.e. z-index of the top frame (Frame1)  is higher than that of the bottom frame
(Frame2), except z-index = 0.
Comment 7 diantn 2005-05-20 11:06:56 UTC
Created attachment 26360 [details]
Frame with z-index property. (Proposed)
Comment 8 Rob Weir 2013-07-30 02:17:36 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.