Jean-Marc Lasgouttes wrote:
> Feeling naughty today?
> And what about releasing xforms 1.1 instead? (That'll learn ya!)

As I recall, the only things holding us up were a desire to rmove this from
forms.c:

#if 1
    /* this is an ugly hack. This is necessary due to popup pointer grab
       where a button release is eaten. Really should do a send event from
       the pop-up routines */

    if (fl_pushobj && !button_down(fl_keymask) /* && event == FL_ENTER */ )
    {
        obj = fl_pushobj;
        fl_pushobj = NULL;
        fl_handle_object(obj, FL_RELEASE, xx, yy, key, xev);
    }
#endif

The presence of this is what is breaking the current LyX xforms frontend
which attempts to only repaint those bits of the screen taht have actually
changed. I guess we'll just have to revert that stuff because I have tried
and failed to fix the above hack properly.

Thereafter, I never got round to installing a PGP key, so I'll need your
help to upload the thing.

Am I missing anything?

-- 
Angus

Reply via email to