Closed
Bug 66486
Opened 24 years ago
Closed 24 years ago
Windows do not overlay as expected in 0.7 on WinNT
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: daniel.c.maddy, Assigned: danm.moz)
Details
(Keywords: testcase)
Attachments
(2 files)
The three windows given below are not displayed at exactly the same size even
through the heights and widths for the windows are identical. The empty_window
is just that a empty window and it's XUL file is given below.
window.openDialog( "chrome://empty_window/content", "empty_window",
"screenX=270, screenY=10", inputs, outputs );
window.openDialog( "chrome://navigator/content", "Browser",
"chrome, all, width=720, height=480, screenX=270,
screenY=10", inputs, outputs );
window.openDialog( "chrome://editor/content", "Editor",
"screenX=270, screenY=10, width=720, height=480",
inputs, outputs );
empty_window.xul:
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<!DOCTYPE window>
<window id="empty_window"
title="empty window"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
orient="vertical"
width="720" height="480">
<hbox class="empty_window_hbox">
</hbox>
</window>
->XPToolkit/Widgets
Is the problem that the empty_window is a different size from the other 2, or
that all 3 are different? Is it bigger or smaller?
Assignee: clayton → trudelle
Component: Layout → XP Toolkit/Widgets
QA Contact: petersen → jrgm
Comment 4•24 years ago
|
||
Has anyone been able to reproduce this?
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
After fooling with this for about 45 mins I couldnt get anything to open
properly. I am going to mark INVALID. Reopen when/if you get the testcases to
work properly and show whats wrong.
You need to log in
before you can comment on or make changes to this bug.
Description
•