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

Нет возможности делегировать события mouseenter и mouseleave #651

Open
km256 opened this issue Jun 22, 2015 · 2 comments

Comments

@km256
Copy link

km256 commented Jun 22, 2015

Нет возможности подписаться на события mouseenter и mouseleave в секции live

live: {
   this.liveBindTo('elem', 'mouseenter', function(e) {
      this._onMouseEnter(e);
   })
}

В этом случае mouseenter будет повешен на document и не будет зажигаться каждый раз когда происходит mouseenter на непосредсвенно элементе.
https://github.com/bem/bem-bl/blob/support/2.x/blocks-common/i-bem/__dom/i-bem__dom.js#L1217

@golyshevd
Copy link

Тут что нибудь происходит? Мне тоже интересно

@tadatuta
Copy link
Member

@golyshevd код затащили внутрь, так что здесь уже апдейтов не будет. Вопрос стоит адресовать команде Islands.

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

3 participants