Closed
Bug 371699
Opened 19 years ago
Closed 19 years ago
Crippled page view
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: RainerBielefeldNG, Unassigned)
References
()
Details
Attachments
(1 file)
|
145.73 KB,
application/pdf
|
Details |
I checked with 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1', pls see attached screen shots.
Unfortunately the Component selection does not offer anything like "Browser"
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
May be you will want to discuss reasons for that problem also on <http://www.openoffice.org/issues/show_bug.cgi?id=74864>?
Comment 3•19 years ago
|
||
They layout is correct according to CSS 2.1
http://www.w3.org/TR/CSS21/visuren.html#fixed-positioning
The difference is due to the rule below (IE does not understand
position:fixed, if you remove it Firefox should display about the same
as IE). BTW, Opera and Safari have the same layout as Firefox...
http://documentation.openoffice.org/online_help/htmlhelp/ooohelp.css
div.helptext {
top: 10px;
bottom: 10px;
left: 20px;
right: 10px;
position: fixed;
padding: 4px;
padding: 20px;
border: 1px solid #CCC;
-moz-border-radius: 10px;
margin: 10px;
font-size: small;
overflow: auto;
background-color: #FFF;
}
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•19 years ago
|
||
Thank you for your competent comment, so that will be followed up by OOo.
You need to log in
before you can comment on or make changes to this bug.
Description
•