On Mon, Mar 15, 2010 at 10:15 AM, Steven Degutis <steven.degu...@gmail.com> wrote: > In my experience, Firefox (and thus > probably other Mozilla apps) isn't even a native Cocoa app, it just pretends > to be one, so I wouldn't doubt it if it doesn't even *have* a Responder > Chain.
I am quite certain that none of the Mozilla apps are Cocoa-native. They are all written using the Mozilla Cross-Platform Application Framework. There is a book about how to write cross-platform apps with that framework. Any cross-platform framework ultimately has to call through to platform-specific APIs, but it's likely that it does so only in a very primitive, low-level way. Firefox plugins *should* be able to handle the clipboard just like any other user interface code. But to do so, Firefox would need to provide the necessary support. There's no reason it couldn't. Either it just doesn't, or it tries to but it is buggy. Don Quixote -- Don Quixote de la Mancha quix...@dulcineatech.com http://www.dulcineatech.com Dulcinea Technologies Corporation: Software of Elegance and Beauty. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com