Cancelling a keystroke in the MSHTML Edit control
Posted by: Rick Strahls WebLog,
on 19 Jun 2006 |
View original | Bookmarked: 0 time(s)
A customer reported a bug a couple of days ago, that in Help Builder pressing F5 in the visual topic editor caused the topic to be completely erased. This actually makes sense since Help Builder users the Ie Web Browser Control in Edit Mode to handle the WYSIWYG interface display. Pressing F5 in Internet Explorer of course causes a Refresh and in this case the control is refreshing a temporary file that is no longer there – hence the empty document.
Help Builder already intercepts...