coolibry

Results 16 comments of coolibry

Hi, a big up for this, i solved in connector app, in Application.php with the default file, at function checkAuthentication(), comment with // the line start by : `throw new...

yes the main reason is for portability, in my application all path are in relative path. also if font have only 1x type, then font path is relative path.

hello, i tested the patch in Windows env with php 7.4 patch need little adjustment : ``` //remove full path added by function setFontFamilies (line 546) $CurrentFontDir = $this->getOptions()->getFontDir(); foreach...

hello, i make demo to show there is something to remove before make anything: https://jsfiddle.net/b16qd7w0/ with Firefox browser problem is shown easier, to make testing : select 10x element to...

thanks for version V2.3.1, this is a great improvement for reactivity, from my demo, when open select, you can see in console that open() is trigger 2 or 3 times....

spot is found at render.ts : ``` line 225 = main.onfocus line 258 = main.onclick line 701 = input.onfocus ``` this 3x event trigger at the same time open() when...