Ajax Update Container and Mouse Move events issue on IE browser
Ajax Update Container and Mouse Move events issue on IE browser
- Subject: Ajax Update Container and Mouse Move events issue on IE browser
- From: Raghavender <email@hidden>
- Date: Tue, 19 Jan 2010 09:29:09 +0530
Hi,
I am working on WebObjects application, using AjaxUpdateContainers
(ProjectWonder). I have a web page that has the following structure:
Doing Ajax submit from a child frame, not updating the complete
frames, updating only a portion of the frames.
---------------------------------------------------------------------------------------------------
<Frameset rows="110,*">
<Frame>
<Frameset rows="40%,*>
<Frame>
<Frameset cols="55%,*">
<Frame>
---------------------------------------------------------------------------------------------------
In the top frame I am displaying an Image(that has text) and on the
Image I am trying to construct a div(with yellow color, for
highlighting the text part of the Image) using mouse down, mouse move
and mouse up events. I am able to draw a div on the Image only on the
top part of the Image but not the bottom part of the Image. Whatever
the frame size is displayed initially when the page loads only on that
part of the Image the mouse events are handling properly, but when I
scroll down the frame page and trying to draw the highlighter div on
the Image then the div is drawing on the top part of the image. When
I remove the Ajax Update Container on the page then the mouse events
are working correctly. This issue is occurring only on the IE browser
not on the Safari browser. On Safari even with Ajax Update container
the mouse events are properly working and able to draw the highlighter
div exactly on the mouse down and move positions.
Any help would be appreciated.
Thanks in advance.
Raghavender.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden