-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Unable to dock properly #553
Comments
Well that's not a lot of information to start helping you from. Please use the example applications we provide both in this repo and |
We have the same intermittent problem here and we are currently investigating it. Re-sizing the container form fixes it. We don't have the steps to reproduce yet. |
ya, resizing fixes it....... |
OK, @sylvain-hamel since you submitted #536 I guess you are on the JsBinding_WIP branch, right? Thanks for that one 👍 btw! And I guess from the "yeah, resizing fixes it" that you are both on WinForms ...? If so please note that the fixes in master between release |
@jornh, yes on Are there recent fixes in @asarchit65 are you on |
Nope, sorry apparently the good @amaitland already merged those! Forget my last comment. |
Is the issue present in the 'WinForms Example'? I was see that issue, was hopeful it's fixed. |
@amaitland I think there is still hope that the fixes in the three PRs I mentioned above fixes it. Your fixes were merged into This must mean that if @sylvain-hamel has seen issues with code from before that merge-point new testing has to be done before we can conclude anything new. @asarchit65 a screenshot in itself doesn't really help us help you, we need some steps to reproduce. Only thing we can see is that you are most likely building a tabbed browser UI. For that I suggest you take a look at latest |
@jornh That is a very valid point, it was very recently that I merged those changes from |
Hi guys, I updated my branch with the new code and I still have the bug, but things have improved. As a workaround, I can now call By the way, I'm building a tabbed interface too. The tab component by Janus. The bug might be cause by the fact that the control is created while it is not actually visible on the screen. |
@jornh , @amaitland did you see my last comment? Any thoughts on what could be the cause? Do you think you can work on this issue even without a proper repro project? |
@sylvain-hamel Without an easy way to reproduce the issue it's quite difficult to investigate this further. Thoughts? |
There's also the option of trying a newer version of There's also an even newer version of Also it might be worth having a look at #522 |
@amaitland Ok. I'll give it a try later this week. For now my workaround is viable. |
fix #553 by handling Initial resize and OnSizeChanged
when i open new tab in my application having chromium web browser it open but it don't dock properly.
The text was updated successfully, but these errors were encountered: