Closed
Description
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