11 Replies Latest reply on Aug 25, 2011 8:29 AM by sesharao_n

    toolTip inside dataTable -> not working in Safari / Webkit

    gehriga

      Hello everyone,

      right now I'm testing Richfaces for use on our site.
      It works great besides one exception.

      When I use a rich:toolTip element inside a rich:dataTable, Safari and Google Chrome always cut all content rows after clicking on a header for sorting.

      On first rendering of the page both browsers display the table correctly, but Safari and Chrome cannot handle sorting. The table headers remain, but all content disappears. After reloading the site, the table reappears, sorted correctly!

      It seems there might be some JavaScript bug, but I can't see what goes wrong.

      Is there anyone who had the same problem and / or can help me?

      I would appreciate your answers!

      Andreas

       <h:form class="dataTable">
      
       <rich:dataTable value="#{tableBean.dataList}" var="data" rowClasses="uneven, even">
      
       <rich:column styleClass="thumbNail">
       <f:facet name="header"><h:outputText value="Ansicht" /></f:facet>
       <h:graphicImage value="/gfx/dummies/product_table_thumb.png" />
       </rich:column>
       <rich:column sortBy="#{data.model}" styleClass="modelName">
       <f:facet name="header"><h:outputText value="Modell" /></f:facet>
       <img src="#{request.contextPath}/gfx/buttons/arrow_20_closed.png" id="sample_${data.model}" alt="[arrow]" />
       <a href="#"><h:outputText value="#{data.model}" /> x </a>
      
      
       <rich:toolTip id="testIDToolTip_${data.model}" for="sample_${data.model}">test</rich:toolTip>
      
      
       </rich:column>
       <rich:column>
       <f:facet name="header"><h:outputText value="Typ" /></f:facet>
       <h:outputText value="#{data.type}" />
       </rich:column>
       <rich:column sortBy="#{data.resolution}">
       <f:facet name="header"><h:outputText value="Auflosung" /></f:facet>
       <h:outputText value="#{data.resolution}" />
       </rich:column>
       <rich:column styleClass="rightAlign" sortBy="#{data.contrast}">
       <f:facet name="header"><h:outputText value="Kontrast" /></f:facet>
       <h:outputText value="#{data.contrast}" />
       </rich:column>
       <rich:column styleClass="rightAlign">
       <f:facet name="header"><h:outputText value="Diagonale" /></f:facet>
       <h:outputText value="#{data.diagonale}" />
       </rich:column>
       <rich:column styleClass="rightAlign">
       <f:facet name="header"><h:outputText value="Distanz" /></f:facet>
       <h:outputText value="#{data.distance}" />
       </rich:column>
       <rich:column sortBy="#{data.price}" styleClass="rightAlign">
       <f:facet name="header"><h:outputText value="Preis" /></f:facet>
       <h:outputText value="#{data.price}" />
       </rich:column>
      
       </rich:dataTable>
      
       </h:form>
      


        • 1. Re: toolTip inside dataTable -> not working in Safari / Webk
          nbelaevski

          Hello Andreas,

          Does the problem reproduce if you remove tooltip? Please add this to the page and check if there are any errors/warnings:

          <a4j:log popup="false" level="ALL" style="width: 800px; height: 300px;"></a4j:log>
          What RF version do you use?

          • 2. Re: toolTip inside dataTable -> not working in Safari / Webk
            gehriga

            Thanks for your reply.

            As soon as I remove the tooltip, Safari works pretty fine.
            I'm using RF version 3.2.2.SR1 and Safari 3.2.1

            I added your code to my page, but I can't see any errors or warnings. But I can post it here, perhaps you can see the problem. I can just say that the log is much longer in Firefox than Safari.

            At first Firefox:

            debug[9:00:45,384]: Have Event [object Object] with properties: target: [object HTMLSpanElement], srcElement: undefined, type: click
            debug[9:00:45,384]: NEW AJAX REQUEST !!! with form :j_id2
            debug[9:00:45,385]: Append hidden control j_id2_SUBMIT with value [1] and value attribute [1]
            debug[9:00:45,385]: parameter fsp with value j_id2:j_id4:j_id8
            debug[9:00:45,385]: parameter j_id2:j_id4 with value fsp
            debug[9:00:45,385]: Start XmlHttpRequest
            debug[9:00:45,386]: Reqest state : 1
            debug[9:00:45,387]: QueryString: AJAXREQUEST=_viewRoot&j_id2_SUBMIT=1&fsp=j_id2%3Aj_id4%3Aj_id8&j_id2%3Aj_id4=fsp&
            debug[9:00:45,388]: Reqest state : 1
            debug[9:00:45,429]: Reqest state : 2
            debug[9:00:45,431]: Reqest state : 3
            debug[9:00:45,432]: Reqest state : 3
            debug[9:00:45,433]: Reqest state : 3
            debug[9:00:45,434]: Reqest state : 3
            debug[9:00:45,434]: Reqest state : 4
            debug[9:00:45,434]: Reqest end with state 4
            debug[9:00:45,435]: Response with content-type: text/xml;charset=UTF-8
            debug[9:00:45,435]: Full response content: <?xml version="1.0"?> <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><link href="/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/basic.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><link media="rich-extended-skinning" href="/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/extended.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.ajax4jsf.javascript.AjaxScript"> </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.ajax4jsf.javascript.PrototypeScript"> </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/data-table.js"> </script><link href="/IFL_webapp/s/a4j/s/3_2_2.SR1css/table.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js"> </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/utils.js"> </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/tooltip.js"> </script><link href="/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/skinning.js"> </script></head><body><table class="dr-table rich-table" id="j_id2:j_id4" border="0" cellpadding="0" cellspacing="0"><colgroup span="8"></colgroup><thead class="dr-table-thead"><tr class="dr-table-subheader rich-table-subheader"><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id5header"><div id="j_id2:j_id4:j_id5header:sortDiv">Ansicht</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id8header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id8','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id8header:sortDiv"><span class="dr-table-sortable-header">Modell<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortAsc/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id15header"><div id="j_id2:j_id4:j_id15header:sortDiv">Typ</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id18header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id18','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id18header:sortDiv"><span class="dr-table-sortable-header">Auflösung<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortNone/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id21header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id21','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id21header:sortDiv"><span class="dr-table-sortable-header">Kontrast<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortNone/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id24header"><div id="j_id2:j_id4:j_id24header:sortDiv">Diagonale</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id27header"><div id="j_id2:j_id4:j_id27header:sortDiv">Distanz</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id30header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id30','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id30header:sortDiv"><span class="dr-table-sortable-header">Preis<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortNone/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th></tr></thead><tbody id="j_id2:j_id4:tb"><tr class="dr-table-firstrow rich-table-firstrow uneven"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:0:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:0:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP100" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP100 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:0:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:0:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP100 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:0:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:0:j_id13">//<![CDATA[ new ToolTip({'hideEvent':'','hideDelay':0,'showEvent':'mouseover','delay':0} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:0:j_id13","sample_NP100","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:0:j_id13','j_id2:j_id4:0:j_id13':'j_id2:j_id4:0:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:0:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //]]> </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:0:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:0:j_id18">800 x 600 (SVGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id21">1200:1</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id30">*</td></tr><tr class="dr-table-firstrow rich-table-firstrow even"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:1:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:1:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP200" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP200 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:1:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:1:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP200 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:1:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:1:j_id13">//<![CDATA[ new ToolTip({'hideDelay':0,'hideEvent':'','showEvent':'mouseover','delay':0} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:1:j_id13","sample_NP200","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:1:j_id13','j_id2:j_id4:1:j_id13':'j_id2:j_id4:1:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:1:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //]]> </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:1:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:1:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id21">16:10</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id30">*</td></tr><tr class="dr-table-firstrow rich-table-firstrow uneven"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:2:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:2:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP40" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP40 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:2:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:2:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP40 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:2:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:2:j_id13">//<![CDATA[ new ToolTip({'delay':0,'hideDelay':0,'hideEvent':'','showEvent':'mouseover'} ,{'onshow':null,'oncomplete':null,'onhide':null} ,"j_id2:j_id4:2:j_id13","sample_NP40","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:2:j_id13':'j_id2:j_id4:2:j_id13','ajaxSingle':'j_id2:j_id4:2:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:2:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //]]> </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:2:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:2:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id21">4:3</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id30">1020,00 € Uvp</td></tr><tr class="dr-table-firstrow rich-table-firstrow even"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:3:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:3:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP41" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP41 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:3:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:3:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP41 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:3:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:3:j_id13">//<![CDATA[ new ToolTip({'delay':0,'hideEvent':'','hideDelay':0,'showEvent':'mouseover'} ,{'oncomplete':null,'onhide':null,'onshow':null} ,"j_id2:j_id4:3:j_id13","sample_NP41","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:3:j_id13':'j_id2:j_id4:3:j_id13','ajaxSingle':'j_id2:j_id4:3:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:3:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:3:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:3:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //]]> </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:3:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:3:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:3:j_id21">4:2</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:3:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:3:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:3:j_id30">*</td></tr><tr class="dr-table-firstrow rich-table-firstrow uneven"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:4:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:4:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP50" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP50 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:4:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:4:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP50 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:4:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:4:j_id13">//<![CDATA[ new ToolTip({'hideDelay':0,'hideEvent':'','delay':0,'showEvent':'mouseover'} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:4:j_id13","sample_NP50","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:4:j_id13':'j_id2:j_id4:4:j_id13','ajaxSingle':'j_id2:j_id4:4:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:4:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:4:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:4:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //]]> </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:4:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:4:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:4:j_id21">16:9</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:4:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:4:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:4:j_id30">899 € Uvp</td></tr><tr class="dr-table-firstrow rich-table-firstrow even"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:5:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:5:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP60" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP60 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:5:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:5:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP60 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:5:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:5:j_id13">//<![CDATA[ new ToolTip({'showEvent':'mouseover','delay':0,'hideDelay':0,'hideEvent':''} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:5:j_id13","sample_NP60","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:5:j_id13':'j_id2:j_id4:5:j_id13','ajaxSingle':'j_id2:j_id4:5:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:5:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:5:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:5:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //]]> </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:5:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:5:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:5:j_id21">16:11</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:5:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:5:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:5:j_id30">*</td></tr></tbody></table><meta name="Ajax-Update-Ids" content="j_id2:j_id4:tb,j_id2:j_id4,j_id2:j_id4:j_id5header:sortDiv,j_id2:j_id4:j_id8header:sortDiv,j_id2:j_id4:j_id15header:sortDiv,j_id2:j_id4:j_id18header:sortDiv,j_id2:j_id4:j_id21header:sortDiv,j_id2:j_id4:j_id24header:sortDiv,j_id2:j_id4:j_id27header:sortDiv,j_id2:j_id4:j_id30header:sortDiv" /><span id="ajax-view-state"></span><meta id="Ajax-Response" name="Ajax-Response" content="true" /></body></html>
            debug[9:00:45,436]: Header Ajax-Expired not found, search in <meta>
            debug[9:00:45,436]: search for elements by name 'meta' in element #document
            debug[9:00:45,439]: Find <meta name='Ajax-Update-Ids' content='j_id2:j_id4:tb,j_id2:j_id4,j_id2:j_id4:j_id5header:sortDiv,j_id2:j_id4:j_id8header:sortDiv,j_id2:j_id4:j_id15header:sortDiv,j_id2:j_id4:j_id18header:sortDiv,j_id2:j_id4:j_id21header:sortDiv,j_id2:j_id4:j_id24header:sortDiv,j_id2:j_id4:j_id27header:sortDiv,j_id2:j_id4:j_id30header:sortDiv'>
            debug[9:00:45,439]: Find <meta name='Ajax-Response' content='true'>
            debug[9:00:45,439]: Header Ajax-Update-Ids not found, search in <meta>
            debug[9:00:45,440]: search for elements by name 'meta' in element #document
            debug[9:00:45,442]: Find <meta name='Ajax-Update-Ids' content='j_id2:j_id4:tb,j_id2:j_id4,j_id2:j_id4:j_id5header:sortDiv,j_id2:j_id4:j_id8header:sortDiv,j_id2:j_id4:j_id15header:sortDiv,j_id2:j_id4:j_id18header:sortDiv,j_id2:j_id4:j_id21header:sortDiv,j_id2:j_id4:j_id24header:sortDiv,j_id2:j_id4:j_id27header:sortDiv,j_id2:j_id4:j_id30header:sortDiv'>
            debug[9:00:45,442]: Update page by list of rendered areas from response j_id2:j_id4:tb,j_id2:j_id4,j_id2:j_id4:j_id5header:sortDiv,j_id2:j_id4:j_id8header:sortDiv,j_id2:j_id4:j_id15header:sortDiv,j_id2:j_id4:j_id18header:sortDiv,j_id2:j_id4:j_id21header:sortDiv,j_id2:j_id4:j_id24header:sortDiv,j_id2:j_id4:j_id27header:sortDiv,j_id2:j_id4:j_id30header:sortDiv
            debug[9:00:45,443]: search for elements by name 'script' in element #document
            debug[9:00:45,446]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org.ajax4jsf.javascript.AjaxScript
            debug[9:00:45,447]: Such element exist in document
            debug[9:00:45,447]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org.ajax4jsf.javascript.PrototypeScript
            debug[9:00:45,447]: Such element exist in document
            debug[9:00:45,447]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/data-table.js
            debug[9:00:45,447]: Such element exist in document
            debug[9:00:45,447]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js
            debug[9:00:45,448]: Such element exist in document
            debug[9:00:45,448]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/utils.js
            debug[9:00:45,448]: Such element exist in document
            debug[9:00:45,448]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/tooltip.js
            debug[9:00:45,448]: Such element exist in document
            debug[9:00:45,448]: <script> in response with src=/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/skinning.js
            debug[9:00:45,449]: Such element exist in document
            debug[9:00:45,449]: search for elements by name 'link' in element #document
            debug[9:00:45,453]: <link> in response with src=/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/basic.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__
            debug[9:00:45,453]: Such element exist in document
            debug[9:00:45,453]: <link> in response with src=/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/extended.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__
            debug[9:00:45,453]: Such element exist in document
            debug[9:00:45,453]: <link> in response with src=/IFL_webapp/s/a4j/s/3_2_2.SR1css/table.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__
            debug[9:00:45,454]: Such element exist in document
            debug[9:00:45,454]: <link> in response with src=/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__
            debug[9:00:45,454]: Such element exist in document
            debug[9:00:45,454]: Update page part from call parameter for ID j_id2:j_id4:tb
            debug[9:00:45,454]: call getElementById for id= j_id2:j_id4:tb
            debug[9:00:45,489]: Replace content of node by replaceChild()
            debug[9:00:45,494]: search for elements by name 'script' in element tbody
            debug[9:00:45,498]: Scripts in updated part count : 6
            debug[9:00:45,499]: Update part of page for Id: j_id2:j_id4:tb successful
            debug[9:00:45,499]: Update page part from call parameter for ID j_id2:j_id4
            debug[9:00:45,499]: call getElementById for id= j_id2:j_id4
            debug[9:00:45,528]: Replace content of node by replaceChild()
            debug[9:00:45,534]: search for elements by name 'script' in element table
            debug[9:00:45,539]: Scripts in updated part count : 6
            debug[9:00:45,539]: Update part of page for Id: j_id2:j_id4 successful
            debug[9:00:45,539]: Update page part from call parameter for ID j_id2:j_id4:j_id5header:sortDiv
            debug[9:00:45,539]: call getElementById for id= j_id2:j_id4:j_id5header:sortDiv
            debug[9:00:45,539]: Replace content of node by replaceChild()
            debug[9:00:45,540]: search for elements by name 'script' in element div
            debug[9:00:45,544]: Scripts in updated part count : 0
            debug[9:00:45,544]: Update part of page for Id: j_id2:j_id4:j_id5header:sortDiv successful
            debug[9:00:45,545]: Update page part from call parameter for ID j_id2:j_id4:j_id8header:sortDiv
            debug[9:00:45,545]: call getElementById for id= j_id2:j_id4:j_id8header:sortDiv
            debug[9:00:45,546]: Replace content of node by replaceChild()
            debug[9:00:45,546]: search for elements by name 'script' in element div
            debug[9:00:45,551]: Scripts in updated part count : 0
            debug[9:00:45,551]: Update part of page for Id: j_id2:j_id4:j_id8header:sortDiv successful
            debug[9:00:45,551]: Update page part from call parameter for ID j_id2:j_id4:j_id15header:sortDiv
            debug[9:00:45,551]: call getElementById for id= j_id2:j_id4:j_id15header:sortDiv
            debug[9:00:45,552]: Replace content of node by replaceChild()
            debug[9:00:45,552]: search for elements by name 'script' in element div
            debug[9:00:45,556]: Scripts in updated part count : 0
            debug[9:00:45,557]: Update part of page for Id: j_id2:j_id4:j_id15header:sortDiv successful
            debug[9:00:45,557]: Update page part from call parameter for ID j_id2:j_id4:j_id18header:sortDiv
            debug[9:00:45,557]: call getElementById for id= j_id2:j_id4:j_id18header:sortDiv
            debug[9:00:45,558]: Replace content of node by replaceChild()
            debug[9:00:45,558]: search for elements by name 'script' in element div
            debug[9:00:45,563]: Scripts in updated part count : 0
            debug[9:00:45,563]: Update part of page for Id: j_id2:j_id4:j_id18header:sortDiv successful
            debug[9:00:45,563]: Update page part from call parameter for ID j_id2:j_id4:j_id21header:sortDiv
            debug[9:00:45,563]: call getElementById for id= j_id2:j_id4:j_id21header:sortDiv
            debug[9:00:45,564]: Replace content of node by replaceChild()
            debug[9:00:45,565]: search for elements by name 'script' in element div
            debug[9:00:45,569]: Scripts in updated part count : 0
            debug[9:00:45,569]: Update part of page for Id: j_id2:j_id4:j_id21header:sortDiv successful
            debug[9:00:45,569]: Update page part from call parameter for ID j_id2:j_id4:j_id24header:sortDiv
            debug[9:00:45,570]: call getElementById for id= j_id2:j_id4:j_id24header:sortDiv
            debug[9:00:45,570]: Replace content of node by replaceChild()
            debug[9:00:45,570]: search for elements by name 'script' in element div
            debug[9:00:45,575]: Scripts in updated part count : 0
            debug[9:00:45,575]: Update part of page for Id: j_id2:j_id4:j_id24header:sortDiv successful
            debug[9:00:45,575]: Update page part from call parameter for ID j_id2:j_id4:j_id27header:sortDiv
            debug[9:00:45,575]: call getElementById for id= j_id2:j_id4:j_id27header:sortDiv
            debug[9:00:45,576]: Replace content of node by replaceChild()
            debug[9:00:45,576]: search for elements by name 'script' in element div
            debug[9:00:45,580]: Scripts in updated part count : 0
            debug[9:00:45,581]: Update part of page for Id: j_id2:j_id4:j_id27header:sortDiv successful
            debug[9:00:45,581]: Update page part from call parameter for ID j_id2:j_id4:j_id30header:sortDiv
            debug[9:00:45,581]: call getElementById for id= j_id2:j_id4:j_id30header:sortDiv
            debug[9:00:45,582]: Replace content of node by replaceChild()
            debug[9:00:45,582]: search for elements by name 'script' in element div
            debug[9:00:45,587]: Scripts in updated part count : 0
            debug[9:00:45,587]: call getElementById for id= org.ajax4jsf.oncomplete
            debug[9:00:45,587]: Update part of page for Id: j_id2:j_id4:j_id30header:sortDiv successful
            debug[9:00:45,587]: call getElementById for id= ajax-view-state
            debug[9:00:45,588]: Hidden JSF state fields: [object HTMLSpanElement]
            debug[9:00:45,588]: Namespace for hidden view-state input fields is undefined
            debug[9:00:45,588]: search for elements by name 'input' in element span
            debug[9:00:45,590]: Replace value for inputs: 1 by new values: 0
            debug[9:00:45,590]: search for elements by name 'INPUT' in element span
            debug[9:00:45,593]: Replace value for inputs: 1 by new values: 0
            debug[9:00:45,593]: call getElementById for id= _A4J.AJAX.focus
            debug[9:00:45,593]: No focus information in response
            debug[9:00:45,632]: Evaluate script replaced area in document: // new ToolTip({'hideEvent':'','hideDelay':0,'showEvent':'mouseover','delay':0} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:0:j_id13","sample_NP100","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:0:j_id13','j_id2:j_id4:0:j_id13':'j_id2:j_id4:0:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:0:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,665]: Evaluate script replaced area in document: // new ToolTip({'hideDelay':0,'hideEvent':'','showEvent':'mouseover','delay':0} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:1:j_id13","sample_NP200","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:1:j_id13','j_id2:j_id4:1:j_id13':'j_id2:j_id4:1:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:1:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,671]: Evaluate script replaced area in document: // new ToolTip({'delay':0,'hideDelay':0,'hideEvent':'','showEvent':'mouseover'} ,{'onshow':null,'oncomplete':null,'onhide':null} ,"j_id2:j_id4:2:j_id13","sample_NP40","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:2:j_id13':'j_id2:j_id4:2:j_id13','ajaxSingle':'j_id2:j_id4:2:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:2:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,677]: Evaluate script replaced area in document: // new ToolTip({'delay':0,'hideEvent':'','hideDelay':0,'showEvent':'mouseover'} ,{'oncomplete':null,'onhide':null,'onshow':null} ,"j_id2:j_id4:3:j_id13","sample_NP41","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:3:j_id13':'j_id2:j_id4:3:j_id13','ajaxSingle':'j_id2:j_id4:3:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:3:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:3:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:3:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,683]: Evaluate script replaced area in document: // new ToolTip({'hideDelay':0,'hideEvent':'','delay':0,'showEvent':'mouseover'} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:4:j_id13","sample_NP50","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:4:j_id13':'j_id2:j_id4:4:j_id13','ajaxSingle':'j_id2:j_id4:4:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:4:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:4:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:4:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,689]: Evaluate script replaced area in document: // new ToolTip({'showEvent':'mouseover','delay':0,'hideDelay':0,'hideEvent':''} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:5:j_id13","sample_NP60","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:5:j_id13':'j_id2:j_id4:5:j_id13','ajaxSingle':'j_id2:j_id4:5:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:5:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:5:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:5:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,695]: Evaluate script replaced area in document: // new ToolTip({'hideEvent':'','hideDelay':0,'showEvent':'mouseover','delay':0} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:0:j_id13","sample_NP100","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:0:j_id13','j_id2:j_id4:0:j_id13':'j_id2:j_id4:0:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:0:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,702]: Evaluate script replaced area in document: // new ToolTip({'hideDelay':0,'hideEvent':'','showEvent':'mouseover','delay':0} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:1:j_id13","sample_NP200","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:1:j_id13','j_id2:j_id4:1:j_id13':'j_id2:j_id4:1:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:1:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,707]: Evaluate script replaced area in document: // new ToolTip({'delay':0,'hideDelay':0,'hideEvent':'','showEvent':'mouseover'} ,{'onshow':null,'oncomplete':null,'onhide':null} ,"j_id2:j_id4:2:j_id13","sample_NP40","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:2:j_id13':'j_id2:j_id4:2:j_id13','ajaxSingle':'j_id2:j_id4:2:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:2:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,712]: Evaluate script replaced area in document: // new ToolTip({'delay':0,'hideEvent':'','hideDelay':0,'showEvent':'mouseover'} ,{'oncomplete':null,'onhide':null,'onshow':null} ,"j_id2:j_id4:3:j_id13","sample_NP41","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:3:j_id13':'j_id2:j_id4:3:j_id13','ajaxSingle':'j_id2:j_id4:3:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:3:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:3:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:3:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,718]: Evaluate script replaced area in document: // new ToolTip({'hideDelay':0,'hideEvent':'','delay':0,'showEvent':'mouseover'} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:4:j_id13","sample_NP50","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:4:j_id13':'j_id2:j_id4:4:j_id13','ajaxSingle':'j_id2:j_id4:4:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:4:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:4:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:4:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            debug[9:00:45,723]: Evaluate script replaced area in document: // new ToolTip({'showEvent':'mouseover','delay':0,'hideDelay':0,'hideEvent':''} ,{'onhide':null,'onshow':null,'oncomplete':null} ,"j_id2:j_id4:5:j_id13","sample_NP60","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:5:j_id13':'j_id2:j_id4:5:j_id13','ajaxSingle':'j_id2:j_id4:5:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e10s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:5:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:5:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:5:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );; //
            


            and Safari:
            debug[8:58:31,884]: Have Event [object Object] with properties: target: [object HTMLElement], srcElement: [object HTMLElement], type: click
            debug[8:58:31,884]: NEW AJAX REQUEST !!! with form :j_id2
            debug[8:58:31,884]: Append hidden control j_id2_SUBMIT with value [1] and value attribute [1]
            debug[8:58:31,884]: parameter fsp with value j_id2:j_id4:j_id8
            debug[8:58:31,884]: parameter j_id2:j_id4 with value fsp
            debug[8:58:31,884]: Start XmlHttpRequest
            debug[8:58:31,884]: Reqest state : 1
            debug[8:58:31,884]: QueryString: AJAXREQUEST=_viewRoot&j_id2_SUBMIT=1&fsp=j_id2%3Aj_id4%3Aj_id8&j_id2%3Aj_id4=fsp&
            debug[8:58:31,927]: Reqest state : 2
            debug[8:58:31,927]: Reqest state : 3
            debug[8:58:31,927]: Reqest state : 3
            debug[8:58:31,930]: Reqest state : 3
            debug[8:58:31,930]: Reqest state : 4
            debug[8:58:31,930]: Reqest end with state 4
            debug[8:58:31,930]: Response with content-type: text/xml;charset=UTF-8
            debug[8:58:31,930]: Full response content: <?xml version="1.0"?>
             <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><link href="/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/basic.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><link media="rich-extended-skinning" href="/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/extended.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.ajax4jsf.javascript.AjaxScript">
             </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.ajax4jsf.javascript.PrototypeScript">
             </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/data-table.js">
             </script><link href="/IFL_webapp/s/a4j/s/3_2_2.SR1css/table.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/jquery/jquery.js">
             </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/utils.js">
             </script><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/tooltip.js">
             </script><link href="/IFL_webapp/s/a4j/s/3_2_2.SR1org/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAEz-!16Y-jyGdIAFiAEfQ__" type="text/css" rel="stylesheet" class="component" /><script type="text/javascript" src="/IFL_webapp/s/a4j/g/3_2_2.SR1org/richfaces/renderkit/html/scripts/skinning.js">
             </script></head><body><table class="dr-table rich-table" id="j_id2:j_id4" border="0" cellpadding="0" cellspacing="0"><colgroup span="8"></colgroup><thead class="dr-table-thead"><tr class="dr-table-subheader rich-table-subheader"><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id5header"><div id="j_id2:j_id4:j_id5header:sortDiv">Ansicht</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id8header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id8','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id8header:sortDiv"><span class="dr-table-sortable-header">Modell<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortAsc/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id15header"><div id="j_id2:j_id4:j_id15header:sortDiv">Typ</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id18header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id18','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id18header:sortDiv"><span class="dr-table-sortable-header">Auflösung<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortNone/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id21header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id21','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id21header:sortDiv"><span class="dr-table-sortable-header">Kontrast<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortNone/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id24header"><div id="j_id2:j_id4:j_id24header:sortDiv">Diagonale</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id27header"><div id="j_id2:j_id4:j_id27header:sortDiv">Distanz</div></th><th class="dr-table-subheadercell rich-table-subheadercell" scope="col" id="j_id2:j_id4:j_id30header" onclick="A4J.AJAX.Submit('_viewRoot','j_id2',event,{'parameters':{'fsp':'j_id2:j_id4:j_id30','j_id2:j_id4':'fsp'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1'} )" style="cursor: pointer;"><div id="j_id2:j_id4:j_id30header:sortDiv"><span class="dr-table-sortable-header">Preis<img src="/IFL_webapp/s/a4j/g/3_2_2.SR1org.richfaces.renderkit.html.iconimages.DataTableIconSortNone/DATB/eAG7cOHC!!!!ARIwBW4_" width="15" height="15" class="dr-table-header-sort-img rich-sort-icon" /></span></div></th></tr></thead><tbody id="j_id2:j_id4:tb"><tr class="dr-table-firstrow rich-table-firstrow uneven"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:0:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:0:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP100" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP100 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:0:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:0:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP100 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:0:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:0:j_id13">//<![CDATA[
             new ToolTip({'hideDelay':0,'showEvent':'mouseover','delay':0,'hideEvent':''} ,{'onshow':null,'oncomplete':null,'onhide':null} ,"j_id2:j_id4:0:j_id13","sample_NP100","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:0:j_id13','j_id2:j_id4:0:j_id13':'j_id2:j_id4:0:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:0:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:0:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );;
            
             //]]>
             </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:0:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:0:j_id18">800 x 600 (SVGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id21">1200:1</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:0:j_id30">*</td></tr><tr class="dr-table-firstrow rich-table-firstrow even"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:1:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:1:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP200" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP200 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:1:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:1:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP200 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:1:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:1:j_id13">//<![CDATA[
             new ToolTip({'hideDelay':0,'delay':0,'hideEvent':'','showEvent':'mouseover'} ,{'onhide':null,'oncomplete':null,'onshow':null} ,"j_id2:j_id4:1:j_id13","sample_NP200","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'ajaxSingle':'j_id2:j_id4:1:j_id13','j_id2:j_id4:1:j_id13':'j_id2:j_id4:1:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:1:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:1:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );;
            
             //]]>
             </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:1:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:1:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id21">16:10</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:1:j_id30">*</td></tr><tr class="dr-table-firstrow rich-table-firstrow uneven"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:2:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:2:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP40" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP40 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:2:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:2:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTSC 4.43</p></td><td style="border: 1px solid rgb(229, 229, 229); width: 230px; text-align: center; vertical-align: middle;"><img width="220" height="107" title="back view of [Product Indication]" alt="back view of [Product Indication]" src="/IFL_webapp/gfx/dummies/product_backview.png" /></td></tr></tbody></table><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; white-space: normal;"><p><br /> Top performer for multiple business applications in wide screen format - installation projector with intense brightness, 5 optional bayonet lenses and Plug&amp;Play network function (LAN/W-LAN).<br /><br /> View all information about the <strong><a href="productOverview.html">NP40 »</a></strong></p></td></tr></tbody></table></div></div></div><div class="overlayBottom"><div class="overlayBottomLeft"></div><div class="overlayBottomRight"></div><div class="overlayBottomRow"></div></div></div></div></div></span><span id="j_id2:j_id4:2:j_id13script" style="display:none"><script type="text/javascript" id="scriptj_id2:j_id4:2:j_id13">//<![CDATA[
             new ToolTip({'showEvent':'mouseover','hideDelay':0,'hideEvent':'','delay':0} ,{'oncomplete':null,'onshow':null,'onhide':null} ,"j_id2:j_id4:2:j_id13","sample_NP40","client",false,"bottom-right",false,0,0,"A4J.AJAX.Submit('_viewRoot','j_id2',event,ajaxOptions)",{'parameters':{'j_id2:j_id4:2:j_id13':'j_id2:j_id4:2:j_id13','ajaxSingle':'j_id2:j_id4:2:j_id13'} ,'actionUrl':'/IFL_webapp/s/test?execution=e3s1','oncomplete':function(request,event,data){;{var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTipContent = $('j_id2:j_id4:2:j_id13content');_toolTip.displayDiv();}},'control':this,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id2:j_id4:2:j_id13').component;_toolTip.toolTip.style.display = 'none'; }}} );;
            
             //]]>
             </script></span></span></td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:2:j_id15">DLP</td><td class="dr-table-cell rich-table-cell" id="j_id2:j_id4:2:j_id18">1024 x 768 (XGA)</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id21">4:3</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id24">1,2 - 12m</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id27">70 / 769</td><td class="dr-table-cell rich-table-cell rightAlign" id="j_id2:j_id4:2:j_id30">1020,00 € Uvp</td></tr><tr class="dr-table-firstrow rich-table-firstrow even"><td class="dr-table-cell rich-table-cell thumbNail" id="j_id2:j_id4:3:j_id5"><img src="/IFL_webapp/gfx/dummies/product_table_thumb.png" /></td><td class="dr-table-cell rich-table-cell modelName" id="j_id2:j_id4:3:j_id8"><img src="/IFL_webapp/gfx/buttons/arrow_20_closed.png" id="sample_NP41" alt="[arrow]" style="vertical-align: bottom;padding-right: 5px;" /><a href="#">NP41 »</a><span class="dr-rich-tool-tip rich-tool-tip" id="j_id2:j_id4:3:j_id13" style="z-index:99; width: 600px; height: 254px;"><span id="j_id2:j_id4:3:j_id13content"><div id="infoOverlay1"><div style="margin: 0px; overflow: hidden; position: static;"><div id="productInfo1" style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><div class="overlayHeader"><div class="overlayTopLeft"></div><div class="overlayTopRight"></div><div class="overlayTopRow"></div></div><div class="overlayBoxLeft"><div class="overlayBoxRight"><div class="overlayBoxContent"><table style="border: medium none ; padding: 0pt 8px; width: 568px;"><tbody><tr><td style="border: medium none ; width: 328px;"><p><strong>Videosignale</strong><br /> PAL, PAL60, PAL-N, PAL-M<br /> NTSC, SECAM, NTS


            • 3. Re: toolTip inside dataTable -> not working in Safari / Webk
              ilya_shaikovsky

              please check under 3.3.0 latest CR. Just checked on demosite and ajax tooltip loaded fine on my side.

              • 4. Re: toolTip inside dataTable -> not working in Safari / Webk
                nbelaevski

                Thank you for reporting the problem! I've created an issue on that: https://jira.jboss.org/jira/browse/RF-5630

                • 5. Re: toolTip inside dataTable -> not working in Safari / Webk
                  gehriga

                  I've just tested with latest 3.3.0.CR3, but nothing changes.

                  Even the workaround suggested in the issue doesn't work here. Tested with both 3.3.0.CR3 and 3.2.0.SR1.

                  • 6. Re: toolTip inside dataTable -> not working in Safari / Webk
                    hwoarang

                    Hi!
                    I have the same problem with Chrome and RF 3.3.1.
                    Removing the tooltip works. But I need it.

                    BTW, the workaround description (on RF-5630) mention reRender on 'column' tag. I can't see reRender property to this tag according to (http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/tlddoc/rich/column.html).

                    What I'm missing ? How to get this work with Chrome/Webkit ?

                    Thank you!

                    Hwoarang

                    • 7. Re: toolTip inside dataTable -> not working in Safari / Webk
                      nbelaevski

                      Hi Hwoarang,

                      Well that workaround used to work. You can move reRender one level up, to the rich:dataTable component.

                      • 8. Re: toolTip inside dataTable -> not working in Safari / Webk
                        hwoarang

                         

                        "nbelaevski" wrote:
                        Hi Hwoarang,

                        Well that workaround used to work. You can move reRender one level up, to the rich:dataTable component.


                        Hi nbelaevski!
                        Unfortunately, this didn't help.

                        Any more thoughts?

                        Thank you.

                        • 9. Re: toolTip inside dataTable -> not working in Safari / Webk
                          hwoarang

                          I put <a4j:log on page but couldn't see any errors/warnings, but I'm not sure what I should look... :)
                          I noticed that log from Firefox has more statments after the last line from Chrome log.

                          If someone could take a look, here is the Chrome log:
                          http://pastebin.com/m1c4d789d

                          and the Firefox (3.0.10) log:
                          http://pastebin.com/m10e52534

                          thank you in advance!

                          Hwoarang

                          • 10. Re: toolTip inside dataTable -> not working in Safari / Webkit
                            demetrio812

                            Hello,

                            same problem for me with the latest version...in Firefox it works fine, not in Safari/Chrome...

                             

                            Demetrio

                            • 11. Re: toolTip inside dataTable -> not working in Safari / Webkit
                              sesharao_n

                              Hi Friends,

                              i also faced same problem,

                              one of the solution is, instead of using <rich:toolTip> go for css and javaScript, so that i can sort <rich:dataTable> in all the browsers like IE8,FF6.0,GoogleChrome13.0 and Safari5.1 .

                              see the below attached lick.

                              http://blog.sachinkraj.com/how-to-make-simplest-cross-browser-tooltip-with-css-and-javascript-events/