Closed
Bug 473152
Opened 17 years ago
Closed 16 years ago
Aero Glass clips panel content
Categories
(Core :: Widget: Win32, defect, P2)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta1-fixed |
People
(Reporter: dao, Assigned: jimm)
References
Details
Attachments
(2 files, 1 obsolete file)
using Aero Glass for a panel clips its content
Flags: blocking1.9.2?
Comment 1•16 years ago
|
||
Aero stuff is blocking 1.9.2 per beltzner. Dao, what needs to happen to this bug? Is the problem with the styling or with window sizing or something else?
Flags: blocking1.9.2? → blocking1.9.2+
Priority: -- → P2
| Reporter | ||
Comment 2•16 years ago
|
||
The window sizing seems to be off, but I don't know what's responsible for this.
| Reporter | ||
Comment 3•16 years ago
|
||
Attachment #356500 -
Attachment is obsolete: true
| Reporter | ||
Comment 5•16 years ago
|
||
Comment 6•16 years ago
|
||
Without knowing for certain, I bet the logic to size the window to the content is being confused by the larger windows borders...
nsXULWindow::SizeShellTo ends up in nsWindow::Resize
| Assignee | ||
Comment 7•16 years ago
|
||
The width/height values passed to Resize are different for these two popup windows. The first is set to 106x106 and the second is 100x100. Removing the thick frame displays the content completely. Curious how the upper level view code comes up with different dimensions. Don't see much in widget that could cause this but I'll keep looking at it.
| Assignee | ||
Comment 8•16 years ago
|
||
from irc, rob is working on some changes to glass/bordering that may address this.
| Assignee | ||
Comment 9•16 years ago
|
||
addressed by patch in bug 506124
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
status1.9.2:
--- → beta1-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•