Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.4
-
SW: Symbian Belle wk41
HW: E7
-
2be143ebb5246bb2f9b674bb09d23df5b2b6c504, 5195c26208e9e2d80509c8308d590da2ef8a029b
Description
Envornment
- E7 + SR1 wk41
Source code
import QtQuick 1.1 TextEdit { width: 400; height: 400; color: "white" text: "World\n" }
Steps to reproduce
- Activate Predictive Text (Settings -> Phone -> Language -> Predictive Text -> check Letter keyboard)
- Open the sample application (SandBoxQML.sis)
- Go to landscapemode, opening the keyboard slide
- Put cursor before the word "World"
- Type "gg" using the hardware keyboard
- Press down arrow to show the candidate list
- Select "gg" either by tapping, pressing space or enter key
Actual result
- The text becomes "ThWorth" (video attached: 2011018_006.mp4)
Expected result
- The text becomes "bbWorld"
NOTE: "Th" inserted instead of "bb" is a bug that needs to be fixed in Symbian's text input. On this report, please investigate why the last 2 letters "ld" get replaced by "th"