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
215
UltraWebListbar error
posted

I'm using a UltraWebListbar control on the master page, which uses a WARP control (version 8.2).
Each time I open a page that uses this master page it raises a JS error inside a function UltraWebListbar(id,groups)

The error is in line:

          while(this.Element.offsetHeight > actualHeight)
          {
              percent--;
              elem.style.height = percent + "%";
          }

which decrements the percent until it's below zero and then it crashes.

What's interesting the error appears only if the"Listbar" ViewType is used, everything works fine with "ExplorerBar".

Listbar also opens the pages in a new window, whereas ExplorerBat opens them in the same window.
I'd prefer to open them in the same window.

Is there any quick fix for this? 

  • 45049
    posted

    I'm not famililar with the error itself, but my initial impression is that this may be a bug.

    I suggest that you submit a support request so that a Developer Support Engineer can look into this in more detail.  If you can reproduce this in a small, isolated sample that we can run and debug, it'll help our research greatly if you attach such a sample to your request; we'll also know that we're running the same code you're running.  You should also mention which browser (and version of that browser) you're using, just in case this has a difference on the results.