Issue 99107

Summary: Aqua: Drag&Drop should support more data flavors
Product: porting Reporter: hdu <hdu>
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P4 CC: issues
Version: OOo 3.0   
Target Milestone: AOO Later   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description hdu@apache.org 2009-02-11 10:45:57 UTC
While debugging into issue 99082 it showed that our Aqua port doesn't support some easy data flavors 
directly. Since they are usually supported indirectly because most other applications advertise and 
accept related data flavors this is not much of a problem yet. We should just be aware.

Here is a small list of some easy flavors that are not directly supported yet:
 public.utf16-external-plain-text
 public.utf8-plain-text
 public.rtf
 public.url
 public.url-name
 public.tiff
 public.jpeg
...
Search for "understanding_utis" to find the documentation about more Uniform Type Identifiers.
Comment 1 hdu@apache.org 2009-02-11 10:50:15 UTC
Set a non-urgent target milestone. If an important application shows up which doesn't indirectly support 
the data flavors mentioned above, then the milestone should be adjusted.