CaioMeloSilva / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

[Enhancement] Allow to minimize Poster window #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Window should have minimize button.

Simply add minimizable to features variable for openDialog function in
overlay.js

window.openDialog(
      'chrome://poster/content/poster-window.xul','poster-'+(new
Date()).getTime(),'centerscreen,chrome,resizable,minimizable',null
   );

Actually, features should not be passed at all. That way new dialog would
be resizable and minimizable by default.

Original issue reported on code.google.com by andis.grossteins on 19 Apr 2010 at 8:33

GoogleCodeExporter commented 8 years ago
I fixed this a slightly different way.  All the firefox menus are now available 
along with minimization. 

Original comment by a...@milowski.com on 29 Mar 2011 at 3:12