My 2 c€nts
http://gwt-code-reviews.appspot.com/78817/diff/15/1029 File user/src/com/google/gwt/user/client/ui/DisclosurePanel.java (right): http://gwt-code-reviews.appspot.com/78817/diff/15/1029#newcode62 Line 62: super(DOM.createAnchor()); Couldn't you use a FocusImpl instead, and therefore fix issue 1449? (might have implications with using focusable widgets within the header though, particularly when using FocusImplOld, so maybe there rather shouldn't be a ClickableHeader at all within DisclosurePanel, and defer the focus/open/close handling to the header widget instead; and provide a wrapper equivalent to this ClickableHeader for non-focusable/non-clickable widgets) http://gwt-code-reviews.appspot.com/78817 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
