This question is locked. New answers and comments are not allowed.
Hi,
I have a simple view using a vertical splitter bar. Left of the splitter is a pane containing a Telerik MVC TreeView (for navigation), right of the splitter is a pane containing an iframe HTML element. With any kind of HTML other than iframes, the splitter works great, moving easily left and right and collapsing / expanding.
However, once I put an iframe in the pane to the right of the splitter I find that the splitter will easily move left and collapse / expand, but I have trouble moving the splitter to the right (making tree pane bigger and iframe pane smaller). If I grab the splitter bar with left mouse click and move it to the right with the mouse pointer above or below the iframe pane then it moves right, otherwise it doesn't. I guess the iframe is somehow registered to suck up all mouse move events and pass them on to the page in the iframe and my main page (containing the panes & iframe) never sees them.
Are there any ideas? My hunch is something to register perhaps with iframe to get passed on events, or a wrapper that will intercept the mouse movements first before they are passed on to the iframe but I have no idea if feasible or where to start.
I am running VS2008, MVC2, Telerik MVC 2011 Q1 build 315, IE8 on Win7 32-bit.
I checked with Firefox and saw same behavior. A demo project is attached.
Thanks in advance for any help anyone can offer,
Rob
I have a simple view using a vertical splitter bar. Left of the splitter is a pane containing a Telerik MVC TreeView (for navigation), right of the splitter is a pane containing an iframe HTML element. With any kind of HTML other than iframes, the splitter works great, moving easily left and right and collapsing / expanding.
However, once I put an iframe in the pane to the right of the splitter I find that the splitter will easily move left and collapse / expand, but I have trouble moving the splitter to the right (making tree pane bigger and iframe pane smaller). If I grab the splitter bar with left mouse click and move it to the right with the mouse pointer above or below the iframe pane then it moves right, otherwise it doesn't. I guess the iframe is somehow registered to suck up all mouse move events and pass them on to the page in the iframe and my main page (containing the panes & iframe) never sees them.
Are there any ideas? My hunch is something to register perhaps with iframe to get passed on events, or a wrapper that will intercept the mouse movements first before they are passed on to the iframe but I have no idea if feasible or where to start.
I am running VS2008, MVC2, Telerik MVC 2011 Q1 build 315, IE8 on Win7 32-bit.
I checked with Firefox and saw same behavior. A demo project is attached.
Thanks in advance for any help anyone can offer,
Rob