Actualy all Focusable derived widgets has focusable and enable attribute. But enable has an highest priority on focusable. To be short, a disabled widget is not focusable.
In first reflexion this behavior is the best way to manage those two attributes.
But wouldn't it be better if a disabled widget could be focusable ?

