G'day John,
"John J. Foerch" <[email protected]> writes:
> On Sat, Sep 24, 2011 at 04:30:33PM +0930, David Kettler wrote:
>>
>> Below is a version of the patch that I think does most of what you've
>> asked for. I've used an oblique font for the panel; I quite like the
>> appearance and it avoids the problems you pointed out with a smaller
>> font or grayed text. It's not quite right; there's a grey separator
>> that should be white.
>>
>
> The grey separator is a margin around the label. The following css makes
> it go away:
>
> .url-panel-value {
> margin: 0px !important;
> }
Thanks. Also, to avoid the minibuffer text running into the url-panel
text, we could do something like:
padding-left: 0.5em !important;
BTW, I noticed that the text baselines do not appear to be correctly
aligned after all, regardless of font.
> I agree that right justifying is a bad idea. What I would like to look
> into though is positioning by use of the flex attribute. I have
> experimented a bit with finding a good flex value, and I'm seeing
> something I can't fully explain: need for very large flex values on the
> url panel.
Thanks for looking into this. I've done some reading and tried some
variations, but haven't yet found a solution.
>> Another consideration is that I think we should aim for visual (and
>> programmatic) consistency between the url panel display and overlink
>> mode. If we use a special style (like oblique here) for the panel, then
>> the overlink display should do that too.
>
> I don't see this as a problem we need to address, as hinting and overlink
> are completely separate and unrelated features. The former only needs
> special styling because we're putting a lot of information into a small
> space and need to direct the user's eye.
I won't insist on the point, but the relationship I see is that the
purpose of both the url panel and overlink mode is to provide the user
with information on a link before following it. While the features are
separate and the kind of interaction is different, from the user's point
of view the same information is useful in each case.
Regards, David
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror