Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8146970 | 8u92 | Murali Billa | P3 | Closed | Fixed |
Input fields having maxlength attribute functionality broken from 8u60 (also tested in 8u72)
Steps to repro.
1. Go to www.gmail.com
2. click on create account
3. In Choose username field enter below text (max. limit is 30)
abcdefghijklmnopqrstuvwxyzabcd
4. Now click anywhere in this string and try to enter text..
5. User is able to enter the text beyond max limit(30) which is wrong.
In Pre-8u60, maxlength attribute is not honoured and user is able to enter till webview hangs.
Steps to repro.
1. Go to www.gmail.com
2. click on create account
3. In Choose username field enter below text (max. limit is 30)
abcdefghijklmnopqrstuvwxyzabcd
4. Now click anywhere in this string and try to enter text..
5. User is able to enter the text beyond max limit(30) which is wrong.
In Pre-8u60, maxlength attribute is not honoured and user is able to enter till webview hangs.
- backported by
-
JDK-8146970 Input fields accepting characters beyond maxlength attribute
-
- Closed
-