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)
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.
Reporter | ||
Comment 1•18 years ago
|
||
Edit: This is the userChrome content:
menupopup,
popup {
-moz-border-radius: 10px !important;
padding: 10px 0px !important;
}
Comment 2•18 years ago
|
||
This seems to be a duplicate of Bug 318914.
Here all -moz-border-radius bugs: https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=-moz-border-radius&product=Core&product=Firefox&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&resolution=DUPLICATE&resolution=INVALID&resolution=WONTFIX&resolution=---&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=1999-01-01&chfieldto=Now&chfield=%5BBug%20creation%5D&chfieldvalue=&cmdtype=doit&order=Reuse%20same%20sort%20as%20last%20time&field0-0-0=noop&type0-0-0=noop&value0-0-0=
Updated•18 years ago
|
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.
Description
•