On Tue, Jun 13, 2000 at 09:52:56PM -0700, James Ramsey wrote:
> 1) Window stacking buglet:
> 
> I have xpdf set to be the helper application in
> Netscape for viewing PDF files. When I click on a link
> pointing to a PDF, the main xpdf window comes up, plus
> a little "splash" window saying "xpdf version 0.90 . .
> ." with an "OK" button. 
> 
> In Blackbox, when the "splash" window comes up, the
> main xpdf window jumps *behind* the Netscape window.
> This does not happen in E or Window Maker.
>

This happens because the 'splash' window is actually
netscape's window, not xpdf's, so when it gets the focus
netscape is raised with it. [xpdf writes out the text to
stdout/err, and netscape feels obligated for some reason
to pop up a dialog showing it.]

> 2) Menu buglet(?)
> 
> I know that if one middle-clicks on the maximize
> button on the titlebar, the window maximizes
> vertically only, and if one right-clicks the maximize
> button, the window maximizes horizontally only. The
> "Maximize" menu item works *almost* the same way,
> except that right-clicking it doesn't do anything.
> 

The problem here is that a right-click is interpreted
by the menus as 'close this menu'. This is easy enough
to change if you look in Basemenu::buttonReleaseEvent.
(The Windowmenu code already supports right-click
maximize, it just never gets that far.)

Jeff Raven

Reply via email to