Closed
Bug 1431732
Opened 7 years ago
Closed 7 years ago
Content background scrolls over chrome theme background image
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: djc, Unassigned)
Details
(Keywords: nightly-community)
Attachments
(1 file)
|
77.18 KB,
image/png
|
Details |
Scrolling on http://www.fogcreek.com/careers on macOS with 59.0a1 (2018-01-19) (64-bit) shows some of the page background scrolling over the chrome theme (using the Nightly theme). See attached screenshot.
The source has nav.navbar > div.slanted_bg.
.navbar {
height: 70px;
position: relative;
z-index: 1;
}
.slanted-bg {
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
position: absolute;
width: 100%;
height: 100%;
}
Comment 1•7 years ago
|
||
Just a note, the effect of this is really pleasant and eye-catching. Maybe a designer should have a look at this and consider prototyping such an effect in a purposeful manner instead of as a bug side-effect :)
| Reporter | ||
Comment 2•7 years ago
|
||
As a security-sensitive user, I had a lot of WTF about content affecting the chrome area of the screen. For example, this looks like it could help improve spoofing doorhanger panels.
| Reporter | ||
Updated•7 years ago
|
Keywords: nightly-community
| Reporter | ||
Updated•7 years ago
|
Version: unspecified → Trunk
| Reporter | ||
Comment 4•7 years ago
|
||
I think I was -- should have mentioned that! But I can no longer reproduce this bug, so it's probably been fixed in the meantime.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(dirkjan)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•