kpagcha
kpagcha
I can't show you a demo because the plugin isn't published on CDNs so I can't link it in jsfiddle and similar sites.
But you can try the following code yourself locally and see how the connectors are mispositioned: ```html Bracket Show modal $(document).ready(function () { var data = { "teams": [ ["Team...
@krysennn and are you using a Bootstrap modal or are you not?
So is there any way to fix this? I tried forcing the modal's height on show to a previously rendered bracket's height but the connectors were still off.
What do you mean after the container is rendered? I am showing the modal and **then** initializing.
Yes this is a completely different matter. In that comment I was asking about what method was being applied in the double-elimination brackets when selecting WB losers which are sent...
> Every time the bracket size increases, the number of rounds switches between even and odd I don't think so. The loser bracket will also have an even number of...
I will try fixing it then. Unfortunately I don't know TypeScript so I cannot make changes directly to the repo. So I will try directly with the JS dist.
I thought I managed to fix it passing `roundCount` to `loserMatchSources` and changing this `const winnerMatch = (r % 2 === 0) ? (matchCount - m - 1) : m;`...
Yeah I've tried that but it really didn't work. [Check it out](https://plnkr.co/edit/i4W2bsxJyI3dDOzWHrJa?p=preview). As of applying the dragscroll after the bracket is rendered, yeah, I thought of that; you can reapply...