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

Не тригерится submit по enter-у в инпуте внутри формы #376

Closed
hexode opened this issue Jun 5, 2014 · 5 comments

Comments

@hexode
Copy link

hexode commented Jun 5, 2014

До формы не всплывает событие 'submit' по нажатию enter в инпуте.
А должно работать - http://jsfiddle.net/2pEEV/

@basvasilich
Copy link
Contributor

@yandex-ui/nanoislands
так ребята давайте определимся, нам нужны нативные события или нам нужны обертки?

@hexode
Copy link
Author

hexode commented Jun 5, 2014

Я не совсем понимаю роль оберток если есть нативные события.

@Rebulus
Copy link
Contributor

Rebulus commented Jun 5, 2014

#104 - было такое issue
а что такое обертка для события?

@arteg
Copy link
Member

arteg commented Jun 5, 2014

вот еще обсуждение #160

@hexode
Copy link
Author

hexode commented Jun 5, 2014

Плюсы проксирования нативных событий по возможности:

  1. мы к ним привыкли и ожидаем их увидеть :)
  2. это не ломает совместимость с jquery плагинами и другой функциональностью работающий с DOM events
    То есть, если что-то уже реализовано зачем изменять этот дизайн. Кастомные события пускай идут параллельно с нативными если в этом есть необходимость.

Я лично за то, чтобы по максимуму сохранять совместимость с DOM.

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

4 participants