The project mozilla/embedding/browser/cocoa in CVS doesn't build. I had to seriously hack it to get it to build - is there another place I should be looking to get this code, and would anyone be interested in the changnes I made to get it to build?
For some strange reason, all the text field boxes are deactivated - you can clikc on them, but you can't enter any text in. The links and buttons seem to work OK. Has anyone else experienced this? And setting a nsIURIContentListener does some things I would consider wrong. I traced the behavior back to nsDSURIContentListener.cpp. In specific, when you set a parent, the method IsPreferred() looks at only the parent handler, and ignores the default behavior. I changed it, so that if the parent indicates it can't handle the content type, it tries calling the default CanHandleContent() method before giving up completely. I made some changes to that file - who should I talk to about getting the code reviewed and checked in? _______________________________________________ mozilla-layout mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-layout
