Hoi [EMAIL PROTECTED],

Op Sat, 25 May 2002 08:00:28 -0700
schreef [EMAIL PROTECTED]:

> Bugs item #560479, was opened at 2002-05-25 07:03
> You can respond by visiting: 
> http://sourceforge.net/tracker/?func=detail&atid=428680&aid=560479&group_id=40696
> 
> Category: Behaviour
> Group: CVS
> >Status: Pending
> Resolution: None
> Priority: 5
> Submitted By: Nobody/Anonymous (nobody)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: Toolbar pref changes stacking order
> 
> Initial Comment:
> Using this mornings CVS the window stacking order is
> changed when moving the toolbar.
> to reproduce:
> - open 2 overlapping windows on a workspace (eg Xterms)
> - right click toolbar and choose another placement
> - toolbar moves and the lower window is raised!
> - if not, raise the other window and try again.
> 
> The window stacking order is somehow not changed when
> moving the toolbar from Bottom Left to Bottom Middle.
> 
> The window stacking order also changes sometime when
> swithing the toolbar's AutoHide option from disabled to
> enabled.
> 
> 
> ----------------------------------------------------------------------
> 
> >Comment By: Sean 'Shaleh' Perry (shaleh)
> Date: 2002-05-25 08:00
> 
> Message:
> Logged In: YES 
> user_id=37132
> 
> I want to believe this, but perhaps this is simply auto
> raise happening?  The code should not be able to cause this:
> 
> void Toolbarmenu::Placementmenu::itemSelected(int button,
> unsigned int index) {
>   if (button != 1)
>     return;
> 
>   BasemenuItem *item = find(index);
>   if (! item) return;
> 
>   getScreen()->saveToolbarPlacement(item->function());
>   hide();
>   getScreen()->getToolbar()->reconfigure();
> 
>   // reposition the slit as well to make sure it doesn't
> intersect the
>   // toolbar
>   getScreen()->getSlit()->reposition();
> }
> 
> neither reposition() nor reconfigure() talk to any other
> object in blackbox but the toolbar or the slit.
> 
> the auto hide code is similar.
> 
> ----------------------------------------------------------------------
> 
> You can respond by visiting: 
> http://sourceforge.net/tracker/?func=detail&atid=428680&aid=560479&group_id=40696
> 

Hi Sean, SF timeouts; so here's an update: One of the Xterms has to be
vertically maximized. The toolbar changing place is probably affecting the
window placement.


Groetjes,
Wilbert


-- 
Wilbert Berendsen (http://www.xs4all.nl/~wbsoft/)
http://www.stoppoliceware.org/ http://digitalspeech.org/

Reply via email to