OK, I did some stepping thought the code, can a knowledgeable person please hint whether I am on the right track or not?
Gecko Paste happens in the browser or in a dialog (after canceling the event). So the only way to change the HTML is in a dialog.
IE Paste is controlled by _ExecPaste. There is no direct extension point to change the HTML, but it is possible by changing the method. In that case the changes have to be coded both in the method (for direct paste) and the dialogs.
Re: Formatting paste
Gecko
Paste happens in the browser or in a dialog (after canceling the event). So the only way to change the HTML is in a dialog.
IE
Paste is controlled by _ExecPaste. There is no direct extension point to change the HTML, but it is possible by changing the method. In that case the changes have to be coded both in the method (for direct paste) and the dialogs.
Is this correct?
Thanks