Usability Issue (Post "Moderator Tool" Selection)

Bug Reports

Suggested Topics


  • 0 Votes
    7 Posts
    481 Views

    @pitaj

    Environment setup details
    NodeBB => 12 Pods(each pod of 4GB RAM)
    MondeDB => 1pod(4 core machine)

    We are using NodeBB in "Sunbird platform". While we do benchmark of NodeBB API's, we have noticed this issue.

    Most of the {userslug} API's are not performaing well(throughput around 140) as metioned by @venkat123 in the above thread.

    /api/user/venkat123 /api/user/venkat123/upvoted /api/user/venkat123/downvoted

    Where as Category read API's are performing well. We are alble to get better through put around 1200.

    /api/category/:cid
  • 0 Votes
    3 Posts
    352 Views

    @baris Thanks! That seems to have fixed the issue.

  • 0 Votes
    1 Posts
    209 Views

    NodeBB Version:
    1.10.2.
    (I have no more developer information about the used NodeBB as i am not a administrator)

    Exact steps to cause this issue:

    Open a existent thread Go with Tab key to 'Topic Tools' button Hit Cursor-Down Sub-menu opens Hit Cursor-Down Cursor stucks in item 'Lock Topic', next item in sub-menu is not selected

    What you expected:
    I expected to reach all menu items in sub-menu with Cursor-Down key as in other buttons sub-menues

    What happened instead:
    Cursor stucks in first item of sub-menu and next items can not be selected

    Additional:
    Submenu items reachable by mouse
    Keyboard access is needed for accessibility

    Sub-menu items of 'Topic Tools' not reachable by keyboard · Issue #7100 · NodeBB/NodeBB

    NodeBB version: 1.10.2. (I have no more developer information about the used NodeBB as i am not a administrator) Exact steps to cause this issue: Open a existent thread Go with Tab key to 'Topic Tools' button Hit Cursor-Down Sub-menu ope...

    favicon

    GitHub (github.com)

    A webdev in our company said:

    This is because NodeBB uses a hidden class to hide the opposite value (lock/unlock) so focus is lost when going over the hidden element.
    .
    This could be fixed by using a hidden attribute on the <li> element but the toggleClass code is in NodeBB core not the theme code.

    There is a need to fix this because accessibility by keyboard is important for some disabled or without-mouse users.

  • 0 Votes
    25 Posts
    7k Views

    That's great to hear, we really put a lot of work into 0.5.1 in terms of optimizations. Let us know if the freezing issue happens again.

  • Issue after upgrade v.0.3.2

    Bug Reports
    0 Votes
    8 Posts
    3k Views

    If you don't have an emailer setup follow this http://community.nodebb.org/topic/1008/#7372