You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: Sorry, I didn't realize these other threads were discussing this. #21
My implementation crashes any browser when I narrow that browser to ~576px or less. My minWidth is 180, minColulmn =1. This makes the issue obvious in phones, portrait view.
I checked the code and found this infinite loop
i added a watchdog to avoid the problem but still the bug exists
in _renderGrid at line 295
$maxloop = 1000;
while ($maxloop>0) {
$maxloop--;
if(this.columns === col) {
this.columns++;
}
The text was updated successfully, but these errors were encountered: