angular-tooltips icon indicating copy to clipboard operation
angular-tooltips copied to clipboard

tooltip-append-to-body not work correctly on IE

Open Lehani opened this issue 9 years ago • 6 comments

Example from 128 not work correctly on IE11. Tooltip displayed under the div, not under the button. Example

Lehani avatar Jan 22 '16 07:01 Lehani

Hi @Lehani,

I'll prepare a vm with IE11 from dev.windows.com and I'll check your issue (I haven't a window here). Just to understand where should be the issue, have you got any idea why there is this unequal behavior?

Thanks, Dario

wouldgo avatar Jan 26 '16 20:01 wouldgo

I'm sorry for the late reply, but I do not know what the problem is. IE strange browser.

Lehani avatar Feb 23 '16 10:02 Lehani

To me tooltip-append-to-body is not working at all.

vedran-milic avatar May 18 '16 13:05 vedran-milic

@vedran-milic on IE only or everywhere? Which version of IE you tried?

thanks.

45kb avatar May 18 '16 14:05 45kb

@45kb I've tried it in chrome, and it didn't work. I guess it was js conflict of some sort, although I didn't have any console message. Anyway tooltips were bad choice for what I'm doing now so I'm not using them now so I can't tell you why it didn't work.

vedran-milic avatar May 18 '16 14:05 vedran-milic

@vedran-milic understood, just, if i open the demo page inside the repo i see it works correctly, maybe not on IE but i can't test on IE at the moment.

If you want to check yourself just clone the repo and run:

npm install && bower install && gulp serve

45kb avatar May 18 '16 14:05 45kb