Open
Bug 613070
Opened 13 years ago
Updated 1 year ago
Drop shadow on panel elements is still visible even though in the inline style attribute it says no
Categories
(Firefox :: Menus, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: noitidart, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b7) Gecko/20100101 Firefox/4.0b7 Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b7) Gecko/20100101 Firefox/4.0b7 I make addons. Try this code in overlay. <window id="main-window"> <panel id="MCdeac" orient="vertical" style="-moz-window-shadow:none; border:0; background-color:steelblue; width:500px; height:500px;" noautohide="true" level="parent" /> </window> The shadow is still there even though I said -moz-window-shadow:none; I noticed if you move or resize the window then the shadow goes away. Reproducible: Always Steps to Reproduce: 1. Mentioned in the details. 2. 3. Actual Results: Shadow is still there Expected Results: Shadow shouldn't be there
Updated•13 years ago
|
Version: unspecified → Trunk
Hi Wayne, with webextensions we aren't allowed to make panels anymore. So it doesn't affect me. Maybe close it out? If the issue is still there and its in use for APIs used by the browser, maybe they can reopen?
Flags: needinfo?(noitidart)
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•