Questions tagged [safari6]

Safari version 6 released at July 25, 2012, use this tag in addition of safari tag when you want to ask specific question related with this version.

Safari 6 is the latest installment to Apple's web browser Safari, which became available publicly July 25, 2012 with the release of OS X 10.8 Mountain Lion.

New features included in Safari 6 include:

  • Unified Smart Search Field
  • Tab View
  • iCloud Tabs
  • Integrated sharing menu for email, iMessage and Twitter (Facebook coming Fall 2012)
  • Better Privacy
  • Offline Reading List
  • Developer Features
  • Improvements for Chinese Users

See a full description if features at http://www.apple.com/safari/

Safari 6 is currently only available for OS X Lion (10.7), Mountain Lion (10.8) and is currently not available for Windows.

Wiki: https://en.wikipedia.org/wiki/Safari_(web_browser)#Safari_6

38 questions
24
votes
6 answers

console.log() doesn't work in Safari 6.0 Web Inspector

console.log('hi'); undefined Is there any similar implementation in 6.0? or Did I do something wrong?
mko
  • 21,334
  • 49
  • 130
  • 191
22
votes
3 answers

Disabling JIT in Safari 6 to workaround severe Javascript JIT bugs

We found a severe problem with the interpretation of our Javascript code that only occurs on iOS 5/Safari 6 (then current iPad release) that we think is due to critical bug in the Just in Time JS compiler in Safari. (See updates below for more…
Sebastian
  • 7,729
  • 2
  • 37
  • 69
9
votes
1 answer

Text input field doesn't work in safari

I can't figure out why, but for some reason my text input fields don't work in safari (any version, as far as I can tell). Users can't type into the text boxes. I'm at a loss here, since it works in every other browser (Including IE6, although it…
Mr. Nobody
  • 119
  • 1
  • 2
  • 12
7
votes
2 answers

jQuery Methods not working in Safari 6

Pulling my hair out. Simple jQuery methods are not working in Safari 6. The following code block works in all other browsers that I've tested except Safari 6. It works fine in Safari 5 and older, fine in Firefox, fine in IE. It also works fine in…
Mike B
  • 71
  • 4
6
votes
2 answers

Why is text in disabled form elements not rendered in black in Safari?

I am trying to get the text inside disabled input elements to show up in black. This works in most browsers: input[type="text"][disabled], input[type="text"]:disabled { color: #000000; } In Safari (version 6.0.2), however, the text is slightly…
Tintin81
  • 9,821
  • 20
  • 85
  • 178
6
votes
1 answer

Mac OS X Safari 6 default search engine change between possible values

I would like to change the Safari default search engine programmatically on Mac OS X. I know there are 3 possible values, but where Safari stores the current value? I would like to change from Google to Yahoo from Cocoa code. Is it possible? I've…
Infinite Possibilities
  • 7,415
  • 13
  • 55
  • 118
6
votes
4 answers

Safari 6 svg tag use issues

Link : http://jsfiddle.net/xkpeD/ or just
Vasily Shakhov
  • 126
  • 1
  • 8
5
votes
1 answer

Is there a simple conversion method for converting chrome message passing to the safari message passing syntax?

My Chrome extension uses message passing to retrieve various values from the extension's built in localstorage area on the background page. The thing I love about chrome message passing, is it lets you include a callback function inside the…
user280109
  • 1,476
  • 3
  • 16
  • 27
4
votes
1 answer

CSS border-radius issue in Safari 6

I want to create a box with the top left and top right corners rounded. My CSS: border-radius: 4px 4px 0 0; In Safari 6, border-radius creates some distortion/artifacts. The corners are 'rough' and mysterious vertical white lines (box bg is blue)…
besseddrest
  • 155
  • 1
  • 8
3
votes
1 answer

What does "XMLHttpRequest.timeout cannot be set for synchronous http(s) requests made from the window context" mean?

I'm getting some timeouts on a synchronous xml http request in Safari on a Mac. As a workaround, I tried adding a timeout like so: req.open(this.method, fullURL, this.isAsync); req.setRequestHeader('Content-Type',…
Eric
  • 2,861
  • 6
  • 28
  • 59
3
votes
1 answer

rendering issue with Safari 6 or Bootstrap modal dialogs?

The bootstrap Modal dialogs are rendering like this in Safari 6 Is this an issue with Safari or the Bootstrap framework?
Nippysaurus
  • 20,110
  • 21
  • 77
  • 129
3
votes
0 answers

Issue with HTML5 Window Embed Statements in Safari 6

The issue is that video displayed in an HTML embed statement with percentage height and width used to scale to the window/frame that it belonged to. With a recent change to Safari (V6?), these videos are now being limited to a small, 1" x 1" box,…
Jon Henner
  • 61
  • 1
  • 4
3
votes
0 answers

safari 6 caching POST requests

Possible Duplicate: iOS6 Safari Caching $.ajax Results Issue pointed out here: Is Safari on iOS 6 caching $.ajax results? my Q's are: Is there a pointer to some apple document explaining the nature of this change? do they consider this to be a…
epeleg
  • 10,347
  • 17
  • 101
  • 151
2
votes
0 answers

Unable to detect my iPhone 5s in the Develop menu of Safari 6.1.6 on Mac OS X 10.7.5

I am using Mac OS X 10.7.5 with Safari 6.1.6 and iPhone 5s with iOS 8.0.2. I am trying to remotely debug my website on my mac safari but my safari is not listing my iPhone in the develop menu. I have already enabled web inspector in my iPhone safari…
Mayank Tripathi
  • 1,346
  • 7
  • 21
2
votes
1 answer

Safari extension that causes reload, .js seems to get added over and over

The context here is a Safari Extension, the script is added as an "End Script" in an extension. The purpose is to make MS exchange Web Access on Safari less painful, just by refreshing periodically... The main thing I am noticing is that according…
Grady Player
  • 14,399
  • 2
  • 48
  • 76
1
2 3