vitebonus / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Flash detection fails on Safari 7.0 (9537.71) #611

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Open safari preferences
2. Under security, uncheck the "Allow Plug-ins" checkbox
3. Load the flash.js detection script on a test page

What is the expected output? What do you see instead?

Expected that flash.js would return false indicating that the Flash plugin is 
not enabled
Instead, seeing it return true indicating the Flash plugin is installed 
(although it is disabled).

What version of the product are you using? On what operating system?

flash.js from 
https://code.google.com/p/closure-library/source/browse/closure/goog/useragent/f
lash.js
Mac OSX 10.9 Safari 7.0

Original issue reported on code.google.com by davidlha...@gmail.com on 2 Dec 2013 at 7:51