Questions tagged [safari-11]

Safari version 11 released at September 19, 2017, use this tag in addition of safari tag when you want to ask specific question related with this version.

Safari version 11 released at September 19, 2017.

Safari 11 includes several new features such a Intelligent Tracking Prevention feature which prevents websites from cross-site tracking:

prevents audio from auto-playing on "most" websites, according to Apple. Users can also configure things like auto-play, content blockers, and Reader on a per-site basis, or make settings universal.

The browser also includes performance boosts, new controls for HTML audio and video, and better AutoFill accuracy when pulling data from Contacts.

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

Update announcement: http://appleinsider.com/articles/17/09/19/apple-issues-safari-11-update-for-macos-sierra-os-x-el-capitan

8 questions
7
votes
2 answers

safari 11 crashing when debugging on web inspector

Safari 11 is crashing when i open web inspector. Odd thing is, It works without failing if i don't open console panel. My HTML5 application works well in all other browsers. There is no memory leaks as it is not going beyond 50MB while taking memory…
pratik nagariya
  • 574
  • 5
  • 21
4
votes
1 answer

Safari HTML validation doesn't display input title when used with a pattern attribute

I'm using HTML form validation to check the user's input for various fields, like this simple ZIP code field: In basically all supporting browsers - Chrome, Firefox,…
daGUY
  • 27,055
  • 29
  • 75
  • 119
4
votes
0 answers

Safari 11+ doesn't support transitions with CSS calc() function

There has been some kind of update on Safari (including for iOS devices) that made it impossible to have transitions with values determined by CSS function calc(), something that was being covered perfectly on previous versions. I know that there…
Gabcvit
  • 1,468
  • 1
  • 15
  • 32
1
vote
0 answers

Safari 11: submission not works when input[type=file] is not empty

Since the Safari 11 update on macOS High Sierra and Mojave, the submit in my web application are failing when a input[type=file] field has file chosen (it is required in my form). After pressing the submit button and waiting for a while,…
Rye
  • 11
  • 2
0
votes
0 answers

Camera in MacBook after a few seconds of video conference using openvidu will be freeze

I create a video conferencing web application and I have a problem with the last update of mac OS (Big Sur v11) When I connected to the conference everything was okay but after a while, maybe 10 seconds camera stopped and in the browser URL field,…
0
votes
1 answer

Javascript Snippet not working in Safari 11 & 12

does anyone know the reason why the following javascript snippet works in both Chrome & Firefox but not in the Safari 11 & 12 versions? The only thing it does is take the value in the url parameter code and insert it in the url's on the page that…
J88
  • 811
  • 7
  • 20
0
votes
1 answer

Safari 11.1.2 won't able to play the video django app

I have an application in django. I have uploaded a video which is playing perfectly fine in all the browser except for safari. Configuration for media files in settings.py is as MEDIA_ROOT = os.path.join(BASE_DIR,'media_root') MEDIA_URL =…
daemon
  • 113
  • 3
  • 14
0
votes
1 answer

selenium 3.4 with Safari 11 compatibility issues

We are having lot of tests failing with the combination of selenium 3.4 with Safari 11 browser on Mac OS Sierra, where almost all other browsers are working more or less reasonably OK. Is there any special wiki, forum or location which explains…
PraNuta
  • 629
  • 3
  • 12
  • 33