foobarlab / UpStage-Video-Hack

UpStage Streaming Hack
http://www.foobarlab.net/
GNU General Public License v2.0
5 stars 1 forks source link

Safari (WebKit) on Windows: No focus for text input (when displaying stage swf) #114

Closed foobarlab closed 11 years ago

foobarlab commented 11 years ago

It is not possible to enter text to the chat field on Safari/Windows. This is due a bug in WebKit which prevents keyboard focus when wmode of the swf is set to transparent.

See also: http://stackoverflow.com/questions/7871189/flash-textfield-safari-cant-type-into-text-field-when-wmode-is-set-to-tra http://stackoverflow.com/questions/594821/object-focus-problem-with-safari-and-chrome-browsers http://stackoverflow.com/questions/886864/differences-between-using-wmode-transparent-opaque-or-window-for-an-embe http://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html#main_Browser_support_for_Window_Mode__wmode__values/fplayer10.1_hardware_acceleration_04.html

foobarlab commented 11 years ago

Looks like wmode set to direct gives the best possible performance boost (works since Flash version 10). See: http://labs.almerblank.com/2011/03/the-wmode-embed-parameter-de-mystified/

helenvarley commented 11 years ago

tested on mac using firefox, chrome & safari - able to input text both as audience & holding an av. it works! :)

foobarlab commented 11 years ago

tested and confirmed success on linux using chromium, chrome, firefox and opera.