Backspaces and spaces do not work when editing simple filter value in explore chart
See original GitHub issueDescription:
When editing the value of a simple filter in explore box, backspaces and spaces are broken. It seems like they are not being entered into the filter value text box but are instead being entered into the filter column drop down. The space problem also occurs when editing custom SQL, which majorly breaks custom sql filters. The only workaround to type a space is to type the value/custom sql elsewhere and paste it into the desired textbox.
How often can this be reproduced? 100%
Steps to Reproduce:
- Create a table chart
- Click FILTERS drop down and select a column
- Type a space and observe that the space is entered into the filters drop down instead of the value text box
- Type a backspace and observe that the filter modal closes
Result:
After typing space: Space does not appear in filter value text box
After typing backspace: Modal closes
Expected Result:
After typing space: Space appears in filter value text box
After typing backspace: The character before the cursor disappears.
Screenshots
Environment
(please complete the following information):
- superset version:
master
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- I have checked the issue tracker for the same issue and I haven’t found one similar.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top GitHub Comments
Yes it’s fixed. thank you
@junlincc It’s been fixed by https://github.com/apache/incubator-superset/pull/11428, I think we can close this issue