Issue 3790 in pharo: minimise with no other un-collapsed windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3790 in pharo: minimise with no other un-collapsed windows

pharo
Status: Fixed
Owner: [hidden email]

New issue 3790 by [hidden email]: minimise with no other  
un-collapsed windows
http://code.google.com/p/pharo/issues/detail?id=3790

Just so that, upon minimise with no other un-collapsed windows, the World  
gets keyboard focus (keyboard shortcuts) and taskbar appears correct...

In PasteUpMorph, instance side:

navigateVisibleWindowForward
  "Change the active window to the next visible and
  not collapsed window."

  self nextVisibleWindow
   ifNil: [SystemWindow passivateTopWindow]
   ifNotNil: [:m | m activate]



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3790 in pharo: minimise with no other un-collapsed windows

pharo

Comment #1 on issue 3790 by [hidden email]: minimise with no other  
un-collapsed windows
http://code.google.com/p/pharo/issues/detail?id=3790

in 13078


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3790 in pharo: minimise with no other un-collapsed windows

pharo
Updates:
        Status: Closed
        Labels: Milestone-1.3

Comment #2 on issue 3790 by [hidden email]: minimise with no other  
un-collapsed windows
http://code.google.com/p/pharo/issues/detail?id=3790

(No comment was entered for this change.)