Teijo Laine

Results 74 comments of Teijo Laine

Hey @nghientai, if you want to avoid rendering the last connector that ties the loser bracket to the grand finals, you could see if leaving this bit of code would...

The styles look different at least. Could be that there's some conflicting CSS that breaks the calculations. Does it work properly when not in a modal?

> not size nor position At least the boxes are rounded in your screenshot and there is a gap on left between the connector and the match box. However, if...

Tested @kpagcha with your snippet and saw the problem. The problem is that some of the size calculations are performed based on the rendering of the page (i.e. the code...

The fix is to initialize bracket after container is rendered on your web page. Alternatively the library could maybe be improved so that calculations wouldn't be based on relative sizes.

It's not supported, but if you want to give it a go, this would be the function you would need to modify: https://github.com/teijo/jquery-bracket/blob/6fbd3f3e9535b6822a57b790bc93d96431a49cc8/src/jquery.bracket.ts#L590

I agree, would be useful for live events.

Assuming you have all the Javascript files in place, you probably don't have an element corresponding to selector `#minimal .demo`. Add `` and change `#minimal .demo` to `#bracket`.

Hi, Do you have any good references for each case, especially how they should be visualized. Brackets already supports double elimination, and also a few variations of it. Please see...

Hi, That's not currently possible, although it might not be too hard to implement if you want to have a go at it. Is the use case to have a...