Issue 99107 - Aqua: Drag&Drop should support more data flavors
Summary: Aqua: Drag&Drop should support more data flavors
Status: ACCEPTED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 3.0
Hardware: Mac Mac OS X, all
: P4 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 10:45 UTC by hdu@apache.org
Modified: 2013-01-29 21:48 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.