I understand the reasons for compiler/interpreter language extensions but why is behaviour that has no valid definition allowed to fail silently/do weird things rather then throwing a compiler error?
I have GridPanel and TreePanel instances. Elements from GridPanel could be dragged into the treepanel. But I can\'t detect which tree node receives these dragged items.