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

[RTL] Dropdown cell type #8802

Closed
Tracked by #8760
Siemienik opened this issue Oct 1, 2021 · 3 comments · Fixed by #8893
Closed
Tracked by #8760

[RTL] Dropdown cell type #8802

Siemienik opened this issue Oct 1, 2021 · 3 comments · Fixed by #8893

Comments

@Siemienik
Copy link
Contributor

Siemienik commented Oct 1, 2021

Description

For RTL, the dropdown opens in the wrong possition and doesn't cover the current cell.

LTR RTL
image image

Reproduction:

  1. Use this configuration:
{
    data: [['black'], ['blue'], ['black'], ['gray']],
    columns: [
        {
            type: 'dropdown',
            source: ['yellow', 'red', 'orange', 'green', 'blue', 'gray', 'black', 'white']
        }
    ],
    licenseKey: 'non-commercial-and-evaluation'
};
@Siemienik Siemienik mentioned this issue Oct 1, 2021
68 tasks
@Siemienik Siemienik changed the title dropdownType [RTL] Dropdown cell type Oct 1, 2021
@Siemienik Siemienik linked a pull request Oct 21, 2021 that will close this issue
5 tasks
Siemienik added a commit that referenced this issue Nov 17, 2021
* Fixed an position of the htAutocompleteArrow when RTL mode is on
resolves: #8795

* Fixed an issue with opening position of the dropdown (autocomplete) editor.
Resolves: #8802

* Fixed an issue with checkboxes positions.
resolves #8797

* Update test to match new properties

* Update handsontable/src/plugins/filters/filters.scss
@Siemienik
Copy link
Contributor Author

close as done in #8893

@aninde
Copy link
Contributor

aninde commented Mar 14, 2022

Done in v12.0.0 https://jsfiddle.net/juwat790/

@AMBudnik
Copy link
Contributor

Closed with #8760 and developed and done in Handsontable v12.

For more information please check out our Release Notes - https://handsontable.com/docs/release-notes/#_12-0-0

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

Successfully merging a pull request may close this issue.

3 participants