Reviewing merge request #10: Fixed Bug 17610: Selected text in text input gets deleted when invoking context menu
Added a condition to avoid the selection in text input be removed when showing a context menu.
Cause:
To showing a context menu will cause the SIP be closed, and the inputMethodEvent will be triggered.
The selection in text input will be remove because the inputMethodEvent will clean the preedit content, WebKit treat the preedit as a selection. So the selection in text input also be removed.
The inputMethodEvent should not to handle the "preedit" due to there are no "preedit" support on Meego platform currently.
Commits that would be merged:
Version 2
- 01e1cc5
- 38bcddf
Fixed Bug[17610] Selected text in text input gets deleted when invoking context menu
Showing
01e1cc5-38bcddf

Add a new comment:
Login or create an account to post a comment