Re: Threadview for messages: really cool but big flaw

From: "Jonathan S(dot) Katz" <jonathan(dot)katz(at)excoventures(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-www(at)postgreSQL(dot)org
Subject: Re: Threadview for messages: really cool but big flaw
Date: 2013-06-17 02:57:47
Message-ID: 6D1E4B3E-9627-4DC1-AEB7-FAC21FB65E65@excoventures.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Jun 16, 2013, at 10:29 PM, Jonathan S. Katz wrote:

> On Jun 16, 2013, at 9:09 PM, Josh Berkus wrote:
>
>> Folks,
>>
>> I just noticed the nifty "threadview" drop-down on each message in the
>> archives, which would really make my life a lot easier as CFM ... except
>> that it's unreadable for long threads. Look here for example:
>>
>> http://www.postgresql.org/message-id/CAB7nPqTAfWy_VY6PKdM_eg7snG9Z2+MAH+N85FW7AGDNgUmqsw@mail.gmail.com
>>
>> The basic issue is that, on a long discussion thread, indenting pushes
>> the thread off the right side of the page. What if we just removed the
>> indenting?
>
> Probably would be better to set the CSS property "overflow-x" to "auto" as opposed to hidden - that way we can keep the indenting to show the progression of the thread but we can still scroll and see the info.

Here is a patch for exactly that. This is in the pgarchives project

Jonathan

Attachment Content-Type Size
overflow.patch application/octet-stream 1.7 KB
unknown_filename text/plain 1 byte

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2013-06-17 05:47:11 Re: Threadview for messages: really cool but big flaw
Previous Message Jonathan S. Katz 2013-06-17 02:29:00 Re: Threadview for messages: really cool but big flaw