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
2
votes
1 answer

Can't find variable

so as you about to learn, I don't know javascript, but this seems like it should work: var whitelistURLPartials = ["ae\=Folder","ae\=Item\&t\=IPM\.Note"]; var current = window.location.href; for (var whitelist in whitelistURLPartials) { …
Grady Player
  • 14,399
  • 2
  • 48
  • 76
2
votes
0 answers

safari terminates the session after use html5 audio

I am trying to play *.wav with html5 audio. client side js looks like Server side php+Zend 1.8 looks like…
1
vote
0 answers

Authorize Document Download by safari browser > 6 version in Angular

I want to download my uploaded document by safari browser grater then version 6. I have success download IE,google chrome,and firebox browser but this code is not support authorize download document in agular js This is well code in…
Sundar
  • 142
  • 1
  • 15
1
vote
1 answer

Simulating Safari 6 on OS X 10.9

Is there a feasible way to simulate Safari 6 on OS X 10.9? I haven't been able to find a way myself.
bskard
  • 1,040
  • 1
  • 9
  • 13
1
vote
1 answer

Contrast overload using CSS3 grayscale filter in Safari 6

Using CSS3 grayscale filter for portfolio images. Looks great in Chrome, Firefox, Safari 7, and iOS. Image-Chrome 30: Chrome 30 http://pikku.co/test/chrome-hover.png Image-Firefox 24: Firefox 24 http://pikku.co/test/firefox-hover.png Contrast…
Amie
  • 25
  • 1
  • 7
1
vote
1 answer

Safari Extension: "on install" event?

I am developing an extension for Safari 6 and I want to set some default values for my settings. These default values depend on window.navigator.language, so setting them in Settings.plist does not the trick – I need to run some JS code to set…
Georg Jähnig
  • 779
  • 1
  • 8
  • 19
1
vote
0 answers

Why safari.extension.globalPage can't receive message from safari.self.tab.page?

I set up a popover, when it has been showed, click a button in it for creating a new tab to show a seetting page for my extension, and in the seetting page, I sent a message: safari.self.tab.page.dispatchMessage("userAndPassword",info); but the…
1
vote
1 answer

Does the javascript debugger in Safari 6 have the ability to de-minify javascript?

In the Chrome debugger under the "Sources" tab, there is a little "{}" button at the bottom that will de-minify minified code and make it human readable (turn on "pretty printing"), as well as allow the developer to set breakpoints, etc. I believe…
Troy
  • 21,172
  • 20
  • 74
  • 103
1
vote
0 answers

Safari 6 Extension Popover reload en navigate

I have developed a Safari Extension with a Popover that worked fine in Safari 5. I used the following code in Javascript to reload the page: safari.extension.popovers[0].contentWindow.location.reload(); And the following code for go to an other HTML…
Remco Beugels
  • 1,153
  • 1
  • 12
  • 21
1
vote
1 answer

video on Safari 6 slows down whole page when my javascript form is inserted into the DOM

I'm actually developing a simple web site for the company I'm working in. Every page has a central video, and every thing's fine on FireFox Opera Chrome and IE 9 BUT NOT with Safari 6.0.1 (Mac) neither with Safari 5.1.7 (PC) (it's OK with Mac Safari…
jst
  • 141
  • 2
  • 10
1
vote
2 answers

Safari extensions event: SafariBeforeSearchEvent

I've seen that SafariBeforeSearchEvent event fires before the Smart Search Field performs a search. So I've started to try it out, but it isn't works or my code is wrong. Here's my code: safari.application.addEventListener("SafariBeforeSearchEvent",…
Infinite Possibilities
  • 7,415
  • 13
  • 55
  • 118
1
vote
0 answers

Safari 6: window.open() broken in notification onclick?

I'm working on an app that uses Safari 6/Mountain Lion's HTML5 notifications. When the user clicks on the notification, I'd like to open a new window with the relevant URL. This works fine in Chrome (the window.open() call doesn't get caught by the…
Ben Kuhn
  • 1,059
  • 2
  • 10
  • 25
0
votes
0 answers

Remove on fly over image

I am using multiple browsers (IE,Firefox and Safari). I am not interested in viewing on fly image when drag the image. Can i disable the animation on fly image in all browser using css img{ user-drag: none; user-select: none; -moz-user-select:…
Shanmuga Kumar
  • 251
  • 1
  • 4
  • 9
0
votes
1 answer

Modernizr shows CSS-Columns support for browsers that don't support?

I'm working on a layout with CSS-Columns. To know about the browser's support, I'm loading modernizr.js. Now, I was opening my website in Safari 6.1, which does not support the CSS-Columns, but still, I get the following element:
R4ttlesnake
  • 1,661
  • 3
  • 18
  • 28
0
votes
1 answer

Safari 6.1 hides inner div, when outer div has position:fixed and overflow:auto

Safari seems to have changed their rendering of child objects outside their parents, in certain situations. Setup: A parent (#outer) div with position:fixed and overflow:auto A child (#inner) div with position:fixed and positioned above or below…
zpon
  • 1,482
  • 1
  • 15
  • 21