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
  • Version 1
  • Version 2
  • 01e1cc5
  • 38bcddf
  • Fixed Bug[17610] Selected text in text input gets deleted when invoking context menu

Showing 01e1cc5-38bcddf

Comments

Pushed new version 1

Pushed new version 2

→ State changed from Open to Closed

merged. thanks

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository