nebrot

Results 13 comments of nebrot

Same problem for us with a complete new installation (2020.03.1). I have debugged it in method `updateNeeded` in /Setup/Controller.php. `$this->_getUpdatesByPrio($count)` returns: ``` Array ( [1000] => Array ( [0] =>...

Did you try to set "allowParentLinks" to "false"? https://github.com/ComputerWolf/SlickNav#options

Your demolink works for me. Resize your browser and you'll see the mobile menu.

Anything that i can do to get it tested and merged?

See #102 for the reason of the current value.

The prefix "new-" must be still at the beginning. Could you change it to `autocomplete: 'new-powermail-hp-{form.uid}'`?

> > > @nebrot Hello, > > why is the `new-` prefix needed? Because the screenreader is now not acting with this field anymore, but the field is still invalid....

I don't have read the whole issue, but could this be related with "Doctrine 2.11.x breaks prepared parameters" https://forge.typo3.org/issues/92376 ?

See #1053 Try to comment out `//columnWidth: '.lightBox_size',` this fixed the problem for us in Firefox 61. @desandro I have created a CodePen where yo can see the issue in...

> commenting out the columnWidth works fine, but we had used it for a reason. is it safe to remove it permanently? We used it for a reason too..But with...