Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uplibsimpleservo ignores ShowIME and HideIME events #23969
Closed
Labels
Comments
|
The root cause of #22983. cc @paulrouget |
This was referenced Aug 14, 2019
Merged
bors-servo
added a commit
that referenced
this issue
Aug 22, 2019
Missing C methods Depends on #23983 Fix #23969 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23999) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
HideIMEandShowIMEevents are ignored by libsimpleservo:servo/ports/libsimpleservo/api/src/lib.rs
Lines 571 to 574 in c475755