# Known-issues with interaction handling inside pop-ups
//Pop-up in this case includes menus and popovers.//
There are quite some old and some new issues with pop-ups. Their increased usage after 2.80 means that users run into them more and more.
In this task all related known issues should be listed, to give a good view over the situation. Eventually it should help deciding how to move forward.
* Context Manual Help Operator does not work in context menus. (T67201)
* Add Driver : Clicking the picker doesn't work. (T58341)
* Popover: Color Sampling doesn't work. (T63890)
* No color drag'n'drop in Viewport Shading popover. (T70654)
* Eyedropper does nothing on "New" in Uv image editor (button is disabled as workaround). (T32396)
* Most ID selectors (like e.g. the 'target' ones in constraints and modifiers) do not show difference between local and linked IDs. Even worse, they do not allow to select linked ones when a local one exists with the same name. (T73156)
Most of these issues probably have similar roots (e.g. code not checking if `CTX_wm_menu()` can be used over `CTX_wm_region()`, but often times the former returns `NULL` when it shouldn't).