I am having a problem with an imagemap I have placed inside a powertip module. whenever I click it, the powertip closes. this does not occur when clicking any other links inside the window. the only difference is this href is pointing to a javascript function that subsequently calls other functions which should update another
inside the powertip. is there a way to prevent powertip from closing when this happens or is this another bug?
This is really hard to diagnose without seeing an example.
My best guess is that this is a quirk with image maps or that there is another (invisible) element above the hover element.
PowerTip will close if the document receives a click and the event.target is not the element that the tooltip is open for. (see: tooltipcontroller.js). It is possible that in this case the imagemap element is actually the event target.
Closing this issue because there has been no additional information given for some time. Please comment here if you can reproduce the problem and give me information or an example to help me diagnose it in the future.
I am having a problem with an imagemap I have placed inside a powertip module. whenever I click it, the powertip closes. this does not occur when clicking any other links inside the window. the only difference is this href is pointing to a javascript function that subsequently calls other functions which should update another
last comment should have <div> after "another" and before "inside"
This is really hard to diagnose without seeing an example.
My best guess is that this is a quirk with image maps or that there is another (invisible) element above the hover element.
PowerTip will close if the document receives a click and the
event.target
is not the element that the tooltip is open for. (see: tooltipcontroller.js). It is possible that in this case the imagemap element is actually the event target.Closing this issue because there has been no additional information given for some time. Please comment here if you can reproduce the problem and give me information or an example to help me diagnose it in the future.