-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative to tooltip customClass deprecated #1395
Comments
most probably as tooltip view config |
I am updating and structuring docs, so I will get to this very soon |
@sbengo please check Alert examples you need to overrid |
should be something like
|
It's not going to work with |
Not, sure yet. I will try |
I have the same problem with deprecated
Now, after it's deprecated (along with tooltipHtml), I'm trying with TemplateRef:
but unfortunately this only results with:
Please note that I'm also using Without parent selectors in CSS, not even in CSS3, it's not possible to get the same behaviour without |
Guys, does this post makes any sense for current situation? |
@valorkin As the article stated only some limited, new browsers might support that. I could not even find info about it at caniuse.com. The sad reality is that some projects (like the one I'm working on currently) still need to support old browsers like IE11 (and so far ng2-bootstrap was working great)... Waiting for CSS4 is not an option today :( |
@valorkin @wojciechpolak The article is April fools joke. |
Hi guys Overriding with an embed style clause is actually working but as @Agamnentzar said, it is not working in Sorry for the following question, I am so novice on angular2 but, there is no way to set it as an input and use again the ngClass statement, as it is commented on the code? Thanks for all, |
I will be at work tomorrow, I will try to play with container=body, if no luck I will add custom class back |
Thing is, there are a lot of popup components here , so if there are no other solution, all of them will be affected |
Ok, I have tried global styling with popovers |
Hi @valorkin ... when you say: "it will be added this week back...but in a bit different format " ... will the NEW format still support tooltipClass and tooltipHtml? Thanks |
Can U please tell me what /* tslint:disable no-unused-css*/ means and what should I do (change tslint settings or...) I managed to change popover width only in css file which is imported in index.html. Even then when I change height or max-height popover can't be closed.. |
Any updates on this? Really need something like this so I can create global classes for different sizes (sm, md and large tooltips). Now these styles need to reside within each component which seems tedious. |
+1 |
Hi @valorkin Any update on this issue? |
Hi @valorkin, any update to this? I can bring this feature back and create pull request if you want. |
I was reading this like yesterday, and half of year just gone away ... |
@valorkin I am trying to set width of tooltip but I can't do it. I use option containerClass |
http://valor-software.com/ngx-bootstrap/#/tooltip#custom-class |
@valorkin I tried customClass property with ngx-bootstrap tooltip and it works fine. However, I see that the tooltip is transparent now. I can see all the elements on the main page body through the tooltip. How do I fix this? I tried the following without any luck: .tooltip.customClass .tooltip.in{ How do I resolve this issue? |
check the docs linked above, and use |
Hi, just updated my ng2bootstrap module and I am surprised that customClass is deprecated on tooltip...
Looking at the example provided, you have recently commented the part where customClass was applied. This is really important for me because we are showing a dt/dd inside the tooltip so we need it wider than 200px
There is some alternative?
Will it come back?
Thanks!
The text was updated successfully, but these errors were encountered: