Alexander Nitsche

Results 19 comments of Alexander Nitsche

@charlierudolph : Even if this project seems to be a bit abandoned and your comment is about 3 years old, i stumbled across this issue yesterday with my own Gruntfile...

This is how the generated ViewHelpers pages look like: ![Screen Shot 2022-05-08 at 18 45 09](https://user-images.githubusercontent.com/20297232/167306408-4e5ae4f1-c238-48a3-9337-588e361c3a2d.png)

> In the long run the Fluid documentation generator has to be adapted to generate proper reST. Currently it has some flaws. Is now handled in PR https://github.com/TYPO3-Documentation/fluid-documentation-generator/pull/5.

I rebased the PR on the current `development` branch and re-enabled the automatic documentation rendering as the related issue has been fixed in meantime.

Has been integrated in meantime by Claus.

And the file `Configuration/TCA/Overrides/sys_template.php` points to a TS file which was not created at all: ``` \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('ebt_grummel', 'Configuration/TypoScript', 'The EBT Grummel'); ``` The `sys_template.php` should not be created in this...

The problem seems to be not with the custom element, but with its css `overflow-y:scroll` - in contrary to `overflow:auto`, which works. Minimal example: codeception.yml ```yaml env: .. firefox: modules:...

Locally i use Debian Buster with Firefox ESR 78.11.0esr (64-bit) which captures a fine screenshot of the given three scrollbars. The problem seems to be in the combination of the...

Enabling and disabling WebRender via ``` firefox: modules: enabled: - WebDriver: url: http://web browser: firefox wait: 1 host: firefox capabilities: moz:firefoxOptions: args: [ "-headless" ] prefs: gfx.webrender.force-disabled: true ``` did...

Following step 1, the problem does not exist on my host machine with Debian + Firefox ESR, only in the Selenium Docker Image with using Codeception + Facebook WebDriver +...