I'm displaying the CKEditor in a pop-up div dialog (a variation of the dialog that shipped with the FCK editor). When the CKEditor is displayed in the pop-up div dialog, the links from the underlying page are active. Title texts appear and the links can be clicked. How and why does this happen?
As a point of reference, putting the FCK editor into the same div-dialog does not exhibit this behavior, nor, does any other content I place within it. Of all the text I put into that pop-up div dialog only the CK editor allows the links to bleed through and be selectable.
My guess is this has something to do with the event handling, but how do I block the behavior? Is there an event I need to trap in my code? Any clues?
As a point of reference, putting the FCK editor into the same div-dialog does not exhibit this behavior, nor, does any other content I place within it. Of all the text I put into that pop-up div dialog only the CK editor allows the links to bleed through and be selectable.
My guess is this has something to do with the event handling, but how do I block the behavior? Is there an event I need to trap in my code? Any clues?

Re: CK in div popup; main page links bleed through?