Questions tagged [safari10]

Safari version 10.0 released at October 31, 2017, use this tag in addition of safari tag when you want to ask specific question related with this version.

Safari version 10.0 released at October 31, 2017,includes the following new functions:

  • Safari Extensions such as 1Password, Save to Pocket, and DuckDuckGo
  • New Bookmarks sidebar, including double-click to focus in on a folder
  • Redesigned Bookmarks and History views
  • Site-specific zoom: Safari remembers and re-applies your zoom level to websites
  • Improved AutoFill from Contacts card
  • Reader improvements, including in-line sub-headlines, bylines, and publish dates
  • Legacy plug-ins are turned off by default in favor of HTML5 versions of websites
  • Allow reopening of recently closed tabs through the History menu, holding the "+" button in the tab bar, and using Shift-Command-T
  • When a link opens in a new tab, it is now possible to hit the back button or swipe to close it and go back to the original tab
  • Improved ranking of Frequently Visited Sites Web Inspector Timelines Tab
  • Debugging using Web Inspector

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

10 questions
15
votes
3 answers

Element disappears only in Safari 10 (9 was ok), shows when I change any css

I have a bootstrap column containing a header div which is another bootstrap row, inside a React web app. The container has the css: height: calc(100vh - 14em); overflow-y: hidden; padding-left: 0; padding-right: 0; display: table; border-left: thin…
Andrew Torr
  • 1,057
  • 3
  • 13
  • 26
7
votes
2 answers

How do I trigger picture in picture on Safari 10

Safari 10 introduces picture in picture. The button is there for html5 video standard controls, but how do I trigger it by javascript? Apple says: If you use custom HTML5 video controls, you can add Picture in Picture functionality using the…
Martin Algesten
  • 13,052
  • 4
  • 54
  • 77
5
votes
3 answers

Hiding automatically added input (user) button in Safari 10(?)

Any idea how i can hide this annoying input icon/button in Safari via CSS? I have no idea what the meaning of this new icon is because for me it has no functionality. Thx a million, Thomas
T. Werner
  • 51
  • 1
  • 2
4
votes
0 answers

Wait for element clickable fail on safari Webdriver, MacOS Sierra

I always got a response status 404 from Safari Web driver on MacOS Sierra when my test script executes command below (see in attachment for full source code): elemSubmit = WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.ID,…
PhuTa
  • 59
  • 6
2
votes
1 answer

WebDriver Java class to run on Safari 10 on El Capitan

I installed updates on El Capitan OS X to get Safari 10. Per webdriver-support-in-safari-10 - "Safari’s driver is launchable via the /usr/bin/safaridriver executable, and most client libraries provided by Selenium will automatically launch the…
Jai
  • 319
  • 2
  • 9
  • 30
1
vote
1 answer

Confirm dialog loses focus on iOS10

In the mobile version of my web site I have a JavaScript confirm dialog that appears under specific circumstances. Using setTimeout I trigger the confirm dialog. No matter which tab the user is in, he should see the confirm dialog but in iOS 10…
AlexCode
  • 655
  • 5
  • 18
1
vote
0 answers

Bug with rotate3d in Safari 10. Overlapping content

Last safari 10 gives me a new pain with 3d rendering. On previous version, it was fixing with -webkit-transform: translate3d(0,0,0); But not now. Example (just safari 10): https://jsfiddle.net/rhbs755c/4/ Code: var browserPrefix = "", usrAg…
1
vote
3 answers

HTML5 Video Causes Page to Jump on Safari 10

When my page loads, after about 5 seconds, the window scrolls to an html video which is a significant ways down the page (which is on autoplay). This has been an issue following the Safari 10 release. Anyone know why this may be the case?
Tom Moore
  • 11
  • 2
1
vote
1 answer

Safari 10 throws Content-Security-Policy violations

Safari 10 throws a CSP-style-src-Violation in spite of calling a weg page with no style attributes inside. The violation-message is: Refused to apply a stylesheet because its hash, its nonce, or 'unsafe-inline' does not appear in the style-src…
0
votes
1 answer

Video tag on Safari 10 goes up after few seconds

after few seconds on reproducing the video, the video goes up 50% and shows the controls and just bottom half of the video. this issue happens only on Safari 10, tried on Safari 9 (and other browsers) and it works fine, i've reproduced the issue on…
AntoninoR
  • 71
  • 1
  • 8