<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi,<br>
IANADev, but this might perhaps be related to the bugs <br>
<a class="moz-txt-link-freetext" href="https://bugs.kde.org/show_bug.cgi?id=313212">https://bugs.kde.org/show_bug.cgi?id=313212</a><br>
(see also: #307748 and #304230)<br>
<br>
You could try setting the Qt::ImhNoPredictiveText flag on the
QLineEdit<br>
and see if it still shows that behaviour. Just an idea...<br>
<br>
Best regards,<br>
Sebastian<br>
<br>
<br>
<br>
Am 25.06.2013 21:20, schrieb Alex Bilyk:<br>
</div>
<blockquote
cite="mid:326315DAB9622F4088C6D3BBB5293FFA73E85547@US-GVL-EXCH01.gbsorg.net"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css" id="owaParaStyle"></style>
<div style="direction: ltr;font-family: Tahoma;color:
#000000;font-size: 10pt;">
<div style="direction:ltr; font-family:Tahoma; color:#000000;
font-size:10pt">Hi,
<div><br>
</div>
<div>I'be been working on a team that is porting a desktop app
from Windows to Android. It's a large C++ app. We are
putting tablet friendly UI in place of the one we have
developed for the desktop. One of the things I'm doing here
is making a proxy input for QLineEdits in the app. The user
interaction flow is this </div>
<div><br>
</div>
<div>- the user invokes one of our many app dialogs - a dialog
full of QLineEdits shows up (a form)</div>
<div>- user taps one of the text input fields</div>
<div>- a proxy input dialog pops up with a single QLineEdit
and ENTER push button; the Android keyboard pops up at the
same time. The proxy dialog is positiond right above the
keyboard.</div>
<div>- the user enters text in this new edit box, hits ENTER
in the dialog or Done on the keyboard</div>
<div>- the proxy dialog and keyboard disappear and the text
that was entered is copied into the QLineEdit that was
originally tapped on.</div>
<div><br>
</div>
<div>Now, the issue that I have spend what seems like
inordinate amount of time on is that when I tap the
Backspace key on the Android keyboard all I get is a bunch
of InputMethod events that have all their properties blank:
commitString, preeditString and positional data all are
blank or zero. </div>
<div><br>
</div>
<div>As a result, hitting the Backspace key has no effect
whatsoever in the proxy input box. This is the only key that
exhibits this seemingly no-op behavior.</div>
<div><br>
</div>
<div>Would anyone know what might be going on with this?</div>
<div><br>
</div>
<div>Thank you very much,</div>
<div>Alex</div>
<div><br>
</div>
<div><br>
</div>
<div> </div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Necessitas-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Necessitas-devel@kde.org">Necessitas-devel@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/necessitas-devel">https://mail.kde.org/mailman/listinfo/necessitas-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>