Opened 16 years ago
Closed 15 years ago
#3628 closed bug (fixed)
MediaPlayer : Alt+M, Weird mouse clicks=Alt+B,Alt+C
Reported by: | mmadia | Owned by: | marcusoverhagen |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/MediaPlayer | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I'm not sure exactly how this happens. but it's happened at least twice so far.
Hide the menu, either Alt+M or select NoMenu.
Then in the controls region, right+middle click at the same or almost same time. After a few tries, both the border and controls will hide.
Note:
See TracTickets
for help on using tickets.
This one happened for other reasons. The VideoView would reset the mouse position, to prevent the screen saver to go off. There were two bugs with that, which I fixed some time ago. First, it would set the mouse even if a button was pressed. Second, it would use it's own coordinate system instead of the screen space, which then caused the mouse to move. Because of the way how the context menu works in MediaPlayer, this could end up selecting a menu item in the context menu, but so quickly that one never saw it.