Aske Ertmann
Aske Ertmann
I think this is due to iOS firing resize events even though the window hasn't been resized, which is just peachy. Anyway I fixed the issue by storing the last...
Wait, this issue is a bug and should be fixed in existing versions. Might be fixed by neos/neos-development-collection#1477, but not necessarily.
Related #1726
A test for this behavior should be added to https://github.com/neos/flow-development-collection/blob/master/Neos.Flow/Tests/Unit/I18n/EelHelper/TranslationHelperTest.php
Since this is a breaking change, it probably can't go into 4.3, but needs to wait until 5.0 coming beginning next year.
the resulting behavior is different, before if a label wasn't translated it wouldn't output anything but with the change it will output the translation ID.. that's pretty breaking this change...
and yes the comment is incorrect as that's not how it behaves, so the comment should probably be adjusted to reflect the actual behavior.. I know that the Neos translation...
another point is that this change would mean that the behavior depends on how the translation helper is used as it would only return the ID for missing translations if...
Hey this would be a good thing to improve, just have some comments to it. Actually I find it odd that a backend user is met with an error if...
This should already be the case with https://github.com/neos/neos-development-collection/blob/192d9ead6addeba75c532d747298321210eb592d/Neos.Neos/Classes/Package.php#L79 + https://github.com/neos/neos-development-collection/blob/cbbffec2d5fc187f3b91da6997af8f48326c4480/Neos.Neos/Classes/Fusion/Cache/ContentCacheFlusher.php#L94