On Mon, Jun 02, 2008 at 05:24:57PM +0100, Jeremy Henty wrote:
On Mon, Jun 02, 2008 at 04:26:55PM +0200, Johannes Hofmann wrote:
... there is a new fltk2 snaphot (r6132) available.
Thanks, I just upgraded. A nice change: the build now completes successfully without X windows running (it used to build the library but fail to build some of the apps, which was annoying).
It contains a bugfix for the weird green artifacts in the FileChooser.
By the way, when I was refactoring the form parsing code recently I saw those same artifacts on my form test page. They came and went as I changed the code: sometimes they didn't appear at all, sometimes a reload would get rid of them, sometimes I had to go back and forward in the navigation history to get rid of them. Since I was not touching any widget code I assumed I was triggering some sporadic bug in Dillo or FLTK. Let's see if the new FLTK behaves any better!
This may well have been the same bug. UpBox was accessing uninitialized memory. Please let me know, if that problem still exists on your test page. Regards, Johannes