electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

Cannot use touch keyboard with password fields #641

Closed conteit closed 6 years ago

conteit commented 6 years ago

See main issue at https://github.com/electron/electron/issues/13832 for details

It looks like the main Chromium project is already working on the fix for this problem, caused by a breaking change in Windows 10 1803 (https://chromium-review.googlesource.com/c/chromium/src/+/946928).

I've tried to backport it, but it looks like the patch refers to a new feature that has been introduced after the version currently embedded in Electron.

MarshallOfSound commented 6 years ago

@conteit This should live over in electron/electron#13832, if someone gets some free time to tackle that patch they can look at it.