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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to