ember-pop-over icon indicating copy to clipboard operation
ember-pop-over copied to clipboard

Error using tooltip recipe

Open patrickberkeley opened this issue 9 years ago • 1 comments

Using the tooltip recipe I get the following error:

Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

Steps to reproduce:

  1. ember install:npm ember-pop-over
  2. ember g ember-pop-over
  3. ember g component tool-tip
  4. Add the tooltip recipe from the README to app/components/tool-tip.js
  5. Add the tooltip handlebars from the README to any template
  6. Hover over the tooltip in the browser

patrickberkeley avatar May 07 '15 02:05 patrickberkeley