Hi all,
The problem I'm experiencing only occurs in IE (6 and 7), Firefox is
working fine. It seems that the position information in BrowserEvent
is not populated when using IE.
I have an EventListener attached to a DIV element like this:
@EventListener(targets="createLinkLayer", events="onclick")
public void doAddLinkPosition(BrowserEvent event) {
log.debug("X: " + event.getPageX() + " Y: " + event.getPageY()
+ " Layer X: " + event.getLayerX() + " Y: " +
event.getLayerY());
... doSomehting ...
}
If the event is triggered using Firefox everything is fine. If using
IE none of the positions (Page / Layer) is available - all return
"null".
The problem appears in Jetty as well as Tomcat (although I don't
think this is relevant here).
Any ideas?
Thanks,
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]