-
Notifications
You must be signed in to change notification settings - Fork 132
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
Comments
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. |
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) |
Hi!
ChromeHAR exhibits many problems in Firefox. The layout is mangled and some elements are missing. See the following screenshot:
The text was updated successfully, but these errors were encountered: