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

Проблемы с несколькими инпутами в одном попапе (IE9) #359

Closed
hexode opened this issue May 28, 2014 · 5 comments

Comments

@hexode
Copy link

hexode commented May 28, 2014

Если в попапе верстка с двумя селектами, то в IE9 будем наблюдать баги с клавиатурной навигацией по элементам.

nb-input({
    'size': 'm'
    'name': 'answer2'
    'hint': 'hint2'
    'error': {
        'direction': 'right'
        'content': 'ERR'
    }
})

nb-select( {
    'size': 'm'
    'theme': 'pseudo'
    'maxHeight': 5
    'name': 'select'
    'items': [
        {
            'text': 'option1'
            'value': '1'
        }
        {
            'text': 'option2'
            'value': '2'
        }
    ]
})

nb-input({
    'size': 'm'
    'class': 'nb-input-with-focus'
    'name': 'answer'
    'hint': 'hint'
    'error': {
        'direction': 'right'
        'content': 'ERR'
    }
})

image

@basvasilich
Copy link
Contributor

@basvasilich
Copy link
Contributor

Так, по пунктам, что конкретно не работает?
PS: Это последний баг с таким описанием, который не закрыт won't fix. При создании бага надо описывать в чем конкретно баг.

@hexode
Copy link
Author

hexode commented Jun 2, 2014

При нажатии на enter в поле ввода перекидывает фокус на другой инпут, при этом подсвечиваются оба поля ввода.
Дополнительно двойное подсвечивание фокуса прослеживается при переключению(через таб) по элементам

@basvasilich
Copy link
Contributor

«Дополнительно двойное подсвечивание фокуса прослеживается при переключению(через таб) по элементам» Не воспроизводится в мастере.

@basvasilich
Copy link
Contributor

«При нажатии на enter в поле ввода перекидывает фокус на другой инпут, при этом подсвечиваются оба поля ввода.»
Починил.

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

No branches or pull requests

2 participants