From 4fd45e5827f378e1381f6b629c3d5b7ed028de60 2016-09-26 17:16:04 From: Matthias Bussonnier Date: 2016-09-26 17:16:04 Subject: [PATCH] Merge pull request #9967 from user5061/master Doc update. Add reasoning behind PopupWidget removal. --- diff --git a/docs/source/whatsnew/version3_widget_migration.rst b/docs/source/whatsnew/version3_widget_migration.rst index 1014abe..08856ee 100644 --- a/docs/source/whatsnew/version3_widget_migration.rst +++ b/docs/source/whatsnew/version3_widget_migration.rst @@ -11,7 +11,8 @@ Upgrading Notebooks "Widget" suffix was removed from the end of the class name. i.e. ``ButtonWidget`` is now ``Button``. 3. ``ContainerWidget`` was renamed to ``Box``. -4. ``PopupWidget`` was removed from IPython. If you use the +4. ``PopupWidget`` was removed from IPython, because bootstrapjs was + problematic (creates global variables, etc.). If you use the ``PopupWidget``, try using a ``Box`` widget instead. If your notebook can't live without the popup functionality, subclass the ``Box`` widget (both in Python and JS) and use JQuery UI's ``draggable()``