I have been searching for this for some time, but haven't got any explanation.
For "onclick" and other events in javascript, the event handler returning false means "prevent default action". However, there is one exception for "onmouseover". For "onmouseover", returning true means "prevent default action".
Why is there such a weird exceptional case for "onmouseover"?