IDEMPIERE-4786 : Link popup should not be opened at cursor location (#684)
This commit is contained in:
parent
0da2eb5bd2
commit
8d234a8d49
|
@ -283,7 +283,7 @@ public class BreadCrumb extends Div implements EventListener<Event> {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
linkPopup.setPage(pathLabel.getPage());
|
linkPopup.setPage(pathLabel.getPage());
|
||||||
linkPopup.open(pathLabel);
|
linkPopup.open(pathLabel, "after_start");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
pathLabel.addEventListener(Events.ON_CLICK, listener);
|
pathLabel.addEventListener(Events.ON_CLICK, listener);
|
||||||
|
|
Loading…
Reference in New Issue