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

[bug] Touch input problems in email application

Tracked by Jolla (In release)

asked 2018-09-09 22:51:50 +0300

Jk gravatar image

updated 2018-09-10 11:13:41 +0300

jiit gravatar image

I copied this from Nurmonjoki release notes. So this is new bug presented in sailfish 2.2.1.18.

If you want to write a new mail it's hardly possible to hit the + for opening contacts. Also if you first write the subject of the mail, you can't go back in the first line to write the receiver. If you open the extended settings all work like expected.

I countered this with xperia x, and I don't know if other devices affected.

edit retag flag offensive close delete

Comments

2

+1, Its happening on my Xperia X too. How did this get broken?

goldenm ( 2018-09-10 07:36:46 +0300 )edit
1

Same problem here, Xperia X.

magullo ( 2018-09-10 11:06:57 +0300 )edit
4

Thanks for the report. I have filed a bug about the issue.

jiit ( 2018-09-10 11:12:42 +0300 )edit

1 Answer

Sort by » oldest newest most voted
3

answered 2018-11-28 10:48:31 +0300

I've found the root of the issue and submitted a patch. For reference here is the patch:

--- a/EmailComposer.qml
+++ b/EmailComposer.qml
@@ -561,6 +561,7 @@ Item {
                         TextSwitch {
                             id: requestReadReceiptSwitch
                             checked: false
+                            visible: !requestReadReceiptItem.compressed
                             //: Enables read receipt request
                             //% "Request read receipt"
                             text: qsTrId("jolla-email-la-request_read_receipt")

The file to be patched is /usr/lib/qt5/qml/com/jolla/email/EmailComposer.qml.

edit flag offensive delete publish link more
Login/Signup to Answer

Question tools

Follow
4 followers

Stats

Asked: 2018-09-09 22:51:50 +0300

Seen: 378 times

Last updated: Nov 28 '18