We have moved to a new Sailfish OS Forum. Please start new discussions there.
16

[Bug] Keyboard problems (clipboard-copy-paste) (1.1.4.29) [duplicate]

asked 2015-05-08 13:52:49 +0300

Tobbe gravatar image

updated 2016-08-22 09:51:46 +0300

chemist gravatar image

With the new update the clipboard stops working quite often. The same frase remains even tho I've selected new words. The keyboard reset in Sailfish Utilities doesn't help either, only a reboot fixes the problem. This is really irritating since I'm writing lyrics on my phone.

edit retag flag offensive reopen delete

The question has been closed for the following reason "duplicate question" by chemist
close date 2016-08-22 09:51:52.431797

Comments

The exact same thing (reboot to fix stuck clipboard) happened to me in the previous (1.1.2) version. I was going to post it as a possible bug but then 1.1.4 came along and I didn't see the point.

niquest ( 2015-05-08 15:50:10 +0300 )edit

I've had the problem earlier but back then Sailfish Utilities solved the problem.

Tobbe ( 2015-05-08 19:28:45 +0300 )edit

I just had the same problem for the second time. I could fix it by restarting the GUI with the command systemctl --user restart lipstick in fingerterm. So the problem seems to be an issue with lipstick.

wanderer ( 2015-05-28 07:11:32 +0300 )edit

I also confirm the error. It can be reproduced by just creating a TextEdit and copying its text several times (several different texts)

TextArea {
    id: hiddenTxtBox
    visible: false
}
function copy() {
            hiddenTxtBox.text = sampledata;
            hiddenTxtBox.selectAll();
            hiddenTxtBox.copy();
        }
leszek ( 2015-06-02 13:21:21 +0300 )edit

Still happening with my 1.1.9.28 (Eineheminlampi). What do you mean by cerating a TextEdit? And what is that piece of code you have there and how do you run it?

Robin ( 2015-10-13 08:12:43 +0300 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2016-08-22 09:51:25 +0300

chemist gravatar image

duplicate of https://together.jolla.com/question/68537/clipboard-copy-paste-broken-not-getting-updated-at-times/

edit flag offensive delete publish link more

Question tools

Follow
1 follower

Stats

Asked: 2015-05-08 13:52:49 +0300

Seen: 391 times

Last updated: Aug 22 '16