You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/29 23:55:03 UTC

[GitHub] [cloudstack] kohrar opened a new issue, #6787: UI: Public IP Tab - Pagination dropdown unusable

kohrar opened a new issue, #6787:
URL: https://github.com/apache/cloudstack/issues/6787

   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   ~~~
   UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   ~~~
   4.17.0.1
   ~~~
   
   ##### CONFIGURATION
   Standard install
   
   ##### OS / ENVIRONMENT
   N/A
   
   ##### SUMMARY
   The pagination dropdown is being hidden due to the overflow-y being set to scroll. As a result, the selections are being hidden inside a div rather than appearing in front.
   
   See the following gif for a better idea of what I mean:
   ![overflow-y](https://user-images.githubusercontent.com/4450716/193160738-4bacf2fd-5b32-4b80-ab6e-554826a41808.gif)
   
   
   ##### STEPS TO REPRODUCE
   This is happening on a number of pages. I'll use the public traffic network as an example.
   
   I am currently using Microsoft Edge 105.0.1343.42.
   
   1. Go to Infrastructure -> Zones -> zoneX -> Physical network -> public -> Traffic types
   2. Scroll down to the bottom of the list and click on the page size dropdown
   
   ##### EXPECTED RESULTS
   The dropdown menu should appear properly.
   
   ##### ACTUAL RESULTS
   The dropdown menu is appearing within a scrollable div.
   
   ##### Additional information
   I think this is being set here:
   https://github.com/apache/cloudstack/blob/main/ui/src/views/infra/network/IpRangesTabPublic.vue#L94
   
   I overrode the `overflow-y` value in the developer console to `none` and the dropdown renders properly.
   
   There are lots of instances where `overflow-y: auto` is set elsewhere and I see the same behavior on other pages as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud closed issue #6787: UI: Public IP Tab - Pagination dropdown unusable

Posted by GitBox <gi...@apache.org>.
rohityadavcloud closed issue #6787: UI: Public IP Tab - Pagination dropdown unusable
URL: https://github.com/apache/cloudstack/issues/6787


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #6787: UI: Public IP Tab - Pagination dropdown unusable

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #6787:
URL: https://github.com/apache/cloudstack/issues/6787#issuecomment-1263354119

   @kohrar using firefox the dropdown open dropping up. so it is usable. Do you see a change to try another browser (to exclude environmental issues)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org