vhs icon indicating copy to clipboard operation
vhs copied to clipboard

TYPO3 extension VHS: Fluid ViewHelpers

Results 130 vhs issues
Sort by recently updated
recently updated
newest added

**I have checked that the bug exists in the `dev-development` branch** Yes **I have checked that there are no already open issues or recently closed issues about this bug** Yes...

**I have checked that the bug exists in the `dev-development` branch** _Yes._ **I have checked that there are no already open issues or recently closed issues about this bug** _Yes._...

https://github.com/FluidTYPO3/vhs/blob/development/Classes/Traits/SourceSetViewHelperTrait.php images with special characters gets double encoded src: /fileadmin/_processed_/1/c/csm_X90_Zug_%C3%B6ffentlicher_Verkehr_train-0b8e8c69_bb8b2bd812.jpg generated srcset: /fileadmin/_processed_/1/c/csm_X90_Zug_%25C3%25B6ffentlicher_Verkehr_train-0b8e8c69_bb8b2bd812.jpg the % character is encoded to %25 can be solved via following statement in line 60 $srcsetVariantSrc...

**I have checked that the bug exists in the `dev-development` branch** Yes **I have checked that there are no already open issues or recently closed issues about this bug** Yes...

**I have checked that the bug exists in the `dev-development` branch** Code of RequestViewHelper.php is the same in development branch as in v7.0.0. **I have checked that there are no...

I use vhs 6.1.3 with typo3 11.5.30 and php 8.1.22 - when I render an image with v:media.image I got the image tag with an error in the src attribute....

Async and defer attributes now can only be added when also adding standalone="true". This doesn't work: using standalone="true" will generate inline js. Adding defer="defer" or async="async" to inline js is...

After updating vhs from 6.1.2 to 6.1.3 the viewhelper v:asset.script does not work anymore. Downgrading resolves the problem. TYPO3 10.4.36 (11 not tested). Non composer mode.

I uses the v:asset.style viewhelper to include my assets to my page, and this was working very well until I updated VHS from 6.1.2 => 6.1.3 Now, this viewhelper makes...

Example: ```html iFrameResize({}, ".iframe-responsive-height"); ``` This does not produce ANY output at all. I traced it down to `FluidTYPO3\Vhs\Service\AssetService::manipulateAssetsByTypoScriptSettings()`: This shows that the content of the `` and `` will...