Community
Participate
Working Groups
The NavigatorDNDService class seems like it could use only interface APIs and function properly. Patch attached.
Created attachment 122939 [details] small changes
Created attachment 122944 [details] CommonDropAdapter has a bad cast CommonDropAdapter, which is not in an internal package, takes an INavigatorContentService as a parameter, then calls getDnDService() on it, and then casts it from the interface to the private type. The class does not make use of any private functions, and the class is not an internal class, so this is bad.
Patches look good, I will put them in M6
Released to HEAD 3.5M6