Bug #23534
openproduct repositories page updates page spacing after product#show responds
Description
Version: nightly
To reproduce:
1. Navigate to a product in Katello
Actual:
The page loads with many requests, the last being products#show, and the UI elements are updated as responses come in; however, the page gets about 30px longer as the product name in the breadcrumb is loaded in.
Expected:
The page loads with many requests, and the UI elements are updated as responses come in; however, the page spacing is unaffected.
Why this is a problem:
When users first navigate to the page, the repositories are shown right after the loading screen. If I try to click a link/checkbox on a repository at the same time the products#show response comes back, the page moves down ~30px, and my mouse clicks on the wrong repository. It's mostly just annoying, but it could cause real problems.
Files