Question
copy, cut, and paste callback question: what callbacks capture drag-ctrl-drop to copy?
Hiya,
I have copy, cut, and paste callbacks defined. I am successfully capturing
all of the use-cases me and my testers have been able to think of except
one.
I can't capture the "paste" called when dragging, pressing Control, and
dropping content. My copy callback fires. My paste callback does not.
(There is some chance I am wrong about paste not firing ... maybe it's
copy. Using response() to debug program flow appears to affect buffers in
some situations ... but I *think* it's the paste callback that isn't
behaving.)
Anyhow, has anyone worked through this sort of malarky before? Got any tips?
--
Paul Nagai
I have copy, cut, and paste callbacks defined. I am successfully capturing
all of the use-cases me and my testers have been able to think of except
one.
I can't capture the "paste" called when dragging, pressing Control, and
dropping content. My copy callback fires. My paste callback does not.
(There is some chance I am wrong about paste not firing ... maybe it's
copy. Using response() to debug program flow appears to affect buffers in
some situations ... but I *think* it's the paste callback that isn't
behaving.)
Anyhow, has anyone worked through this sort of malarky before? Got any tips?
--
Paul Nagai

