Questions tagged [safari8]

Safari 8 is the latest version of Web browser developed by Apple Inc. and included with the OS X and iOS operating systems. First released as a public beta on January 7, 2003, on the company's OS X operating system

A version of Safari for the Microsoft Windows operating system was first released on June 11, 2007, and supported Windows XP Service Pack 2, or later, but it has been discontinued. Safari 5.1.7, released on May 9, 2012, is the last version available for Windows.

According to W3Schools, as of August 2014, Safari accounted for 3.7% of all web browsing traffic with 1.7% of that traffic coming from Safari Mobile.

for more information:

http://en.wikipedia.org/wiki/Safari_%28web_browser%29

http://en.wikipedia.org/wiki/Safari_version_history

11 questions
33
votes
3 answers

iOS 8 / Safari 8 not working with ASP.NET AJAX-Extensions

Our website suddenly stopped working when iOS 8 was rolled out. Every post-back from within an ASP.NET UpdatePanel leads to an empty page. It still works, if the user-agent is set to "Chrome" from within Safari 8 (on Mac). I already tracked down,…
Tobias81
  • 1,730
  • 1
  • 13
  • 16
23
votes
1 answer

Safari 8 multiple select scrolling issue

I have been encountering an issue when using multiple select select fields within Safari 8 on OS X Yosemite. If the select field has an applied width, either in-line or as a class, I am unable to use the keyboards arrow keys to scroll down through…
Jonathan
  • 1,715
  • 11
  • 14
5
votes
2 answers

Bootstrap tooltips won't hide in newest Safari 8.0

I have this weird case with Bootstrap tooltips (only) on newest Safari 8.0. I have a form and I must show a tooltip on each of the inputs (please, don't ask why). Here is a jsfiddle example `http://jsfiddle.net/d61yuy8q/11/` And here is how it…
Dawid Woźniak
  • 198
  • 1
  • 9
3
votes
1 answer

Is there a known issue with Safari-8 and WebSockets?

I've installed the Yosemite preview and WebSockets don't work for me on Safari 8. The echo test page works on Chrome (with the secure checkbox set) but when I try with Safari it fails silently. I debugged the page and what happens is that the…
Motti
  • 99,411
  • 44
  • 178
  • 249
2
votes
1 answer

Reset Safari 8 in Yosemite to show Welcome/Splash screen again

Does anybody know how to reset Safari so the next time it opens it presents the welcome screen again as if it were launched for the first time in Yosemite? Previously you just deleted its preference file but that no longer works, ive deleted all…
realdannys
  • 1,133
  • 1
  • 11
  • 17
1
vote
2 answers

Programmatically install extensions on Safari 8 OSX 10.10

I'm trying to fix a couple of bugs for SafariDriver/Selenium. Here is the problem: On Safari 7 and bellow, to install a new plug in all you had to do is put the extension into ~/Library/Safari/Extensions. Next all you have to do is activate the…
0
votes
1 answer

Radio button / Check box moves on being clicked in safari 8 and 9 on mac machine

I have a form with checkboxes and radio buttons, I need to give it height and vertical-align it to middle so as to align with label (it can have varying line height) input[type="checkbox"],input[type="radio"] { margin:0px; …
Nik
  • 705
  • 4
  • 12
0
votes
0 answers

Safari 7 and CSS

I am having some critical issues with CSS in Safari 7+. Mobile and Desktop... all other browsers load my page and CSS relatively fine. What did Apple really do with Safari 7+? This is bad since all iPhone users will be seeing this page as a…
Kald
  • 48
  • 7
0
votes
1 answer

CSS Transform (rotation) causes text flicker in Safari 8 (yosemite)

That's was an issue with safari 7 and it was fixed by the following code -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; Now it's not fixed in Safari 8. It causes text flicker link…
0
votes
1 answer

ASP.Net Page_Validators in iOS 8 Safari 8

In my ASP.Net app with framwork 3.5, I am looping Page_Validators and apply css style to required fields but I does not work in ipad iOS 8 Safari 8 for (var i = 0; i < Page_Validators.length; i++) { var val = Page_Validators[i]; var ctrl =…
-1
votes
1 answer

Safari Extension Settings to Injected Script

I'm trying to pass a variable from the settings in my safari extension to the injected javascript. I've managed to get the message passed but have no idea how to use the variable out of the handleMessage scope so I can use it in my injected file.…
mousebat
  • 350
  • 2
  • 23