Recent content by Quy Ton

  1. Q

    Fixed Make text consistent with Share link

    Click on the copy icon in the Share tooltip of a post: Click the link icon in the Share buttons at the bottom of the page: Make both text be the same.
  2. Q

    Fixed Add aria-hidden="true" attribute to Like icon

    In thread view, add aria-hidden="true" to <i>? <i></i><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="reaction-sprite js-reaction" alt="Like" title="Like" />
  3. Q

    Side-effect of guest page caching?

    View as a guest. Click on New posts. Click on the latest reply/link that is A moment ago. Sometimes, you don't see the reply right away. You have to wait a minute or a few minutes and click the link again before you can see the reply. Is this the expected behavior of guest page caching?
  4. Q

    Won't fix Remove empty class attribute

    If class="" serves no purpose, remove it? <a href="{{ link('threads' . (($thread.isUnread() AND !$forceRead) ? '/unread' : ''), $thread) }}" class="" data-tp-primary="on" data-xf-init="{{ $canPreview ? 'preview-tooltip' : '' }}" data-preview-url="{{ $canPreview ? link('threads/preview'...
  5. Q

    Fixed Duplicate attribute: data-xf-init & type="password"

    Is it an issue to have data-xf-init listed twice? <textarea rows="1" name="title" data-xf-init="textarea-handler" data-single-line="true" class="input js-titleInput " autocomplete="off" maxlength="150" placeholder="Please report your bugs...
  6. Q

    Fixed Add aria-hidden="true" attribute

    Add aria-hidden="true" to <i> in Share this page widget. <a class="shareButtons-button shareButtons-button--brand shareButtons-button--pinterest" data-href="https://pinterest.com/pin/create/bookmarklet/?url={url}&amp;description={title}"> <i></i> <span>Pinterest</span> </a> <a...
  7. Q

    Fixed Remove commented markup

    When viewing page source, there are commented markup. Should they be removed?
  8. Q

    Fixed Add Optional to bookmark Labels

    Message is marked optional, but Labels is not implying that it is mandatory. Add Optional after Labels to make it clear.
  9. Q

    Fixed Change &amp; to &

    Under Forums > Custom thread fields > Add field >Options for text fields > PHP callback Change: \XF\CustomField\Definition $definition, &amp;$value, &amp;$error to: \XF\CustomField\Definition $definition, &$value, &$error[/I][/I]
  10. Q

    Fixed Add horizontal rule in Content tagging

    Add horizontal rule in Content tagging to be consistent with News feed and Search options in Setup > Options. See screenshots.
  11. Q

    Fixed Adjust tag length max limit option

    Under Setup > Options > Content tagging > Tag length limit, adjust option so the max value cannot exceed 100.
  12. Q

    Fixed Trophy points should be disabled when Trophies is disabled

    On the Trophies page, Trophy points is disabled, however, on the User title ladder page, Trophy points is not disabled. It should be disabled on both pages.
  13. Q

    Fixed Trophy points should be disabled when Trophies is disabled

    Trophies option is disabled, but under User title ladder page, the radio for Trophy points is not disabled.
  14. Q

    Fixed User name length maximum limit

    Probably apply the same change under Create new user and Edit user on the backend.
Back
Top Bottom