cibernox / ember-power-select

The extensible select component built for ember.
http://www.ember-power-select.com
Other
540 stars 377 forks source link

Mouseover causing select options to jump to top when using block options. #402

Closed AndrewMoore10 closed 8 years ago

AndrewMoore10 commented 8 years ago

v0.10.0-beta.5 I have a block for my select options

`

Full Name

email@example.com

EID

`

When I mouse over the options, the box jumps to the top with the following error in console:

options.js:32 Uncaught TypeError: Cannot read property 'dataset' of undefined(anonymous function)

AndrewMoore10 commented 8 years ago

Submitted PR to fix the console error.

The jump to top issue was believed to be caused by my nested block being 'float: left;'