Create popup panel on avatar image only on mouse enter
Every time we make a AvatarImage, even if avatars are not enabled, a
new <div> is created in the top level document node to host a hidden
popup panel that can be used to display the larger avatar image. This
is horribly inefficient when loading a large page like "My > Changes"
with 100 changes on it.
Create the UserPopupPanel only when the mouse enters the AvatarImage
for the first time and the popup is actually displayed.
Change-Id: Ibda47f560137636d203653651540f8f7bb1dd995
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed