Re: Tab close button gets clobbered by tabs
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there, On Wed, Aug 17, 2011 at 09:44:16AM -0400, Jorge Arellano Cid wrote: > On Wed, Aug 10, 2011 at 05:31:38PM -0400, Jorge Arellano Cid wrote: > > On Tue, Aug 09, 2011 at 01:42:57AM +0000, corvid wrote: > > > Rob wrote: > > > > 2) From a practical standpoint, the old tabs seemed to behave a little > > > > nicer, in that they would adjust their size a little bit to show more > > > > of the title of the page opened in it. As it stands with Dillo 3, you > > > > can't see much of the title text before it gets an ellipsis. > > > > > > I, too, would prefer titles that were not so short and that didn't have > > > their descenders clipped. > > > > The attached code does this. I don't have much time now, so > > please give it a look. > > > > Maybe the main point is to decide how to code tab-overflow > > handling in a practical way (and to avoid complex code on the > > details/preferences, but having a few ;). > > Well, I haven't had much time these days, but gave it a try > anyway; Wow, this is full of details! [ ] tab overflow (code a handler) The idea is to have a tab overflow handler for the release. After sorting lots of details, the code I was making works, but adds lots of complexity for little gain, so I decided to try a different approach (adding all this stuff just before the release is too dangerous). Fortunately the second prototype works much better and is way simpler. I'll try to have it in the repo soon. If by some reason this doesn't happen by Aug 24, the release will roll without a polished tab overflow handler. > I hope to soon have something that works enough for the > release. In the meanwhile, the repo has had a good testing window > so the RC dance should be short. Please treat current repo as release candidate 1. -- Cheers Jorge.-