xxfxxf / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

Prevent wheel scrolling if the cursor isn't hovering over the CEF window #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open browser window.
2. Move cursor outside of browser window.
3. Use mouse scroll wheel.

What is the expected output? What do you see instead?
CEF should ignore mouse wheel messages unless the cursor is hovering over the 
window.  This would make behavior consistent with Firefox, IE, and Chrome. 
Right now, this is not the case.

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

Please provide any additional information below.
Attached a patch fixing this issue.

Original issue reported on code.google.com by ddxu...@gmail.com on 13 Sep 2011 at 5:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 8 Nov 2011 at 4:05