Actions
action #68585
open[ui][ux][beginner] links to comments should ensure the comment is shown after the page is loaded, e.g. select correct paginated object
Status:
Workable
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
QA (public, currently private due to #173521) - future
Start date:
2020-07-02
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
E.g. see in https://progress.opensuse.org/projects/leap_151/activity?from=2019-05-21 mentioning the link
https://openqa.opensuse.org/group_overview/50#comment-39935
Following the link opens https://openqa.opensuse.org/group_overview/50 but neither scrolls down to comments nor does it select https://openqa.opensuse.org/group_overview/50?comments_page=16#comment-39935 which would be the right comments page
Acceptance criteria¶
- AC1: Following a comments link for a comment that is not shown on the first page ensures that the comment is shown
- AC2: Browser window scrolls to the comment to show it immediately
Suggestions¶
- Add test in t/ui/15-comments.t
- Find out how to identify the right comments page, probably in javascript
- Select comment page that shows the comment or ensure that the page is shown correctly by other means
- Ensure right comments page is selected
- Ensure the browser scrolls to the right anchor within the comments page
Further details¶
entrance level issue
Actions