adobe / brackets-phonegap

A brackets extension for PhoneGap development.
112 stars 52 forks source link

Error message is truncated or overlaped when log in #8

Closed Zhuyun closed 11 years ago

Zhuyun commented 11 years ago
  1. Launch Edge Code
  2. Click PhoneGap Build on the right top corner
  3. Input incorrect username then click login
  4. The error message hide on behind of password field

Env: MacOS X 10.6/7/8 and Windows 7/8 Lang: English Build: 3797 with latest phonegap package

Screenshot https://www.dropbox.com/s/lrie9jrw0ubwwq1/PhoneGap_ErrorMessageTruncated.jpg

cfjedimaster commented 11 years ago

This isn't - from what I can see - an incorrect username error. Instead, it looks like the field has type=email, and the HTML5-based auto validation is being hidden. If so, the type could be switched to text so that usernames are supported as well. At minimum, the default validation can be disabled and custom logic used instead.