adopted-ember-addons / emberx-select

Select component for Ember based on the native html select element.
https://emberx-select.netlify.com/
MIT License
199 stars 81 forks source link

Emberx Select flashes/blinks on first click #116

Closed trumb1mj closed 8 years ago

trumb1mj commented 8 years ago

Version of x-select: 2.1.2

Ember Version / Ember CLI Version:

Ember Version: 2.4.3 Ember CLI Version: 2.4.3

Expected Behavior

Actual Behavior

When clicking on an xselect for the first time, a flashing or blinking occurs. This also occurs when clicking away and back on the xselect.

Steps To Reproduce:

  1. Create xselect
  2. Click on it

    GIF of behavior

xselect-bug

Robdel12 commented 8 years ago

Hmm, this one is interesting. Is there anyway you can reproduce this? I have a feeling there's something interfering here. Browsers?

trumb1mj commented 8 years ago

I can't seem to reproduce this in a bare bones project. I'll try stripping dependencies away from my project to see if I can isolate where the conflict is.

I'm using a couple things that may cause issues: fastclick, jquery scroll wheel..? No idea though.

trumb1mj commented 8 years ago

Upgrading my version of jquery to 2.1 seemed to fix this.