henchmanc / chrome-toolbox

Automatically exported from code.google.com/p/chrome-toolbox
0 stars 0 forks source link

Videos on YouTube.com freeze randomly when chrome-toolbox is enabled #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable Chrome-ToolBox extension
2. Naviate to YouTube.com
3. Watch any video
Result: Video will freeze after a variable amount of time
4. Disable Chrome-Toolbox
5. Re-watch the same video
Result: Video will play through to completion.

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

Expected: Video will complete with no issue
Found: Video freezes after a variable amount of time

What version of the product are you using? On what operating system?
Chrome: 30.0.1599.69 m
Toolbox: 1.0.32
OS: Windows 7

Please provide any additional information below.
I found that disabling the toolbox fixed this issue on google forum: 
http://productforums.google.com/forum/#!topic/chrome/Xty1K9XxJJo

Additionally this issue does not seem to effect YouTube videos embedded in 
non-YouTube.com webpages in my experience.

Original issue reported on code.google.com by nojhli...@gmail.com on 8 Oct 2013 at 7:27

GoogleCodeExporter commented 9 years ago
Hotfix: 
navigate to C:\Users\<username>\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\fjccknnhdnkbanjilpjddjhmkghmachn\1.0.32_0\floating_bar.j
s

add two forward slashes before line 157, as so: 
    //.addEventListener('mouseout', hidden , false)

Commenting out this line removes the error.

Original comment by contr...@gmail.com on 9 Oct 2013 at 5:09

GoogleCodeExporter commented 9 years ago
Really this hotfix removes the youtube error but when the mouse pointer hoves 
over an image the floating toolbar (magnifier, etc) doesn't work properly.

Original comment by r.castan...@gmail.com on 15 Oct 2013 at 2:08