[Greasemonkey] Problems with IFrames

WHITEMARE2 whitemare2 at delphiforums.com
Sun Nov 6 07:01:19 EST 2005


I have a rich text editor I made with Greasemonkey that worked fine in Firefox 1.0.7.  I've been updating it to work with Firefox 1.5.  It's almost working now, but has a few glitches:

- When editing an existing message, when the editor first loads, the backspace, delete, ctrl-A, ctrl-X, etc buttons do not work.  If I type in one character, then all the keys work fine.  The editor is in an iframe.  I am not using any key or mouse event handlers.  Any idea what could be the problem?

- When I look at the source code for the iframe, there is not <html> tag.  How do I get this to appear?

- On one of the pages where the editor is used, the onload event for the main page never fires.  I also can't get the onload for the iframe to trigger.  Are there times when the onload event does not trigger when it should?

thanks!

    



More information about the Greasemonkey mailing list