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

Tabulator inputs trigger keyboard shortcuts #6852

Closed
1 task done
eaglesemanation opened this issue May 19, 2024 · 1 comment
Closed
1 task done

Tabulator inputs trigger keyboard shortcuts #6852

eaglesemanation opened this issue May 19, 2024 · 1 comment
Milestone

Comments

@eaglesemanation
Copy link

I'm experiencing the same issue as discussed in #6314, but only limited to Tabulator inputs

ALL software version info

Panel 1.4.2
JupyterLab 4.1.6

Description of expected behavior and the observed behavior

Expecting to enter any numbers without issues.
In reality, if I try to write numbers into tabulator widget - cell converts into markdown.
If I try to write into another input first and only then write into tabulator - works without any issues.

Complete, minimal, self-contained example code that reproduces the issue

import panel as pn
import pandas as pd
pn.extension("tabulator")
pn.Column(
    pn.widgets.IntInput(),
    pn.widgets.Tabulator(pd.DataFrame({"A": [0], "B": [1]}))
)

Stack traceback and/or browser JavaScript console output

Nothing helpful here

Screenshots or screencasts of the bug in action

Screencast.from.2024-05-19.14-44-12.webm
  • I may be interested in making a pull request to address this
@hoxbro
Copy link
Member

hoxbro commented May 20, 2024

This should be fixed with #6825, and will be released this week.

@philippjfr philippjfr added this to the v1.4.3 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants