Element: [Bug Report] Tooltip don't work

Created on 12 Mar 2018  ·  8Comments  ·  Source: ElemeFE/element

Element UI version

2.2.1

OS/Browsers version

MacOs Version: 10.13.1 / Chrome Version: 63.0.3239

Vue version

2.5.15

Reproduction Link

No

Steps to reproduce

  • there is creating popperVM
    image

  • image
    *
    image
    *
    image

What is Expected?

visible tooltip

What is actually happening?

Don't visible tooltip

Why can don't create instance virtual node from popoverVM.node?

On jsfiddle.com all works. (

Tell me, please, what specific problems I may have.

Thanks

tooltip repro

Most helpful comment

I found overflow tooltip don't work when using webpack.DllPlugin to pack element-ui into vendor.

All 8 comments

Please minify your project and push it to a GitHub repo. We couldn't figure out what went wrong without actual code.

I undestand, that need repro, but I use element in private project. And don't can to reproduce on jsfiddle.com. But what can be causes, that popoverVM.node don't render?

<script src="//unpkg.com/[email protected]/lib/index.js">
is there index not minified? what could I do debug code on _jsfiddle.com_...

It doesn't matter if your project is private. You can remove all irrelevant code, making the repo as small as possible, but still can reproduce the problem.

Please open a new issue when you have a repro. Closing this one.

I found overflow tooltip don't work when using webpack.DllPlugin to pack element-ui into vendor.

Same issue with @jimliang

using webpack to load element-ui &vue, element-ui has code require('vue'),and it will load vue.js,if you config vue.min.js Tooltip will not working

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sudo-suhas picture sudo-suhas  ·  3Comments

makunsusu picture makunsusu  ·  3Comments

yuchonghua picture yuchonghua  ·  3Comments

yorululu picture yorululu  ·  3Comments

smallpath picture smallpath  ·  3Comments