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.
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.
Hello Peter, Do you need further assistance with this issue? If yes, could you please share aspx and server-side code snippet in order for us to review and provide solution.
We look forward to hearing from you.
Thank you!
No, this particular issue was resolved, as per the thread I posted in the Editors sub-forum. thanks.