mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
Monotone-Parent: b3600c7338751f5409cd7560c74becdc13e172f8
Monotone-Revision: 3c0fcfcac202c6097fb0fa37b97c52fef28e9c93 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-15T19:22:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -905,10 +905,8 @@ function onSearchMouseDown(event) {
|
||||
relX = (Event.pointerX(event) - superNode.offsetLeft - this.offsetLeft);
|
||||
relY = (Event.pointerY(event) - superNode.offsetTop - this.offsetTop);
|
||||
|
||||
if (relY < 24) {
|
||||
event.cancelBubble = true;
|
||||
event.returnValue = false;
|
||||
}
|
||||
if (relX < 24)
|
||||
Event.stop(event);
|
||||
}
|
||||
|
||||
function onSearchFocus() {
|
||||
|
||||
Reference in New Issue
Block a user