(1) The discrepancy in the number of tasks if the tasks belong to several task types:
- Select **Fashion** as a topic
- Go to Task type filter selection and select two task types - **Copyedit + Add link (a structured task)** - the count of tasks will be 8 (confirmed by Special:NewcomerTaskInfo).
{F35312349}
The actual number of articles **# of copyedit tasks=5 ** and **# of add link tasks=2** (`title: "Kabelka"` and `title: "Gigi Hadid"` are in both **Copyedit** and** Add link task** types:
```
Array(5) [ {…}, {…}, {…}, {…}, {…} ]
0: Object { tasktype: "copyedit", difficulty: "easy", title: "Tetování", … }
1: Object { tasktype: "copyedit", difficulty: "easy", title: "Gigi Hadid", … }
2: Object { tasktype: "copyedit", difficulty: "easy", title: "Křížek (znak)", … }
3: Object { tasktype: "copyedit", difficulty: "easy", title: "Kabelka", … }
4: Object { tasktype: "copyedit", difficulty: "easy", title: "Denisa Domanská", … }
length: 5
```
```
Array [ {…}, {…} ]
0: Object { tasktype: "link-recommendation", difficulty: "easy", title: "Kabelka", … }
1: Object { tasktype: "link-recommendation", difficulty: "easy", title: "Gigi Hadid", … }
length: 2
```
- Click **Done** to confirm the selection in the step above ( **Fashion** + **Copyedit + Add link (a structured task)**)
- the counter will display 5 tasks now to match the physical count of tasks.
(the gif illustrated the two steps above):
{F35312420}
(2) Going through articles in the post-edit dialog will at some point display non-active navigational arrows and incorrect count of suggestions.
- In the post-edit dialog click on the right arrow to see other suggested articles.
- At some point (I see most cases after 19th suggestions) the message "End of 20 suggestions" will be displayed with with **the back arrow button inactive**, but the forward arrow button will be display as active.
|{F35312429}|{F35312437}
- Another case - both arrow buttons are inactive.
{F35312434}
- The number in the message - e.g. "End of 20 suggestions" or "End of 3 suggestions" will not match the initial number of suggestions.