GhostieMostie opened a new pull request, #40125:
URL: https://github.com/apache/superset/pull/40125

   ### SUMMARY
   
   Fixes the native dashboard value filter dropdown placement on short 
viewports / high zoom.
   
   When the dashboard filter bar is horizontal, the Select popup can auto-flip 
upward when there is not enough vertical space below the trigger. In the 
smaller-screen case described in #34135, that places the options menu over the 
input itself, hiding the field the user is interacting with.
   
   This keeps the Select popup aligned below its trigger for horizontal filter 
bars by disabling vertical auto-adjustment through `dropdownAlign`. Vertical 
filter bars and non-dashboard-filter contexts keep the existing behavior.
   
   Fixes #34135
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Not captured in this environment.
   
   ### TESTING INSTRUCTIONS
   
   1. Open the example Sales Dashboard.
   2. Reduce viewport height or increase browser zoom.
   3. Click a native value/select filter in the horizontal dashboard filter bar.
   4. Confirm the dropdown opens below the input instead of overlapping and 
hiding it.
   
   ### ADDITIONAL INFORMATION
   
   - [x] Has associated issue: #34135
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   Local tests not run; this was applied as a narrowly scoped GitHub fork patch 
without the full Superset frontend workspace installed.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to