Opened 13 years ago

Closed 5 years ago

Last modified 4 years ago

#7606 closed bug (invalid)

MediaPlayer always on top bug.

Reported by: cipri Owned by: stippi
Priority: normal Milestone:
Component: Applications/MediaPlayer Version: R1/alpha2
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

If you start mediaplayer, then you can change the workspace and the mediaplayer doesnt move to the active workspace. Now if you select Always on top, and then deselect again always on top, the mediaplayer keeps active on all workspaces, even if the settings are identically like at the beginning.

Change History (8)

comment:1 by ariza09, 12 years ago

(Google Code-in)

Haiku revision: hrev42211 still a bug.When always top option enabled, the application seen in all workspaces but when the option is disable still the application seen in all workspaces . System: Haiku hrev1-alpha3 on VMware workstation 8 on windows 7 32 bit

comment:2 by Freeman, 11 years ago

System: Haiku R1Alpha4.1 on Virtualbox v4.2.4r81684 Windows 7 Ultimate x64.

Mediaplayer still moves to the active workspace, and is always on all of the workspaces regardless of always on top option(tested with 2x2).

comment:3 by cipri, 11 years ago

Yes, it's a little bug, I wonder that stippi didn't fix it. The fix is easy, because I came across this bug, when I wanted to see how stippi implemented "always on top", so that my game "puri" (chess game) has the same ability. It's just a simple matter of setting some flags. So, I will write a patch on weekend, if nobody doesnt want to do it.

in reply to:  3 comment:4 by Freeman, 11 years ago

Replying to cipri:

Yes, it's a little bug, I wonder that stippi didn't fix it. The fix is easy, because I came across this bug, when I wanted to see how stippi implemented "always on top", so that my game "puri" (chess game) has the same ability. It's just a simple matter of setting some flags. So, I will write a patch on weekend, if nobody doesnt want to do it.

I would do it if I know how :D

comment:5 by cipri, 11 years ago

Now I remember, that I have to wait for the haiku nightlies of 64bit version to be able to install haiku (since i dont want to install vmware again). So, if it's not something urgent, I fix this kind of media player issues perhaps around x-mas and will do also other small improvements to the UI.

comment:6 by pulkomandy, 9 years ago

MediaPlayer uses the B_FLOATING_ALL_WINDOW_FEEL to float over other windows. However, this also makes it visible on all workspaces (this is the documented behavior in the Be Book). However I don't see a way to make the window "always on top" without doing that.

comment:7 by waddlesplash, 5 years ago

Resolution: invalid
Status: newclosed

I don't think it would make sense to, anyway.

comment:8 by nielx, 4 years ago

Milestone: R1

Remove milestone for tickets with status = closed and resolution != fixed

Note: See TracTickets for help on using tickets.