Got a problem with a widget

It sticks if you don’t include id_base in $control_ops, when you pass it to WP_Widget in the constructor.

Looking at the core code it looks as though id_base is actually the first arg to WP_widget and the $control_ops array should only carry ‘width’ and ‘height’ keys.