4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript552 stars (552 stars)49 forks (49 forks)batch import
buggood first contributionhelp wanted
Description
- Sort by link not clickable in Chrome.
- Change sort by (in firefox) does not work. (also manually constructing URL does not work)
eg:
#sort=alph
#sort=date
- Issue type
- bug
- Research direction
- Investigate the sort functionality in the frontend JavaScript code, likely within the issues page template. Check for hashchange event listeners that parse the #sort parameter. Test the clickable link and hash change behavior in both Chrome and Firefox to identify the specific JavaScript or CSS issues. Look at the relevant files handling URL hash and sorting logic.