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

Pressing the "enter" key does not change the input value #10

Closed
11 of 17 tasks
kevocde opened this issue Oct 12, 2018 · 0 comments
Closed
11 of 17 tasks

Pressing the "enter" key does not change the input value #10

kevocde opened this issue Oct 12, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@kevocde
Copy link
Contributor

kevocde commented Oct 12, 2018

Prerequisites

  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • The issue still exists against the latest master branch of yii2-number.
  • This is not an usage question. I confirm having gone through and read the documentation and demos.
  • This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
  • I have attempted to find the simplest possible steps to reproduce the issue.
  • I have included a failing test as a pull request (Optional).

Steps to reproduce the issue

  1. Define a data table with GridView.
  2. Define a column that uses this widget.
  3. Place a test value and press tab.
  4. Now press go to the field again, change the value and press the enter key.

Expected behavior and actual behavior

  • When I follow those steps, I see...
    The search is performed but it remains with the previous value to press the tab key and not the new value.
  • I was expecting...
    The search is performed with the indicated value when pressing the enter key

Environment

  • Apache server
  • PHP 7.1

Browsers

  • Google Chrome
  • Mozilla Firefox
  • Internet Explorer
  • Safari

Operating System

  • Windows
  • Mac OS X
  • Linux
  • Mobile

Libraries

  • jQuery version: 3.2.1
  • yii2-number version: 1.0.4

Isolating the problem

  • This bug happens on the docs and demos page
  • The bug happens consistently across all tested browsers
  • This bug happens when using yii2-number without other plugins.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants