Re: Text goes out of header area in html reports

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Text goes out of header area in html reports
Дата
Msg-id CA+OCxoy-wr+fedDvw1mbzi8ZRVRbw4Ueor4VgVGT82u2DqCtrQ@mail.gmail.com
обсуждение исходный текст
Ответ на Text goes out of header area in html reports  (Dhiraj Chawla <dhiraj.chawla@enterprisedb.com>)
Ответы Re: Text goes out of header area in html reports
Список pgadmin-hackers
Hi

On Wed, Dec 4, 2013 at 9:08 AM, Dhiraj Chawla
<dhiraj.chawla@enterprisedb.com> wrote:
> Hi,
>
> We have found that if the name of a database is too long (max limit allowed
> for a database name) and when we generate the reports (properties,
> dependencies, etc) for such databases, then the name of database in the
> header goes out of the header area. Attached is a snapshot of such a case.
> This is reproducible in case when the width of the browser in which you open
> the report is smaller than expected.
>
> I am attaching with this email a patch that fixes this issue. In this the
> patch what I have done is fixed the min-width of the header area so that the
> width of header area doesn't decrease when the width of the browser is
> reduced.
>
> Let me know your feedback on this.

I'm not sure I like the idea of setting the header to a minimum width
- that could mess up the display for people who want to narrow it and
have reasonable length names. Could we just use
"text-overflow:ellipsis;"?


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "J.F. Oster"
Дата:
Сообщение: Re: PATCH: Choose best width for Data Output columns of Query tool
Следующее
От: "J.F. Oster"
Дата:
Сообщение: PATCH: Save & restore last active panel in Options dialogue