ClipboardStatus: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


=== To itself ===
=== To itself ===

Copying from text in a web page to an html edit box:


{|border=1 cellpadding=3 cellspacing=3 style="border: 1px #666666 solid; border-collapse: collapse; background: #f9f9f9;"
{|border=1 cellpadding=3 cellspacing=3 style="border: 1px #666666 solid; border-collapse: collapse; background: #f9f9f9;"
Line 8: Line 10:
| DND || DND || text || works || text/unicode
| DND || DND || text || works || text/unicode
|-
|-
| DND || Paste || text || works || text/unicode
| DND || Paste || text || ? || ?
|-
|-
| Copy || Paste || text || works || text/unicode
| Copy || Paste || text || works || text/unicode
Line 16: Line 18:


=== To the chat activity (gtk.TextView) ===
=== To the chat activity (gtk.TextView) ===

{|border=1 cellpadding=3 cellspacing=3 style="border: 1px #666666 solid; border-collapse: collapse; background: #f9f9f9;"
! Input method !! Output method !! Object type !! Status !! Target type
|-
| DND || DND || text || ? || ?
|-
| DND || Paste || text || ? || ?
|-
| Copy || Paste || text || ? || ?
|-
| Copy || DND || text || ? || ?
|}


== From the chat activity (gtk.TextView) ==
== From the chat activity (gtk.TextView) ==

Revision as of 11:41, 10 December 2006

From the web activity

To itself

Copying from text in a web page to an html edit box:

Input method Output method Object type Status Target type
DND DND text works text/unicode
DND Paste text ? ?
Copy Paste text works text/unicode
Copy DND text works text/unicode

To the chat activity (gtk.TextView)

Input method Output method Object type Status Target type
DND DND text ? ?
DND Paste text ? ?
Copy Paste text ? ?
Copy DND text ? ?

From the chat activity (gtk.TextView)

From the xbook activity

From the write activity