Re: RFR: 8269026: PasswordField doesn't render bullet character on Android [v2]

2021-06-18 Thread Kevin Rushforth
On Fri, 18 Jun 2021 14:45:21 GMT, Jose Pereda wrote: >> This PR modifies the PasswordField's bullet character used on Android, as >> the current unicode code is not supported for most fonts, including Roboto. > > Jose Pereda has updated the pull request incrementally with one additional > commi

Re: RFR: 8269026: PasswordField doesn't render bullet character on Android [v2]

2021-06-18 Thread Jose Pereda
> This PR modifies the PasswordField's bullet character used on Android, as the > current unicode code is not supported for most fonts, including Roboto. Jose Pereda has updated the pull request incrementally with one additional commit since the last revision: Address feedback from reviewer

Re: RFR: 8269026: PasswordField doesn't render bullet character on Android

2021-06-18 Thread Jose Pereda
On Fri, 18 Jun 2021 14:21:16 GMT, Kevin Rushforth wrote: >> This PR modifies the PasswordField's bullet character used on Android, as >> the current unicode code is not supported for most fonts, including Roboto. > > modules/javafx.controls/src/android/java/javafx/scene/control/skin/TextFieldSki

Re: RFR: 8269026: PasswordField doesn't render bullet character on Android

2021-06-18 Thread Kevin Rushforth
On Fri, 18 Jun 2021 14:08:25 GMT, Jose Pereda wrote: > This PR modifies the PasswordField's bullet character used on Android, as the > current unicode code is not supported for most fonts, including Roboto. Marked as reviewed by kcr (Lead). modules/javafx.controls/src/android/java/javafx/scene

RFR: 8269026: PasswordField doesn't render bullet character on Android

2021-06-18 Thread Jose Pereda
This PR modifies the PasswordField's bullet character used on Android, as the current unicode code is not supported for most fonts, including Roboto. - Commit messages: - Modify bullet character for PasswordField on Android Changes: https://git.openjdk.java.net/jfx/pull/537/files