On Tue, Aug 28, 2018 at 03:22:54AM +0200, hw wrote:
> Dominik Vogt writes:
>
> > On Mon, Aug 27, 2018 at 10:36:58PM +0200, hw wrote:
> >> Dominik Vogt writes:
> >>
> >> > On Sun, Aug 26, 2018 at 09:30:14PM +0200, hw wrote:
> >>
> >> > [...]
> >> >> IIUC, I explicitly told the window manager to
Hi !
I'm writing some FvwmScript, and I have a weird behaviour with the
TextField widgets. In order to be able to write into them, I must have
the mouse pointer over the field. Else, I'm not able to write into them
(can't click in the field, move the mouse and them write). Is there a
way to change
Well, I think this points to an off-by-one bug in Firefox's SessionStore.jsm
A quick peek into the source made me stumble over this:
Bottom and right coordinates are calculated there this way: bottom =
top + height
this will result in an off-by-1 bottom coordinate...
...shouldn't it be bottom =
On Tue, Aug 28, 2018 at 05:40:02PM +0200, Stefan Blachmann wrote:
> Well, I think this points to an off-by-one bug in Firefox's SessionStore.jsm
>
> A quick peek into the source made me stumble over this:
>
> Bottom and right coordinates are calculated there this way: bottom =
> top + height
> th
Dominik Vogt writes:
> On Tue, Aug 28, 2018 at 03:22:54AM +0200, hw wrote:
> [...]
>>
>> Thanks to your other post, I finally got this:
>>
>>
>> ,
>> | [fvwm][__explain_placement]: placed new window 0x1400010 'Mozilla Firefox':
>> | initial size 1280x2161
>> | desk 0 (current desk)
>>