ClipboardStatus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
| DND || Paste || text || ? || ? |
| DND || Paste || text || ? || ? |
||
|- |
|- |
||
| Copy || Paste || text || |
| Copy || Paste || text || ? || ? |
||
|- |
|- |
||
| Copy || DND || text || doesn't work || text/plain || When copying text from mozilla, text/plain is not offered. |
| Copy || DND || text || doesn't work || text/plain || When copying text from mozilla, text/plain is not offered. |
||
Line 22: | Line 22: | ||
! Input method !! Output method !! Object type !! Status !! Target type !! Comment |
! Input method !! Output method !! Object type !! Status !! Target type !! Comment |
||
|- |
|- |
||
| DND || DND || text || |
| DND || DND || text || doesn't work || text/plain || works only when the content chars are ascii |
||
|- |
|- |
||
| DND || Paste || text || ? || ? |
| DND || Paste || text || ? || ? |
||
Line 28: | Line 28: | ||
| Copy || Paste || text || ? || ? |
| Copy || Paste || text || ? || ? |
||
|- |
|- |
||
| Copy || DND || text || |
| Copy || DND || text || works || UTF8_STRING |
||
|} |
|} |
||
== From the chat activity (gtk.TextView) == |
== From the chat activity (gtk.TextView) == |
||
=== To itself === |
|||
Copying text from a web page into a html edit box: |
|||
{|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 !! Comment |
|||
|- |
|||
| DND || DND || text || works || UTF8_STRING |
|||
|- |
|||
| DND || Paste || text || ? || ? |
|||
|- |
|||
| Copy || Paste || text || ? || ? |
|||
|- |
|||
| Copy || DND || text || works || UTF8_STRING |
|||
|} |
|||
=== To the web activity === |
=== To the web activity === |
||
Line 38: | Line 54: | ||
! Input method !! Output method !! Object type !! Status !! Target type !! Comment |
! Input method !! Output method !! Object type !! Status !! Target type !! Comment |
||
|- |
|- |
||
| DND || DND || text || |
| DND || DND || text || works || text/plain |
||
|- |
|- |
||
| DND || Paste || text || ? || ? |
| DND || Paste || text || ? || ? |
||
Line 48: | Line 64: | ||
== From the xbook activity == |
== From the xbook activity == |
||
=== To the web activity === |
|||
Copying text from a pdf into the edit box: |
|||
{|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 !! Comment |
|||
|- |
|||
| DND || DND || text || works || UTF8_STRING |
|||
|- |
|||
| DND || Paste || text || ? || ? |
|||
|- |
|||
| Copy || Paste || text || ? || ? |
|||
|- |
|||
| Copy || DND || text || doesn't work || ? || xbook has no way for copying to the clipboard. |
|||
|} |
|||
== From the write activity == |
== From the write activity == |
||
[[Category:Developers]] |
|||
[[Category:Software development]] |
|||
{{merge}} |
Latest revision as of 08:57, 14 February 2007
From the web activity
To itself
Copying text from a web page into a html edit box:
Input method | Output method | Object type | Status | Target type | Comment |
---|---|---|---|---|---|
DND | DND | text | works | text/unicode | |
DND | Paste | text | ? | ? | |
Copy | Paste | text | ? | ? | |
Copy | DND | text | doesn't work | text/plain | When copying text from mozilla, text/plain is not offered. |
To the chat activity (gtk.TextView)
Copying text from a webpage into the edit box:
Input method | Output method | Object type | Status | Target type | Comment |
---|---|---|---|---|---|
DND | DND | text | doesn't work | text/plain | works only when the content chars are ascii |
DND | Paste | text | ? | ? | |
Copy | Paste | text | ? | ? | |
Copy | DND | text | works | UTF8_STRING |
From the chat activity (gtk.TextView)
To itself
Copying text from a web page into a html edit box:
Input method | Output method | Object type | Status | Target type | Comment |
---|---|---|---|---|---|
DND | DND | text | works | UTF8_STRING | |
DND | Paste | text | ? | ? | |
Copy | Paste | text | ? | ? | |
Copy | DND | text | works | UTF8_STRING |
To the web activity
Copying text from the edit box into a html edit box:
Input method | Output method | Object type | Status | Target type | Comment |
---|---|---|---|---|---|
DND | DND | text | works | text/plain | |
DND | Paste | text | ? | ? | |
Copy | Paste | text | ? | ? | |
Copy | DND | text | works | text/plain |
From the xbook activity
To the web activity
Copying text from a pdf into the edit box:
Input method | Output method | Object type | Status | Target type | Comment |
---|---|---|---|---|---|
DND | DND | text | works | UTF8_STRING | |
DND | Paste | text | ? | ? | |
Copy | Paste | text | ? | ? | |
Copy | DND | text | doesn't work | ? | xbook has no way for copying to the clipboard. |