-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.4.18, 10.2.1
-
Component/s: UI
-
None
-
Severity 3 - Minor
Issue Summary
When using the drop-down scroll bar for pagination in the pull request creation interface, the next page of items does not load, resulting in missing entries. This bug might also impact other dropdowns with pagination.
Steps to Reproduce
Step 1
- Log in as a user with access to more than 26 forks (27 items in this case).
- Navigate to the pull request creation page.
- Observe the default selected fork in the drop-down menu.
Step 2
- Attempt to scroll through the drop-down using the scroll bar.
- Note that only 25 items are displayed, and the last fork is missing.
- Check the Network tab to confirm that only one page request is made.
- Now, scroll using the mouse wheel or touchpad to see the next page loads correctly (dropdown shows all 26 remaining items, excluding 1 selected by default).
Expected Results
The drop-down pagination should load additional items when scrolling using the drop-down scroll bar. All forks (26 remaining items, excluding the 1 selected by default) should be visible regardless of the scroll method used.
Actual Results
When scrolling using the drop-down scroll bar, only 25 items are displayed, and the last fork is missing. Only one page request is made (visible in the Network tab). Scrolling via the mouse wheel or touchpad works correctly and loads the next page as expected.
Workaround
Scroll through the drop-down list using the mouse wheel or touchpad instead of the drop-down scroll bar. This triggers the next page request correctly and displays all items.
- is blocked by
-
BBSDEV-35427 Loading...