tobiasstrebitzer / FireFile

Firefox CSS Live Editing Plugin
www.firefile.at
53 stars 12 forks source link

missing -moz- autoconversions #1

Open tobiasstrebitzer opened 13 years ago

tobiasstrebitzer commented 13 years ago

Not all -moz- CSS3 attributes are auto- converted to other browsers.

tobiasstrebitzer commented 13 years ago

If you notice any browser-dependant style properties which would be useful to automatically convert to other browser, just post them here.

smortv commented 13 years ago

box-shadow and border-radius would be nice

example1 {

-moz-border-radius: 15px; border-radius: 15px; }

example2 {

-moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 10px 10px 5px #888; }

aiacciu87 commented 13 years ago

In fact all autoconversion work but only on older versions of Firefox 4. Since the release of Firefox 4 -moz- CSS is automatically converted to CSS3 standard directly in Firebug. The problem is that FireFile does not convert these instructions-moz,-webkit, etc. ... It's super annoying, I have to downgrade back to Firefox 3 in its functionality.

Is not it possible to update FireFile so that it detects the CSS3 property standards (eg border-radius: 1px) and convert-moz,-webkit, etc. ... directly? Knowing that it worked very well detection when-moz was not translated directly, it should not be very difficult and it could save a lot of time a lot of people!

It is possible? :)

fredosix commented 11 years ago

it would be nice to have this functionality... thumbs up! :)