bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 571 forks source link

Make popup with validation errors working in IE8 #509

Closed Hirurg103 closed 8 years ago

Hirurg103 commented 8 years ago

Seems that class is a reserved word in IE8, so wrap it in quotes

Hirurg103 commented 8 years ago

Seems this is duplicate of #484. Why it isn't merged?

Hirurg103 commented 8 years ago

See also this stackoverflow post related to the issue

seuros commented 8 years ago

Well probably because we should not be using IE8 at first place.

Hirurg103 commented 8 years ago

@seuros Totally agree