-
Notifications
You must be signed in to change notification settings - Fork 102
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
no refresh for b:tab against p:tab with p:gmap #205
Comments
I managed to reproduce the bug. |
Currrently we're busy releasing version 0.8.0, so I didn't find the time to investigate this issue further. |
Hi again, Thanks in advance. |
@Kristover Thanks for the reminder. It's important for us to know which features are really needed and which are just "nice to have". As another guy recently said, it's the squeaky wheel that gets the grease. As far as I remember, this is a really nasty bug, but I'll have a look at it again. If you don't hear from me within the next couple of weeks, don't hesitate to poke me again :). |
I have found a same old bug in primeface too But why is this commit where a solution? I inspect the code and find gmap is a kind of DeferredWidget. In the definition of PrimeFaces.widget.DeferredWidget i found we need an outer div container with a class ui-hidden-container The definition of the global helper PrimeFaces.invokeDeferredRenders is in So i add in my commit to the out div container the primeface class ui-hidden-container and a call by event for PrimeFaces.invokeDeferredRenders(outer-div-container-id) |
Solved by #1076. Thank you very much, @geopossachs. I'll upload BootsFaces 1.4.2-SNAPSHOT in a minute. If you're still listening after such a long time - your PR has been pending for three months - please run a test with BF 1.4.2-SNAPSHOT and confirm the bug has been solved. Thanks in advance, and greetings to Saxonia! |
Hi,
i encounter a problem with a distinctive comportment between p:tab and b:tab when it is the second tab (not active one) and where you put a gmap.
Let's try the following code : If you click on 2nd p:tab, gmap is displaying. If you click on 2nd b:tab, the gmap is not displaying ?
of course need to add following to work...
Thanks in advance for any advice.
Regards
The text was updated successfully, but these errors were encountered: