You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the UI has dropdown(nb-select component) and you scroll the page and click on dropdown the UI jumping issues happens in latest Chrome, Firefox and Safari in Mac as well as in Windows.
Current behavior:
If the UI has dropdowns, and as long as the screen does not had to be scrolled, the components/UI will display correctly. When we start scrolling the screen and the number of elements in the dropdown is large enough to overflow the next UI then UI jumps or UI pops up which cuts the remaining UI by making it blank. This happens in all browsers in Windows. In Mac Firefox this issue does not happen.
Expected behavior:
UI should not jump.
Normal behaviour of dropdown is expected even though scrolling happens or even if the many items are taken in the dropdown.
Click on any drown after scrolling, the same behaviour appers. Related code:
insert short code snippets here
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
The text was updated successfully, but these errors were encountered:
chaitrapdeshpande
changed the title
In all Browsers, nb-select component does not work properly after scrolling.
In all Browsers (Chrome, Safari, Firefox), nb-select component does not work properly after scrolling.
Jun 14, 2019
Hi @chaitrapdeshpande, thanks for reporting.
Looks very similar to #1443. Issue should be gone after upgrade to Nebular 3.6.1 or 4.1.0.
It will be fixed in ngx-admin when we finish migration to Nebular 4.
Issue type
I'm submitting a ... (check one with "x")
When the UI has dropdown(nb-select component) and you scroll the page and click on dropdown the UI jumping issues happens in latest Chrome, Firefox and Safari in Mac as well as in Windows.
Current behavior:
If the UI has dropdowns, and as long as the screen does not had to be scrolled, the components/UI will display correctly. When we start scrolling the screen and the number of elements in the dropdown is large enough to overflow the next UI then UI jumps or UI pops up which cuts the remaining UI by making it blank. This happens in all browsers in Windows. In Mac Firefox this issue does not happen.
Expected behavior:
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: