FVWM: fvwm and mozilla

From: Felipe Leme <felipeal_at_felipeal.f2s.com>
Date: Fri, 04 May 2001 17:02:32 -0700

Hello,

I'm a long time fvwm user, and as I started to use mozilla, I'm facing
annoy problem: sometimes, when mozilla opens a popup window, that window
does not show fvwm buttons 1. 4 and 2 (exactly the ones I use).

That's very annoy, because I can't close the window with 1 click (which
is bound to my button 1). I worked-around this pbm by adding the same
action to button 3, but now I have an unecessary button in all other
applications, but I am curious to know the reason/solution of the problem.

I don't know if that is a fvwm or mozilla pbm (I believe in the 2nd
option :), but I didn't find any mention to it anywhere (not even in the
mailing list:
http://www.hpc.uh.edu/cgi-bin/w3glimpse/fvwm?query=mozilla&errors=0&maxfiles=50&maxlines=10).

The sample code below reproduces the problem:

--- test.html ----
<html>
<head>
<title>test</title>
<script language="javascript">
function popup() {
       var url="test.html";
       var opts =
"toolbar=no,status=no,location=no,menubar=no,resizable=no,height=320,width=490,scrollbars=yes";
       closer = window.open("", "CloserLook", opts);
       closer.focus();
       closer.location = url;
  }
</script>
</head>
<body bgcolor="white">
<a href="javascript:popup()">popup</a>
</body>
</html>

Any help is appreciated.

Thanks,

Felipe

PS: please CC me the answer in private too, as I don't belong to the
mailing-list

--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Fri May 04 2001 - 16:20:30 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:51 BST