ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Browser Compatibility #183

Closed zerbzman closed 9 years ago

zerbzman commented 9 years ago

How far back in IE are you trying to support with basic features?

eliorivero commented 9 years ago

Probably the same than WP Admin. There was an initiative to drop IE 7 support at https://core.trac.wordpress.org/ticket/18199 but it was never resolved. Now, there are a bunch of JS stuff like postMessage used in Customizer that aren't available in IE 7 http://caniuse.com/#search=postMessage there must be some fallback implemented for stuff like but couldn't tell since I haven't used the WP Admin in IE 7.

solhuebner commented 9 years ago

I would not support IE 7. Waaaay too old and crappy ;-)

riteshkamble commented 9 years ago

In Chrome while inserting image at place, it disturb the structure of page. where as in mozilla it is working fine. when we try to replace image on page by selecting image and adding media it is removing few div structure in chrome browser.

ellatrix commented 9 years ago

I've not looked beyond IE9. If there are issues for IE9 and above, please report them in a separate ticket. I don't think I'll support IE7 and IE8.