1
vote
1answer
36 views
Why doesn’t my JavaScript XML processing code work in Safari?
I use the following code to open an XML document. It works in Firefox and IE, but fails in Safari. Any idea why?
function crearObjetoXML(archivoXML){
//--- IE.
if(window.Activ …
0
votes
1answer
8 views
window.location.hash at Safari 4.0.4 doesn’t increase the history.length
I have a javascript error at the Safari 4.0.4 browser.
I'm using AJAX navigation for the browser, in order to navigate between the result of my AJAX request, but the problem is tha …
0
votes
1answer
7 views
fbjs setInnerFBML does not work in Safari
Hi I am having problems using fbjs and creating a div dynamically and then using appendChild to append it to an existing div.
heres an example:
var count = 0;
function addDiv(){
…
0
votes
1answer
36 views
Are transactions possible with HTML5 Storage in Safari
Instead of doing an each loop on a JSON file containing a list of SQL statments and passing them one at a time, is it possible with Safari client side storage to simply wrap the da …
-1
votes
0answers
20 views
Safari Books Online - Mobile Version.
Hi,
Has anybody read Safari Books online on Zune HD? Or Could someone please try it on their Zune HD...It's m.safaribooksonline.com
I'm considering buying Zune HD to read it, thi …
0
votes
1answer
28 views
Bug in Mobile Safari regarding HTML LINK
My native iPhone app displays HTML files using UIWebView. These HTML files are stored locally on the iPhone (they ship with the app).
Now I'm also trying to use a central CSS file …
0
votes
3answers
33 views
JS : Compatibility problem with Safari
Hi,
I have a small portion of code which works well on FF but I can't seem to get it to work on Safari unless I put an alert instruction anywhere inside of the whiles.
Anyone kno …
0
votes
1answer
7 views
Safari displaying the binary code instead of downloading Adobe air application.
I'm using Adobe Air 1.5 with Safari 4.0.3 on Mac OS Snow Leopard. When the browser attempts to download the Air file, binary code is displayed in the browser instead of downloading …
0
votes
1answer
14 views
Change Download File Name in Cocoahttpserver
I'm using cocoahttpserver in an iphone app, but when I try to download it (by clicking a link in the standard demo app), my sqlite file (myDatabase.sqlite) arrives on my Mac Deskto …
1
vote
1answer
30 views
Fix Size of Login Box in Drupal Theme
I've asked this question previously here, and thought it was fixed, however, it is only fixed in firefox. In Safari the login box is now very wide, jutting out over the page conte …
0
votes
0answers
6 views
Time Interval Chart
I have an access database that is fed through an attendnace form. This is an example of what the database looks like: Clients name Time In Time Out. I would like to do a chart that …
0
votes
2answers
27 views
Opening popups from AS3 using ExternalInterface in Safari
hi,
I'm using this code to open a popup
ExternalInterface.call("function () { window.open('" + url + "','" + title + "','" + options + "'); }");
for JavaScript people: calling …
0
votes
1answer
9 views
jQuery XML Parsing Not Working Locally in Safari 4.0.4
I'm new to this site, but it seems like someone out there should be able to answer my question.
I've recently started using jQuery, and spent the day slamming my head against the …
1
vote
1answer
45 views
Display a round pourcent indicator with CSS only
Hi all !
I want to create a small round static pourcent indicator in CSS but I can't find the solution.
The squared indicator at left is ok, but so ungly, I want it round !
I h …
0
votes
2answers
25 views
How to remove odd border from value part of input element in Safari?
If you have a look at this pic - http://twitpic.com/q0a6p - you can see a strange issue with an outline around the text element of a input tag in a form. (on the right, it is being …
