-
Notifications
You must be signed in to change notification settings - Fork 309
Document Supported Browsers #1709
Comments
Who do you expect to read this documentation? Any user running an old browser is never going to see this documentation (well, unless we give them a "please upgrade your browser" message). I'm quite willing to have, for us developers, a sense of first class and second class browsers. (We've been treating mobile as second class for most of Gittip's life so far.) It must be possible to use Gittip from old and strange browsers. |
#1707 actually improves the main page's layout in IE 8, fixing: |
@bruceadams This would be a guideline for developers, users are welcome to browse the site using any program they please. Ideally, since Gittip uses HTML, all browsers should have the ability to show Gittip's content. But I really don't think we should spend our time developing IE7, or links2 (for example) specific functionality. |
@clone1018 to what extent do you want to document this? Let's say we've all decided on >= IE 9. What then? |
On the subject of an upgrade message, we could use #1643 if it's updated to let users manually close a notification. |
How about, "All vendor supported versions of Firefox, Chrome, Safari, Opera and IE." |
Sounds good to me. Now what about developer documentation and notifying people with old browsers? |
@seanlinsley "developer documentation"? I think notifying people with old browsers is for another ticket at another time. |
So that's not what you had planned? From the title of this ticket, and the back-and-forth with @bruceadams, it certainly seems like you planned on adding documentation for this. |
Right, once we finalize on something me or someone would add it to the readme. |
It would fit nicely under "Testing" |
@bruceadams Thoughts? |
@clone1018 sorry, didn't notice your prompt here. i'm fine with this, yes. |
re: "All vendor supported versions of Firefox, Chrome, Safari, Opera and IE", does that put IE7 (and 6??) in the "still supported" category: http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=Internet+Explorer&Filter=FilterNO |
We've been discussing this in the IRC channel: https://botbot.me/freenode/gittip/msg/8364203/ To summarize: |
I'm not really in favor of supporting anything older than IE8 -- I've done it in the past, and IE really made things tiresome. (I also feel like saying that I think we shouldn't support anything that doesn't properly support CORS, but I'm pretty sure that leaves out IE8) |
I will do that. |
PR send. Please review. |
Fixed #1709 and added information for not supported old browsers
This is required for PR#1707
The text was updated successfully, but these errors were encountered: