Note that there are some explanatory texts on larger screens.

plurals
  1. PONavigationBar javascript won't load in Safari/Opera
    primarykey
    data
    text
    <p>My JS script navigation bar fails to render on an aspx custom navbar in Safari, but it works fine in IE and Firefox. The bar won't expand upon bar clicking in Safari/Opera. The HTML that is generated from the aspx page will operate fine in all browsers, yet I lose my webresources(pictures) in Safari/Opera. Trouble is, I need to get this working on all browsers, and instead of creating a new navigation bar from scratch, I'd like to see if I can tweak and fix this one.</p> <p>I am using the Infragistics UltraWebListBar. </p> <p>Any ideas?</p> <p>DEFAULT.ASPX</p> <pre><code>&lt;%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_odbo9ghv" %&gt; &lt;%@ Register Assembly="Infragistics2.WebUI.UltraWebListbar.v7.1, Version=7.1.20071.40, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.UltraWebListbar" TagPrefix="iglbar" %&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" &gt; &lt;head runat="server"&gt; &lt;title&gt;NavBar&lt;/title&gt; &lt;link type="text/css" rel="Stylesheet" href="/_layouts/NavBar/ig_common/20071CLR20/Styles/Office2007Blue/ig_WebTree.css" /&gt; &lt;link href="/_layouts/NavBar/ig_common/20071CLR20/Styles/Office2007Blue/ig_WebListBar.css " rel="Stylesheet" type="text/css" /&gt; &lt;/head&gt; &lt;body&gt; &lt;form id="form1" runat="server"&gt; &lt;div&gt; &lt;iglbar:UltraWebListbar ID="lstNavBar" runat="server" BorderWidth="" BarWidth="100%" CssClass="igwlbExplorerBarMainBlue2k7" ImageDirectory="/_layouts/CGBNavBar/ig_common/20071CLR20/Styles/Office2007Blue/WebListBar/" GroupSpacing="0px" ViewType="ExplorerBar" HeaderClickAction="ExpandOnClick" Width="100%"&gt; &lt;DefaultItemHoverStyle CssClass="igwlbItemSelectedBlue2k7" Cursor="Default"&gt; &lt;/DefaultItemHoverStyle&gt; &lt;DefaultItemSelectedStyle CssClass="igwlbItemSelectedBlue2k7" Cursor="Default"&gt; &lt;/DefaultItemSelectedStyle&gt; &lt;DefaultItemStyle CssClass="igwlbItemNormalBlue2k7" Cursor="Hand"&gt; &lt;/DefaultItemStyle&gt; &lt;DefaultGroupStyle CssClass="igwlbGroupExplorerBarNormalBlue2k7" Height="100%" Cursor="Hand"&gt; &lt;/DefaultGroupStyle&gt; &lt;DefaultGroupHeaderAppearance&gt; &lt;CollapsedAppearance ExpansionIndicatorImage="downarrows_white.gif"&gt; &lt;Images&gt; &lt;ExpansionIndicatorImage Url="downarrows_white.gif" /&gt; &lt;/Images&gt; &lt;Style CssClass="igwlbExplorerBarHeaderCollapsedBlue2k7"&gt;&lt;/Style&gt; &lt;/CollapsedAppearance&gt; &lt;HoverAppearance&gt; &lt;Style CssClass="igwlbExplorerBarHeaderHoverBlue2k7"&gt;&lt;/Style&gt; &lt;/HoverAppearance&gt; &lt;ExpandedAppearance ExpansionIndicatorImage="uparrows_white.gif"&gt; &lt;Images&gt; &lt;ExpansionIndicatorImage Url="uparrows_white.gif" /&gt; &lt;/Images&gt; &lt;Style CssClass="igwlbExplorerBarHeaderExpandedBlue2k7"&gt;&lt;/Style&gt; &lt;/ExpandedAppearance&gt; &lt;/DefaultGroupHeaderAppearance&gt; &lt;/iglbar:UltraWebListbar&gt; &lt;/div&gt; &lt;/form&gt; </code></pre> <p> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload