safari

Simple problem: Safari and CSS/Javascript Rollovers.

Basically I have a bunch of IMG tags wrapped in a bunch of divs, and some javascript to make them do rollovers. The page functions beautifully in IE and in Firefox, but Safari gives: "TypeError: Result of expression 'ImageNavigateForum' [undefined] is not an object." Where ImageNavigateForum is the ID tag of the 'img'. (a simmelar err...

How i can track Safari activity from my application

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url. I also need to track online streaming that is happening on particular opened htmm page URL of streaming source, which player is being used for streaming and all other basic information which open...

strange behaviour with json object coming from ajax call in safari/webkit

I'm using jquery to make an AJAX POST call to a web service, and getting a JSON object back, which gives me back some html code that i want to append to a div, it works fine in firefox but the problem is that safari doesn't do the appending, here is the example: $.ajax({ type: "POST", url: "ConnMgr.asmx/Request", data: JSON.strin...

which delegate method will be invoked when click the tab of safari?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFrame: webView:didChangeLocationWithinPageForFrame: and When we click or change the tabs of safari,which delegate methods will be invoked? Thank you very much!...

Why are quotation marks showing up on certain text only in Safari?

See this page: http://www.humanperformanceadvisors.com/Prairie/Oklahoma/Postcards/1.html and the pages following. Why am I seeing quotation marks surrounding the product descriptions? These do not appear in Internet Explorer, only in Safari. Any help? Thank you! ...

How much can SQLite store on the iPhone?

I have an idea for a webapp for the iPhone but its unknown to me how much data can be stored in mobile Safari's SQLite db. I tried searching through the Apple docs but found nothing: Safari Client-Side Storage and Offline Applications Programming Guide: Using the JavaScript Database ...

Flash issues with Safari 4..

hi all, I am using flash to display background images (rotating) and it usually displays divs above the flash. Now since Safari has been updated it's decided to display the flash above everything, instead of everything else above the flash.. http://www.souliejolie.com/2010/home It works in all other browsers except for Safari 4(.0.3) ...

Safari full screen bug

I need to use full screen mode in my flash application, for some reason when i go into full screen mode in safari or chrome, the stage is completely disabled. I tried using a very clean swf file with nothing on it, just 2 buttons: one for full screen and the other for normal screen, and still i can't click on anything after going into fu...

Safari version number?

I am developing a plugin of safari on MAC.Now I want to know all the version number for safari3,safari4,Because I can see that in some plugin samplecode info.plist: the MinBundleVersion is 5530, and I check my safari verison is :3.1.2(5525.20.1), I think some user's safari3 version will be lower than my. but I don't know the lowest versi...

Problem opening URL with browser Safari on iphone

I, if I try to open this URL: http://compraonline.mediaworld.it/webapp/wcs/stores/servlet/ProductDisplay?catalogId=20000&storeId=20000&productId=2135168&langId=-1&category%5Frn=60701663 with Safari for iPhone, the URL that is loaded is without final part &category_rn=60701663. Thanks to everyone for the help ...

Font Rendering between Mozilla and webkit

I'm not sure if this has anything to do with the recent Safari update, but I'm beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fonts. for instance, I took screenshots of what I am seeing here on stackoverflow... http://twitpic.com/q43eh I have verified that this is a trend via my co-wo...

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 inspected by Safari's web inspector). The background is the image of the button. The problem only occurs in Safari. FF and IE is fine. Does anyone have any id...

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 have tried with rounded corner (cf indicators at the right of the screenshot), and I wonder if there is possibility to add a rounded mask to hide the corners (c...

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 desk trying to successfully parse an XML file and append the text to a div. After failing at this in Safari, I switched over to Firefox, and found it working p...

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 ExternalInterface.call(string); from flash player lets the browser do eval(string)(); as this call is within a click handler, it even works perfectly with Fir...

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 counts the number of clients that are present in crements of 30 minutes. How can i go about this? ...

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 contents. Here is what it looks like in Safari, and here is what it looks like in Firefox. I originally went about fixing it by creating a drupal module which chan...

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 Desktop as "Unknown" with no suffix at all. However, when I "Save As..." it provides the name fine. I would prefer it to save the file with the sqlite suffix. So, i...

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 the Air application. Firefox has no problems downloading this Air application for either the Mac or the PC. Also safari on windows correctly downloads the bin...

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 knows what may be the problem ? var liste_ele = document.getElementsByClassName('accordion_content'); i=0; while(i<liste_ele.length) { var j=0; var...