• Resolved alriknijdam

    (@alriknijdam)


    Hi there,

    Happy to use your quote function for a while now. There’s only one major improvement I can think of: The possibilty to start typing outside the quote, right now the cursor is inside the blockquote and my users struggle with it a lot. Especialy on mobile devices it seems impossible to end/type outside the blockquote.

    Took a look at the code and it is a quit simple fix if you edit /gd-bbpress-tools/js/front.js line 42 from:
    qout = '<blockquote class="d4pbbc-quote">' + title + qout + '</blockquote>';
    to
    qout = '<blockquote class="d4pbbc-quote">' + title + qout + '</blockquote><p></p>';

    If been doing it myself for a while now, but I thought I’d shared this simple solution with you, so you might consider using it in your next update.

    Best regards,
    Alrik

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion for better quote functionality’ is closed to new replies.