Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

keyboard does not disappear when after the pop-up is closed #5974

Closed
newrachael opened this issue May 7, 2013 · 2 comments
Closed

keyboard does not disappear when after the pop-up is closed #5974

newrachael opened this issue May 7, 2013 · 2 comments

Comments

@newrachael
Copy link

Issue description

  • keyboard ( in iPhone ) dose not disappear, when popup is closed.

Test page (see below)

Steps to reproduce

    1. Click the sign in button ( form )
    2. Click the username text box
    3. Click the outside of pop-up

Expected outcome

  • keyboard will be disappear.

Actual outcome

  • keyboard does not disappear

Platforms/browsers (including version) and devices tested

  • iPhone5. Android 4.1 (Galaxy note )

jquery-mobile / js / widgets / popup.js

671line
_close: function( immediate ) {
this._ui.container.removeClass( "ui-popup-active" );
this._page.removeClass( "ui-popup-open" );

            // after 
            input elements in container have to call "blur"
gabrielschulhof pushed a commit that referenced this issue May 7, 2013
…t have focus after the popup is closed. Tests #5974.
@gabrielschulhof
Copy link

@newrachael, could you please verify that the keyboard disappears when you follow the steps you listed on the page below?

http://view.jquerymobile.com/master/dist/demos/widgets/popup/

gabrielschulhof pushed a commit that referenced this issue May 7, 2013
…t have focus after the popup is closed. Tests #5974. (applied by hand from 273624b)
gabrielschulhof pushed a commit that referenced this issue May 7, 2013
…ainer itself, upon closing. Fixes #5974 - keyboard does not disappear when after the pop-up is closed.

(cherry picked from commit 4659c97)

Conflicts:
	js/widgets/popup.js
@newrachael
Copy link
Author

@gabrielschulhof

Thank you for your quick response. This issue has been fixed ( keyboard disappears when pop-up is closed )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants