Safari version 9.0 released at 30 September 2015, use this tag in addition of safari tag when you want to ask specific question related with this version.
Questions tagged [safari9]
12 questions
33
votes
4 answers
Safari 9 disallowed running of insecure content?
after upgrading to Safari 9 I'm getting this error in the browser:
[Warning] [blocked] The page at https://localhost:8443/login was not allowed to run insecure content from http://localhost:8080/assets/static/script.js.
Anyone knows how to enable…

Staelen
- 7,691
- 5
- 34
- 30
2
votes
4 answers
Bug in Safari 9? adding blue color to links' border
I'm having some funny behavior with Safari 9 and a list of links with border.
Reproduction online
I isolated the problem as much as I could. It seems to get solved when:
I remove the absolute position from #fp-nav ul li a
Or whenever I use a…

Alvaro
- 40,778
- 30
- 164
- 336
2
votes
1 answer
Safari 9 change DOM parser?
Safari 9 let form tag disappeared under dom element.
Safari 8 and Chrome and Firefox is fine.
My mac is yosemite 10.10.5.
Safari is 9.0 (10601.1.56.2)
I searched safari 9…

user3758624
- 176
- 5
1
vote
0 answers
Same-height bootstrap-4 columns on safari9
I have a layout that looks as expected on Safari > 9. But on Safari 9, the layout is broken: it looks like this.
This is my code.
.card h4 {
min-height: 90px;
}
.card p {
font-size: 0.875rem;
}
.figure-container {
position:…

mahan
- 12,366
- 5
- 48
- 83
1
vote
2 answers
Handle browsers that do not support the `const` keyword
I've recently bumped into users that use old devices and whose browsers (mainly Safari 9) raise JS errors because they do not implement the const keyword that we use in our modern SPA app*.
I suppose a fix would be to let Babel recompile the whole…

Cyril Duchon-Doris
- 12,964
- 9
- 77
- 164
1
vote
5 answers
Syntax error unexpected token '>'
I've been testing my JS code on different browsers but it doesn't seem to work on some of them and on mobile either.
JS
function req1() {
fetch('https://jsonplaceholder.typicode.com/posts/1')
.then(response => response.json())
.then(json…

Crashy
- 335
- 2
- 8
- 27
1
vote
0 answers
Javascript not working when located in external file
my Javascript (jQuery) is working fine in newer browsers (Chrome, Firefox, safari 10+) but not in slightly older Browers (Safari 9, IE 11..).
It however does work fine, when I include it directly on the page and dont try to load it from an external…

Miron
- 11
- 2
0
votes
0 answers
Safari 9 HTML5 video play does not stop javascript execution
I have the need to stop javascript code execution until a video in my app stops playing. In order to do this, I have a function that looks like the following...
function playVideo(source, volume) {
//Some stuff
return…

user1066568
- 717
- 3
- 15
- 32
0
votes
0 answers
Safari 9.1 truncates alert/confirm/prompt dialogs?
(Inherited webapp, don't blame me. I'll likely redesign around this in the future.)
Customers complained about "missing prompts" when using latest Safari on OSX. I compared it to a much older version, and saw that the prompts used to be displayed…

Nate
- 1,268
- 13
- 20
0
votes
0 answers
Input cuts off at 1 char in Safari
I have an issue with input fields in Safari 9 which is usually ships with OS x El Capitan.
Only the first character stays when you type and no more characters appear after.
Tested on other Safari versions and other browsers on El Capitan --…

santa
- 12,234
- 49
- 155
- 255
0
votes
0 answers
Did Safari 9 disable scroll-jacking?
I currently have a website that autoscrolls a user to a certain section when they hit a certain point on the page. To do this, I had to disable the user's scrolling while the autoscroll is taking place in order to prevent them from disrupting the…

user3709990
- 111
- 7
-1
votes
2 answers
selenium 2.45 with mac 10.11 and safari 9 not able to run
I am not able to run selenium with mac 10.11 and safari 9.
Error is : org.openqa.selenium.WebDriverException: SafariDriver requires Safari 10 running on OSX El Capitan or greater.
Configuration I used are :
Selenium : 2.45.0; 2.48.0
Safari browser…

jayant
- 366
- 4
- 14