ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

weakref to enable gc + setting children with iterable + fix various tooltips

Open fleming79 opened this issue 1 year ago • 3 comments
trafficstars

Replaces https://github.com/jupyter-widgets/ipywidgets/pull/3893. Commits have been tidied up.

Resolves

  • [x] #3860
  • [x] #3703
  • [x] #728
  • [x] #3440
  • [x] #1345

fleming79 avatar May 26 '24 01:05 fleming79

Binder :point_left: Launch a binder notebook on branch fleming79/ipywidgets/weakref

github-actions[bot] avatar May 26 '24 01:05 github-actions[bot]

@vijayi1 Thanks for pointing that out. Attached are files for the latest .

files.zip

fleming79 avatar Sep 10 '24 09:09 fleming79

@fleming79 , the fix works for me, thanks. the table below summarizes the behavior with and without the fix for the text, dropdown, checkbox and button widgets. (note line 3, the behavior was inconsistent across widgets previously. if someone expects nothing to be displayed, with the fix they would have to set the tooltip to an empty string)

image

vijayi1 avatar Sep 10 '24 22:09 vijayi1