Skip to content

Validates the input method attributes received from input method.

Xuetian Weng requested to merge work/fix-443977 into master

A buggy input method may send invalid values to the widget. E.g. out of range cursor position. Make sure we don't use such value directly.

BUG: 443977

Merge request reports