rickysarraf / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

Mac OSX Options Window cannot be closed or moved #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
De fet no apareix ni com a finestra, i no hi ha ni els botons "D'acord" i 
"Cancel·la" ni el "Tanca".

Possible solució: https://developer.mozilla.org/en/XUL/prefwindow

Note for Mac OS X: a common way of opening modal windows on Mac OS X that are 
not attached as a sheet to the main window is to use 
nsIWindowWatcher.openWindow() with a null parentWindow. This does not work with 
prefwindows, breaking the general behavior of the window and in particular the 
list of prefpanes. Prefer the classical window.openDialog() with the following 
window features: "chrome,titlebar,toolbar,centerscreen,dialog=yes".

Original issue reported on code.google.com by marc.r...@gmail.com on 8 Jun 2012 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 109 has been merged into this issue.

Original comment by marc.r...@gmail.com on 15 Mar 2013 at 5:54

GoogleCodeExporter commented 9 years ago

Original comment by marc.r...@gmail.com on 15 Mar 2013 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in r205.

Original comment by marc.r...@gmail.com on 1 Aug 2013 at 4:48