This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
[Before]Navigate events not firing with latest checkout
Posted by:
Judah (---.cc97.mcg.net)
Date: Wednesday, 22-Nov-2006, 22:06:23
Hi Tim
I discovered some problems with navigation in the latest build. Thinking it was my custom version of HtmlEditor, I downloaded the latest bits via the SVN repository. Turns out BeforeNavigate and Navigate both do not fire!
I checked and verified OnBeforeNavigate is being called inside TranslateUrl. However, TranslateUrl never actually gets called. Any hints on fixing this?
Re: [Before]Navigate events not firing with latest checkout
Posted by:
Judah (---.cc97.mcg.net)
Date: Thursday, 22-Feb-2007, 00:50:09
Tim, to reproduce, I simply add an event handler to the Navigated event, call LoadUrl, and my handler never gets fired. I'm gonna try it on my home machine to verify, and if it fails there too, I'll send you a repro case.