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. -- -- Rogut?s Sparnuotos
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... Cheers, Johannes
Qui, 2009-02-12 ?s 18:17 +0100, Hofmann Johannes escreveu:
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...
Cheers, Johannes
I did notice these things when I started work on the button, and I had always noticed that corruption, but since noone complained I thought it was a problem with my Compiz/Nvidia drivers or the like (i've been having some issues with them already). The workaround is indeed nasty to implement. Are you thinking of recreating the TabGroup class? Sending a redraw event to the UI also seems to fix this issue, the problem is finding the right spot to do it. Good luck, any help, just say, Jo?o
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
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.-
participants (4)
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de
-
jorl17.8@gmail.com
-
rogutes@googlemail.com