Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update register.php #10

Merged
merged 2 commits into from
Nov 20, 2014
Merged

Update register.php #10

merged 2 commits into from
Nov 20, 2014

Conversation

flodef
Copy link
Contributor

@flodef flodef commented Nov 14, 2014

  • Remove unused variable : $cur_item_info
  • Change .click for .focus : correct a bug when the text doesn't disappear on chrome after changing tab

- Remove unused variable : $cur_item_info
- Change .click for .focus : correct a bug when the text doesn't disappear on chrome after changing tab
- Correct previous commit when it was impossible to set any value anymore (oooops, I went too quickly on this one)
- Use .val instead of .attr("value") because the latter is deprecated
jekkos added a commit that referenced this pull request Nov 20, 2014
@jekkos jekkos merged commit d6926fe into opensourcepos:master Nov 20, 2014
@flodef
Copy link
Contributor Author

flodef commented Nov 21, 2014

With the click behavior, if the field is focused and I go to another tab in my navigator, when I come back to my ospos tab, the field is focused but the text is still displayed inside. If I start typing I get my typing plus the label text at the end. With the focus behavior, this doesn't append anymore : the label text is always deleted if the focus is on.

It corrects also the tabbing through input fields, you're right.

@flodef flodef deleted the patch-3 branch November 21, 2014 19:24
@odiea odiea mentioned this pull request May 1, 2023
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants