question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Password label moves inside the input field

See original GitHub issue

Type of issue: (check with “[x]”)

- [ ] New feature request
- [x] Bug  
- [ ] Support request

Current behaviour: Password label moves into the input field after logout snip20161206_10

Expected behaviour: Password label stays in the correct location.

Steps to reproduce the issue:

  1. Go to Alfresco (Platform or Share) and create any valid user.
  2. In a browser that has Save Password functionality embedded (e.g. Chrome) go and enter: http://<hostname>:<port>/login
  3. Enter the username and password and press SIGN IN button.
  4. Logout from the application and open again http://<hostname>:<port>/login page

Component name and version: ng2-alfresco-login.

Browser and version: Chrome

Node version (for build issues):

New feature request:

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DenysVuikacommented, Feb 9, 2017

Current component (MDL input) we are using is known for these kinds of problems. We had the same with Form component. I suggest we migrate login to material/input to get the same look and feel but more stable implementation. We already use that library so migration efforts should be minimal.

0reactions
ohejcommented, Feb 9, 2017

Reopening for reinvestigation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Form Label Appears Inside Input After Text is Entered
Give the div relative position and to the label an absolute position and align it so that it sits on top of the...
Read more >
How to build a floating label input field - ITNEXT
Let's take a look at building a floating label for input fields using css animations and es6.
Read more >
<input type="password"> - HTML: HyperText Markup Language
<input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line...
Read more >
Input label does not move up when value or placeholder is sp
I am trying to use mdbootstrap in my meteor app but am running into issues with forms: the label does not move above...
Read more >
Avoid Placeholder Text by Animating Form Labels - Knowbility
Let's dive into one approach using CSS positioning and transitions: ... Move the labels to overlap the input fields. form input, form label...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found