Closed Bug 370660 Opened 18 years ago Closed 18 years ago

popups with -moz-border-radius will have black background outside radius

Categories

(Firefox :: Menus, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 318914

People

(Reporter: ihoss.com, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1

A popup or menu with a -moz-border-radius will not have a transparent background colour outside the border, but a black fill. 

Reproducible: Always

Steps to Reproduce:
1. Open userchrome.css
2. Enter
popup{
  -moz-border-radius: 10px;
}
3. Restart Firefox and rightclick to bring up the context menu.
Actual Results:  
The context menu will have a black background outside the rounded corners.

Expected Results:  
The context menu should have a transparent background outside the rounded corners.
Edit: This is the userChrome content:
menupopup,
popup {
  -moz-border-radius: 10px !important;
  padding: 10px 0px !important;
}
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.