Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
WebToolBar - getting exception on "igtbar_mouseUp" event
posted

Hi Team, 

After the Infragistics upgrade on Webtoolbar from 11 to 16.2 (used WebDataMenu  to populate the tool bar buttons as per the guidelines), identified that events are not getting attached to the nodes mentioned below, and node ids are not getting generated. However attached the above mouse events though JQuery for the nodes. Though the events are attached through JQuery post back events are not getting fired from “igtbar_mouseUp” methods and getting exceptions.

 

onmouseover=BLOCKED SCRIPTigtbar_mouseOver(this,event,true);

onmousedown=BLOCKED SCRIPTigtbar_mouseDown(this,event,true,false);

onmouseout=BLOCKED SCRIPTigtbar_mouseOut(this,event,true,false);

 

Old Toolbar after render

<%--<TD onmouseup=BLOCKED SCRIPTigtbar_mouseUp(this,event,true); tabIndex=0 onmouseover=BLOCKED SCRIPTigtbar_mouseOver(this,event,true); onmousedown=BLOCKED SCRIPTigtbar_mouseDown(this,event,true,false); onmouseout=BLOCKED SCRIPTigtbar_mouseOut(this,event,true,false); id=Title2xPageToolbar2_Item_0 class="igtb_Button pagetoolbarbuttondefault" onselectstart="BLOCKED SCRIPT{return false;}" jQuery1493061895492="3"><SPAN igtxt="1">Save</SPAN> </TD> -->

New WebDataMenu after render

<%--<UL class="igdm_MenuGroupHorizontalRoot " style="HEIGHT: 18px; WIDTH: 114px; POSITION: absolute; DISPLAY: block">

<LI id=x:962150600.3:adr:0 class="igtb_Button pagetoolbarbuttondefault igtb_Button pagetoolbarbuttonselected" style="HEIGHT: 16px; FLOAT: left" adr="0"><A onclick="{return false;}" tabIndex=-1 class="igdm_MenuItemHorizontalRootLink" accessKey="" href="#"><SPAN tabIndex=-1 jQuery1830010076549972400816="26" jQuery1493065056317="1">Save</SPAN></A></LI>

<LI id=x:962150600.4:adr:1 class="igtb_Button pagetoolbarbuttondefault" style="HEIGHT: 16px; FLOAT: left" adr="1"><A onclick="{return false;}" tabIndex=-1 class="igdm_MenuItemHorizontalRootLink " href="#"><SPAN tabIndex=-1>Cancel</SPAN></A> </LI>

</UL> --> 

Regards

Jinu George