Questions tagged [cross-browser]
The cross-browser tag has no summary.
18 questions
0 votes
0 answers
48 views
Identify user session for dynamic client interaction between a Cloud application and an Angular/Pyramid application
I’m writing a web application with an Angular client and a Pyramid/Python server. I need to dynamically interface with an external cloud application, with two requirements: When the end user approves ...
2 votes
1 answer
339 views
How do I make my Browser Extension send a Selection it captured to a Database/Web App so it can be stored in the user's account?
I am building a Browser Extension that captures a Selection made by the user in any web page, and stores it in his account. I don't quite know how to proceed with this, however. My initial thought ...
0 votes
3 answers
463 views
Development Of Scriptable Webpage Served As XML And Parsed As HTML
In short, this question is about the cross-browser-compatibility-ness of a way to serve a HTML page as XML. I am interested in serving a web page as XML to be interpreted as HTML for increased CSS ...
1 vote
2 answers
5k views
Attempting to make a Cross Domain AJAX request to a Server I don't own
I'm aware that javascript programs running in a browser are bound to the same-origin policy which prevents them from requesting services from a server that is on a different domain. What I've gathered ...
4 votes
3 answers
2k views
Javascript Use of Window Object through alternate means
Disregard your usual paradigms for a mere moment here.... I've seen a few sites who have used the following logic: a=[]; b=a["sort"]; c=(b)(); c["alert"](1); // intended output: Alert displaying "1"....
5 votes
2 answers
23k views
How can a website look different in safari Windows and Safari mac?
I have a website. I've been testing crossbrowser on my windows PC, and it looks good in all browsers, but on Mac in Safari it looks like the CSS is not getting interpreted right, or there is a ...
-2 votes
2 answers
626 views
Why not a standard rendering engine to solve cross browser problems [closed]
Why do browsers use different rendering engines, this causes the problem I hate the most "make your HTML/CSS compatible with all major web browsers". Why don't they use one rendering engine as a ...
1 vote
1 answer
432 views
Web Programming Cross Browser Frustrations Normal? [duplicate]
So I'm a relatively junior programmer, been doing it for a couple years now and have been recently working on a redo of the company's website, and have ran into some frustrations and was just ...