Обсуждение: Regarding pending message moderation

Поиск
Список
Период
Сортировка

Regarding pending message moderation

От
Tatsuo Ishii
Дата:
Hi,

Please let me know if this is not an appropriate mailing list.

It is possible to view a pending message by clicking the "Subject" in
the message moderation page. However, it is not possible to follow the
link the page nor copy the link so that I can browse the link in a web
browser because once a mouse click hits the window, it closes. Am I
missing something?

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


Re: Regarding pending message moderation

От
Magnus Hagander
Дата:
On Mon, Feb 5, 2018 at 5:16 AM, Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
Hi,

Please let me know if this is not an appropriate mailing list.

It is possible to view a pending message by clicking the "Subject" in
the message moderation page. However, it is not possible to follow the
link the page nor copy the link so that I can browse the link in a web
browser because once a mouse click hits the window, it closes. Am I
missing something?

I ran into this the other day myself, wanting to to copy/paste from one of those preview windows. You are definitely not missing something, that's a pretty bad UX side-effect and it should be fixed.  I've added it here: https://gitlab.com/pglister/pglister/issues/10

--

Re: Regarding pending message moderation

От
Vik Fearing
Дата:
On 02/05/2018 01:44 PM, Magnus Hagander wrote:
> On Mon, Feb 5, 2018 at 5:16 AM, Tatsuo Ishii <ishii@sraoss.co.jp
> <mailto:ishii@sraoss.co.jp>> wrote:
> 
>     Hi,
> 
>     Please let me know if this is not an appropriate mailing list.
> 
>     It is possible to view a pending message by clicking the "Subject" in
>     the message moderation page. However, it is not possible to follow the
>     link the page nor copy the link so that I can browse the link in a web
>     browser because once a mouse click hits the window, it closes. Am I
>     missing something?
> 
> 
> I ran into this the other day myself, wanting to to copy/paste from one
> of those preview windows. You are definitely not missing something,
> that's a pretty bad UX side-effect and it should be fixed.  I've added
> it here: https://gitlab.com/pglister/pglister/issues/10

I looked at this and it's a pretty easy fix.  You just need to remove
the data-trigger attribute.  Patch against d8deca5 attached.
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

Вложения

Re: Regarding pending message moderation

От
Magnus Hagander
Дата:
On Mon, Feb 5, 2018 at 3:15 PM, Vik Fearing <vik.fearing@2ndquadrant.com> wrote:
On 02/05/2018 01:44 PM, Magnus Hagander wrote:
> On Mon, Feb 5, 2018 at 5:16 AM, Tatsuo Ishii <ishii@sraoss.co.jp
> <mailto:ishii@sraoss.co.jp>> wrote:
>
>     Hi,
>
>     Please let me know if this is not an appropriate mailing list.
>
>     It is possible to view a pending message by clicking the "Subject" in
>     the message moderation page. However, it is not possible to follow the
>     link the page nor copy the link so that I can browse the link in a web
>     browser because once a mouse click hits the window, it closes. Am I
>     missing something?
>
>
> I ran into this the other day myself, wanting to to copy/paste from one
> of those preview windows. You are definitely not missing something,
> that's a pretty bad UX side-effect and it should be fixed.  I've added
> it here: https://gitlab.com/pglister/pglister/issues/10

I looked at this and it's a pretty easy fix.  You just need to remove
the data-trigger attribute.  Patch against d8deca5 attached.

That indeed looks easy :)

Thanks, patch pushed! 


--