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

Many issues in Firefox #9

Open
vincentbernat opened this issue Apr 20, 2013 · 3 comments
Open

Many issues in Firefox #9

vincentbernat opened this issue Apr 20, 2013 · 3 comments

Comments

@vincentbernat
Copy link

Hi!

ChromeHAR exhibits many problems in Firefox. The layout is mangled and some elements are missing. See the following screenshot:

screenshot-2013-04-20--14:31:40

@ericduran
Copy link
Owner

Yep, this is because the webkit code only uses the -webkit prefix.

This is what happens when you take code from webkit ;-) Ha

I'll fix all the prefix.

@cvan
Copy link
Collaborator

cvan commented Jan 23, 2014

I ran the CSS through a script that added -moz- prefixes wherever there were -webkit- ones:

Before

After

LOL not much of a difference. Any ideas?

ericduran added a commit that referenced this issue Feb 9, 2014
@ericduran
Copy link
Owner

So I just pushed a commit to fix some of this.

It looks a little better but not perfect.

I'll continue making fixes for this. FYI: I added a generic.css file where I'm overwriting the webkit specific stuff by hand.

Sadly it's a bit difficult to script since chrome/webkit is using non w3c standard features (ex. webkit-mask-image)

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