Opened 13 years ago

Closed 13 years ago

#7583 closed bug (fixed)

SAT: in Stack, more than one window visible

Reported by: cipri Owned by: czeidler
Priority: normal Milestone: R1
Component: Add-Ons/Decorators/Default Version: R1/Development
Keywords: SAT Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by anevilyak)

I'm using hrev41759

how to reproduce the bug: Open MediaPlayer, Open the playlist of the mediaplayer. Now stack that two windows together. Make the playlist-window the active window. Now make the window bigger and smaller till you see two windows instead of one. That means, the window below is sometimes bigger than the window above and so you see sometimes two windows instead of one.

Idea to solve that bug: For example I can imagine, that you could introduce a new option to the bwindow to be able to the window to the state "show just title bar". And then when you stack windows set all windows to "show just title bar" except the active window. And when you change to another window in the stack, then tell that window how much to resize, then make it "fully visible" and make it the active window, and then set the other window, which was the active window, to "show just title bar" and so on... I guess in current situation all windows in stack get the information to resize when the active window resizes.

That bug doesnt happen all the time. I guess it's because the windows in that case of the mediaplayer have different borders. In a stack with all windows having the same border, it seems it works fine.

Change History (4)

comment:1 by cipri, 13 years ago

I seems I made a wrong guess. It's not because of different window-borders. I guess, it's because the mediaplayer refuses in some cases to resize properly.

comment:2 by cipri, 13 years ago

Yes, it seems it's because of restricions (like the menu-bar) the media can't resize to any size, and that's why that effect happens. So perhaps that kind of problems could be indeed solved, if in the case of inactive stacked windows, just the "title bar" is visible.

comment:3 by anevilyak, 13 years ago

Component: - GeneralAdd-Ons/Decorators/Stack And Tile
Description: modified (diff)
Owner: changed from nobody to czeidler
Version: R1/alpha2R1/Development

comment:4 by czeidler, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev42280.

Note: See TracTickets for help on using tickets.