Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Internet Explorer Browser Sniffing Breaks in IE11 #215

Open
OlduwanSteve opened this issue Feb 14, 2014 · 1 comment
Open

Internet Explorer Browser Sniffing Breaks in IE11 #215

OlduwanSteve opened this issue Feb 14, 2014 · 1 comment

Comments

@OlduwanSteve
Copy link

There are special cases for IE to make block editing work (because IE needs the angle brackets around the tag name, <H1> instead of H1). However, IE11 deliberately breaks browser sniffing so these special cases don't work.

Unfortunately the special cases are still needed, but some replacement browser sniffing is needed, or another method of feature detection. I'm not sure how you would 'feature detect' this - maybe do a one-time hidden edit and check if it actually changes the tag of the element?

@OlduwanSteve
Copy link
Author

There's always this for a quick fix:

http://stackoverflow.com/questions/17907445/how-to-detect-ie11

@dready dready mentioned this issue Aug 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant