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
1185
Javascript events not firing within Tab ContentURL in Firefox?
posted

I have a Webtab which loads a number of pages using the ContentURL property. Each data entry page has a number of webTextEditors and other controls, including plain hyperlinks. I have a number of javascript functions hooked to the client events of these controls.

In IE, everything functions perfectly.

In Firefox - almost EVERY javascript event on the page that I have code hooked to does not fire. Oddly enough, the exception is the ValueChanged event on a WebDropdown. Even the onClick event on a hyperlink isn't firing!?

This is pervasive enough that it looks like either I'm doing something wrong, or there is a bug between firefox and how the tabs are implemented? Can anyone give me a hint please?

The identical code works fine (in Firefox) on all other pages on my site - its only pages loading inside Tab pages that have the problem.

Parents
No Data
Reply
  • 1185
    Verified Answer
    posted

    Ahh, part of this was my bad, the problem isn't related to the tab control at all, but confined to the WebTextEditor controls. I've started a thread in the correct forum.

Children