Remko Nolten

Results 3 comments of Remko Nolten

We've been experiencing the same issue. Our text editor often produces a single `img` tag in a paragraph. It appears to work fine when there is (for example) other text...

We 'fixed' a similar issue by calling `$redisParent->close()` just before the fork (we used a normal connection, not an persistent/pooled one): This makes sure that both parent & child will...

You can see the test-case here: https://gist.github.com/1104291 The issue arises with the DatePicker class when used in an absolute positioned element.