-
Notifications
You must be signed in to change notification settings - Fork 639
Compatibility with RetroZilla #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you know what the UserAgent string is for this browser? Does it identify itself as Mozilla or Netscape or something else? The code that Prototype.js uses to figure out which browser is in action is very simple, and can be found here: https://github.com/prototypejs/prototype/blob/master/src/prototype/prototype.js#L76 You'd need to look through that, compare how it switches on the navigator.userAgent property value, and ensure that something useful was passed to it so it didn't mis-identify your browser.
Walter
… On Dec 28, 2019, at 11:14 AM, tobiastromm ***@***.***> wrote:
Can this please work with https://github.com/rn10950/RetroZilla/ browser?
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @walterdavis, according to https://www.whatsmyua.info/, this is the UserAgent:
|
Okay, so what happens when you use this browser with Prototype.js? Are you noticing parts of the framework that don't work for you? Is there any of your own code that you can share, which calls into Prototype, that is not behaving as you expect? Can you make a cut-down example that we could use to duplicate your results?
Walter
… On Jan 9, 2020, at 2:30 PM, tobiastromm ***@***.***> wrote:
Hi @walterdavis,
according to https://www.whatsmyua.info/, this is the UserAgent:
* rawUa: Mozilla/5.0 (Windows; U; Windows NT 4.0; en-US; rv:1.8.1.24) Gecko/20190223 RetroZilla/2.2 SeaMonkey/1.1.19 Firefox/2.0.20
* string:
* family: SeaMonkey
* major: 1
* minor: 1
* patch: 19
* device: Other 0.0.0
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This is a browser for old OS. Sometimes I have to use my Windows NT 4 to test something. I trying to use www.papinho.com, prototype is used to load all the messages. Just open it, select "SIM", type something and enter. Then type some message and press enter. It will not load messages on the old browser. |
This site is using jQuery, not Prototype. This list is for Prototype.js.
Walter
… On Jan 9, 2020, at 5:32 PM, tobiastromm ***@***.***> wrote:
This is a browser for old OS. Sometimes I have to use my Windows NT 4 to test something.
I have an chat website, www.papinho.com, prototype is used to load all the messages.
Just open it, select "SIM", type something and enter. Then type some message and press enter.
It will not load messages on the old browser.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
sorry. I am on the wrong place. I am using EventSource. Just open a new topic on the right place, Yaffle/EventSource#141. |
Can this please work with https://github.com/rn10950/RetroZilla/ browser?
Thank you.
The text was updated successfully, but these errors were encountered: