chromeHAR icon indicating copy to clipboard operation
chromeHAR copied to clipboard

Many issues in Firefox

Open vincentbernat opened this issue 12 years ago • 3 comments

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

vincentbernat avatar Apr 20 '13 12:04 vincentbernat

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.

ericduran avatar Apr 27 '13 23:04 ericduran

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?

cvan avatar Jan 23 '14 08:01 cvan

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)

ericduran avatar Feb 09 '14 07:02 ericduran