Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Statement on IE #134

Closed
timhaines opened this issue Apr 30, 2014 · 7 comments
Closed

Statement on IE #134

timhaines opened this issue Apr 30, 2014 · 7 comments

Comments

@timhaines
Copy link

I noticed the main readme and the browser inconsistencies page both lack any mention of IE (Internet Explorer).

I'm wondering what Scribe's position is on it? Is a certain version of IE supposed to be supported, or is it completely unsupported?

@OliverJAsh
Copy link
Contributor

See #151

@timhaines
Copy link
Author

@OliverJAsh That doesn't mention IE either. I'm still unclear the the questions I asked..

@OliverJAsh
Copy link
Contributor

Older browsers == IE.

We don't support it because it doesn't provide the necessary APIs, but there is work that can be done to add support for it (see #151 for suggestions). You can track our stance on this in the issue I linked you to, as it will likely change over time. Sorry.

@theefer
Copy link
Contributor

theefer commented May 1, 2014

We're happy to accept patches that would improve compatibility with unsupported browsers of course, as long as they don't require fundamental tainting of the framework. I'd hope more recent IEs (10+) would not be too bad, but I don't have any experience with those "unfortunately".

@timhaines
Copy link
Author

@OliverJAsh @theefer Thanks guys. I was wondering if you put IE11 in that Older Browsers basket too.

It's great to get a clear statement from you that it's not supported currently. That lets us make some informed decisions..

@philcockfield
Copy link

Older browsers == IE

We pretty much had the same approach with Respondly and chose to just not support IE. Then we were flabbergasted to find that the project "just worked" on IE11.

However, that being said, as I've delved into manipulating content-editable in IE11, it's still in a world of pain when it comes to operating on the selection/range and document.execCommand related API's.

I'd imagine (read "hope") that if no special support for IE was done, but if Scribe contined down it's path of conforming to the standardized, or "standardizing" commands (as per #151) that at some point soon IE would just start working.

@OliverJAsh
Copy link
Contributor

That’s the dream, @philcockfield 😄

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

4 participants