Re: Floating objects
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 19, 2011 at 09:04:21AM -0300, Jorge Arellano Cid wrote: > Hi there, > > Well, time to focus on floating objects > (at least for me) > > @Johannes: what's the status and info we have from Sebastian > on his prototype so far? > > I vaguely remember there were some issues with the design, and > on whether to try to implement it inside the textblock or elsewhere. I don't know about these considerations, but I got some patches from Sebastian. I have them integrated in http://flpsed.org/hgweb/dillo_floats/ You can look at test/dw_float_test.cc to see how it should work. I also hooked it up to the CSS system, but real pages fail in funny ways. The obvious limitations are: * FloatSide only handles one float properly. * Rendereing and redrawing has obvious issues. * Clicks are not forwarded properly to floats. Cheers, Johannes