Bug 83522 - getTransferable copy content to system clipboard when content is removed
Summary: getTransferable copy content to system clipboard when content is removed
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version: 4.3.1.2 release
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-05 08:32 UTC by serj621
Modified: 2014-11-16 18:25 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments
test case (9.22 KB, application/vnd.oasis.opendocument.text)
2014-11-07 17:21 UTC, raal
Details

Description serj621 2014-09-05 08:32:22 UTC
cur = ThisComponent.Text.createTextCursor()
cur.goRight(3, True)	
ThisComponent.CurrentController.select(cur)       
transferable = ThisComponent.CurrentController.getTransferable()
cur.String = "" ' here


System clipboard now contains transferable text.

P.S. Does getTransferable really works through system clipboard? O_o
Comment 1 raal 2014-11-07 17:21:35 UTC
Reproducible with Version: 4.3.4.0.0+
Build ID: fae7fed54206b98cc3aac24abcdac384d3bd9437
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time: 2014-11-06_02:16:12
don't know if it's bug or not, leaving unconfirmed
Comment 2 raal 2014-11-07 17:21:56 UTC
Created attachment 109095 [details]
test case
Comment 3 Beluga 2014-11-16 18:25:37 UTC
(In reply to raal from comment #2)
> Created attachment 109095 [details]
> test case

Yep, reproduced.

Win 7 64-bit Version: 4.4.0.0.alpha2+
Build ID: b021b5983c62e266b82d9f0c5c6d8d8900553827
TinderBox: Win-x86@39, Branch:master, Time: 2014-11-12_01:10:08


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.