Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-10 Thread Mark Weiman
On Thu, 2017-03-09 at 17:58 -0600, Nicholas Sielicki via aur-dev wrote: > lfleischer suggested (on the thread quoted above) that one potiential solution > could be a link towards the bottom of long comments that ties into javascript, > where one could click to expand it. I think that's a much bette

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-10 Thread Loui Chang via aur-dev
On Fri 10 Mar 2017 06:12 +, Radostin Stoyanov via aur-dev wrote: > I like the idea of expanding the long comments and an easy solution > using JQuery could be adding link or button: > > Expand (on click) -> $(this).closest('p').css("max-height", "none"); > > Condense (on click) -> $(this).clo

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Radostin Stoyanov via aur-dev
Hi all, I like the idea of expanding the long comments and an easy solution using JQuery could be adding link or button: Expand (on click) -> $(this).closest('p').css("max-height", "none"); Condense (on click) -> $(this).closest('p').css("max-height", "10em"); I tested in the browser console w

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Loui Chang via aur-dev
On Thu 09 Mar 2017 16:35 -0800, Bruno Pagani via aur-dev wrote: > > At least for me, seeing only a small portion of the comment at a time makes > > it much harder to fully grok, particularly when it comes to things like > > logs, error messages, patches, etc. > > Those should rather be pasted on p

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Bruno Pagani via aur-dev
Le 09/03/2017 à 15:58, Nicholas Sielicki via aur-dev a écrit : > On Sun, 2016-03-06 at 22:09 +, Eric Engestrom wrote: >> Hi all, >> >> Every now and then, someone will post a huge dump (log, error messages, >> etc.) to the AUR comments. Besides being usually useless, those comments >> force ev

Re: [aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Eli Schwartz via aur-dev
On 03/09/2017 06:58 PM, Nicholas Sielicki via aur-dev wrote: > About one year ago this change was proposed and committed to limit the height > of comments on AUR pages. (If you're looking for it in your inbox, this post > took place on the aur-general list, not on aur-dev.) > > I'm posting becaus

[aur-dev] Stop limiting the height of AUR comments?

2017-03-09 Thread Nicholas Sielicki via aur-dev
On Sun, 2016-03-06 at 22:09 +, Eric Engestrom wrote: > Hi all, > > Every now and then, someone will post a huge dump (log, error messages, > etc.) to the AUR comments. Besides being usually useless, those comments > force everyone to scroll for a while before getting to the next comment. > > Wh