I'm experience some behavior difference in the WebDataMenu vs. the UltraWebNavigator.
If you put a WebDataMenu on a form which includes an "a" tag on the same form with logic to include launching a popup window and partially obscure the WebDataMenu, you will be fine unless your mouse then hovers over the WebDataMenu again. This will result in the window changing focus, and the popup window will be hidden behind the original form. This is not the desired behavior and not the same as what was experienced using the UltraWebNavigator.
Environment: IG 2012.1
Browser: IE 9
Steps:
bind a WebDataMenu on your form.
create an "a" tag like outlined below.
debug page.
click on link, launch popup. Note original page is partially obscured by popup;
hover over webdatamenu. Note that the popup flips to behind the original form.
example:
<a href="BLOCKED SCRIPT Popup();">Google</a>
.....
function Popup() { var oWindow; var sOptions = new String(); var sUrl = new String(); var sTarget = new String(); sOptions = "scrollbars=1;menubar=0;toolbar=0;status=0;titlebar=0;resizable=yes;"; sUrl = "google.com"; sTarget = "MAILTOADDRESS"; oWindow = window.open(sUrl, sTarget, sOptions, true); oWindow.resizeTo(400, 450); }
Thanks Peter .. I hope this will be resolved soon, for the record, I am having the same issue.
Hello All,
Thank you for your replies and patience with this matter.
A possible resolution for this matter is currently being tested by our engineers. I will keep you posted of any developments regarding this issue.
We have the same problem. Please let us know the status of this issue or if there is a workaround, thanks!
Thanks for replying. Well, that's figures - it's Infragistics. I will try some hack workarounds and post here if any is successful.
I haven't heard squat on this.