First find the offending element (either set a breakpoint in
RootPanel::isElementChildOfWidget in DevMode, or look for a parent
element with a __listener property using whichever tool your like in
"prod mode" –Firebug, Web inspector, Developer Tools, etc.–), then try
to understand why it could "be a widget" already; but without seeing
your code it's impossible to help you further more...