Closed
Bug 1352998
Opened 8 years ago
Closed 8 years ago
CSS3 filter breaks "position: fixed;"
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1226095
People
(Reporter: sergey, Unassigned)
References
()
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170330074827
Steps to reproduce:
Create index.html:
<head>
<style>
html {
filter: blur(1px);
}
a {
position: fixed;
bottom: 0;
}
</style>
</head>
<body>
<a href="http://example.com">http://example.com</a>
</body>
Remove "filter: blur(1px);" to see a difference.
Actual results:
example.com is positioned on the top.
Expected results:
example.com is positioned on the bottom.
Keywords: testcase
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•