Skip to content

[Bug]: TextBox does not work with MacOSX backend #24372

Closed
@rkishony

Description

@rkishony

Bug summary

When creating widgets.TextBox with MacOSX backend, the text box is shown but cannot be edited.

Code for reproduction

%matplotlib osx
import matplotlib.pyplot as plt
from matplotlib.widgets import TextBox
TextBox(ax=plt.gca(), label='radius', initial='2')

Actual outcome

TextBox appear but is not active

Expected outcome

TextBox should allow editting

Additional information

No response

Operating system

osx

Matplotlib Version

2.5.3

Matplotlib Backend

MacOSX

Python version

3.10

Jupyter version

6.4.12

Installation

pip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions