Jimmy Thomsen
Jimmy Thomsen
Thanks a million :) Kind regards Jimmy Thomsen [email protected] On 05/24/2013 05:44 AM, Richard Barnes wrote: > Jemt, > I have resolved this issue in my fork at > (https://github.com/r-barnes/GeditSplitView)...
Still seems to be a problem - any plans to solve this ?
It would be interesting to see how **.dom** stack up against other frameworks. I have previously used https://github.com/mathieuancelin/js-repaint-perfs (online demo [here](http://mathieuancelin.github.io/js-repaint-perfs/)) myself to test a simple templating engine I built.
I found that adding "vendor" to files.exclude in .vscode/settings.json would prevent type acquisition from Composer packages. Also, make sure to restart VSCode every time you do something to test whether...
Today I tested with iOS 9.3.5 on an iPad Mini 1 - DropDown was initially positioned just fine with boundary detection enabled. However, selecting an item resulted in the keyboard...
I can confirm this bug on Debian 12. I have made sure I'm modifying the correct config file: `/etc/phpmyadmin/config.inc.php`. I have `$cfg['Servers'][$i]['allowroot'] = false;`, yet I'm still able to log...
Reopening bug report. The problem has not been fully resolved. Assume we have a DropDown like this: [ Item 1 , Item 2 , Item 3 | V ] If...
Actually, removing/disabling `dia.MaximumHeight(50, "%");`, and scrolling all the way to the bottom, also causes scroll to slightly change, when clicking somewhere in the dialog. But this too should be fixed...
Here the left/right position is determine for DetectBoundaries(true): https://github.com/Jemt/Fit.UI/blob/ade73e731e9e4dbfba5abbbfd7296588c3ca82ba/Controls/DropDown/DropDown.js#L2494 Here the right/right position is determined for DetectBoundaries(true, true) - relative to viewport: https://github.com/Jemt/Fit.UI/blob/ade73e731e9e4dbfba5abbbfd7296588c3ca82ba/Controls/DropDown/DropDown.js#L2627
This also seems less than optimal. If e.g. DropDownMaxWidth(100, "em") is configured, the calculated pixel width will be returned and become the basis of the calculation of space available -...