On Thu, Feb 12, 2009 at 06:17:04PM +0100, Hofmann Johannes wrote:
Hello,
On Thu, Feb 12, 2009 at 06:43:44PM +0200, Rogut?s Sparnuotos wrote:
Hello,
Some redrawing bug got uncovered with the close-tab button. Open dillo, click on bookmarks, hit ctrl-t and ctrl-q - the "km" part of the "Bookmarks" tab title is shown in white on the "Clear the URL box". Now click ctrl-t and the close-tab button - the whole "Bookmarks" title is shown in white over the toolbar. In the first case, it is hardly noticeable, but it is when using the new button.
I guess this is http://fltk.org/str.php?L2062 I'm thinking about the workaround suggested by AlbrechtS. It's a bit nasty to implement though...
Yeah, I'm also not for implementing this. We've had already a tough time with the close-tab button. For the short term, I'd try to ask AlbrechtS for inclusion of his fix in the next FLTK2 release. On the long term, it'd be nice to re-implement tabs without the TabGroup widget inside Dillo (i.e. like the control Panel). This way we can use native fltk widgets and avoid problems. All of this is minor compared with the hidden goal: to avoid having multiple pages rendered at the same time. With dillo's speed we can just save different navigation stacks and render tabs on demand. This would reduce memory footprint to a single page no matter how many tabs are openned. -- Cheers Jorge.-