Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Positioning is fixed again #73

Closed
SebastianZ opened this issue Dec 29, 2015 · 4 comments
Closed

Positioning is fixed again #73

SebastianZ opened this issue Dec 29, 2015 · 4 comments
Assignees

Comments

@SebastianZ
Copy link
Member

Starting from Firefox 44.0 (tested in FF 44.0b2) the layer position is fixed again instead of being absolute.
This was initially reported in issue #18.

Sebastian

@joallard
Copy link

@SebastianZ Do you know a way one could debug this, eg see the CSS in devtools? I'd gladly fiddle with the styles and propose something myself, alas I'm not familiar enough with the extension to know how it works and how to debug.

@SebastianZ
Copy link
Member Author

Add-ons can normally be debugged using the Browser Toolbox. Though the layers can't be inspected using it, AFAIK.

alas I'm not familiar enough with the extension to know how it works and how to debug.

I also just filed issues for it so far, but you can set up a developer environment for Pixel Perfect as described here:

https://github.com/firebug/pixel-perfect/wiki/Developer-Guide

Then you can tweak the CSS located here:

https://github.com/firebug/pixel-perfect/blob/master/chrome/skin/classic/shared/ua.css

Sebastian

@janodvarko janodvarko self-assigned this Jan 4, 2016
@janodvarko
Copy link
Member

This is caused by the platform:
https://bugzilla.mozilla.org/show_bug.cgi?id=1168113
https://bugzilla.mozilla.org/show_bug.cgi?id=1230508

@ZER0: how should I proceed here?

The related anonymous content CSS is here:
https://github.com/firebug/pixel-perfect/blob/master/chrome/skin/classic/shared/ua.css#L23

The goal is to display an image (in anonymous content) that scrolls together with the content.

Also asking here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1230508#c25

Honza

janodvarko added a commit that referenced this issue Jan 5, 2016
@janodvarko
Copy link
Member

Workaround: Using scroll events and manually calculate the position .

Honza

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants