MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

Required designator does not render in IE8 #108

Open chriswithpants opened 9 years ago

chriswithpants commented 9 years ago

If you fire up http://tobybartels.name/characters/ in IE8 you'll see the characters that don't render correctly. lowash is one of those, and is currently being used for required fields. Suggest changing to a standard asterix (which won't look as nice :( ) or something else.

Would send pull request, but not sure what will look nicer :)

robdmoore commented 9 years ago

How evil would it be to detect useragent and serve a * if IE lte 8? :S

robdmoore commented 9 years ago

Not really sure in the best option for this. Happy to take suggestions from anyone.

chriswithpants commented 9 years ago

It's only IE8 - I think a standard asterix would be fine.

robdmoore commented 9 years ago

Agree, but targeting ie8 in content isn't easy?

On 19 Feb 2015, at 7:59 pm, Chris Gilbert notifications@github.com wrote:

It's only IE8 - I think a standard asterix would be fine.

— Reply to this email directly or view it on GitHub.