Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening dropdown on fixed row opens wrong way #6045

Open
jeremy-smith-maco opened this issue Jun 7, 2019 · 3 comments
Open

Opening dropdown on fixed row opens wrong way #6045

jeremy-smith-maco opened this issue Jun 7, 2019 · 3 comments

Comments

@jeremy-smith-maco
Copy link
Contributor

Description

The dropdown on a fixed row will open downwards if not scrolled to the bottom of the table. It should be opening upwards.

Steps to reproduce

  1. Set minSpareRows above 0
  2. Have a dropdown type cell
  3. Open dropdown cell

Demo

http://jsfiddle.net/tv174upw/1/

Your environment

  • Handsontable version: 6.0.1
  • Browser Name and version: Chrome Version 69.0.3497.100
  • Operating System: Windows 10
@AMBudnik
Copy link
Contributor

AMBudnik commented Jun 10, 2019

Thank you for sharing the issue report. You're right. Now it looks like the dropdown is broken. The 96-row data needs to be visible to get the list of options.
However, I do not see the minSpareRows settings in the example so I don't think that we need those. The functionality is broken with our without them.

@pnowak
Copy link
Contributor

pnowak commented Aug 27, 2020

This issue is still replicable using v8.0.0. Here's an updated demo - https://jsfiddle.net/ot8k9cgb/

@AMBudnik
Copy link
Contributor

It works the same in v8.2.0 http://jsfiddle.net/handsoncode/kondga26/.
We can only see the list of options when we scroll all the way down.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants