[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: First mouse click in scroll bar is ignored
From: |
Stefan Monnier |
Subject: |
Re: First mouse click in scroll bar is ignored |
Date: |
13 Dec 2001 11:16:54 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50 |
>> but nobody has tried to debug it.
> At the time, I couldn't reproduce that, and neither could Gerd, IIRC.
I think it might depend on whether you compiled Xaw3d with SCROLLBAR_ARROWS
or not. My Xaw3d doesn't have arrows on its scrollbars and I see the bug.
But Gerd's Xaw3d does have arrows.
>> I seem to recall that it happened only for certain X toolkits. Is
>> that correct?
I think it's specific to Xaw3d, indeed.
> I have Emacs built with Xaw3d as well, and yet the problem doesn't
> happen for me.
Do you have arrows at each end of your scrollbar (and they behave
Motif-like) or do they look (and behave) like Xaw only with a 3d effect ?
> The only thing I can suggest is to fetch Xaw3d's sources, build them
> on the user's machine, and then try rebuilding Emacs. My Xaw3d is
> built by me, not supplied with the system.
I should try that indeed.
Also because when I tried to debug it I got stuck at the point where
Emacs calls Xt dispatcher and the dispatcher just doesn't do anything
(instead of calling back Emacs' scrollbar functions).
Stefan