Bug #59199
closedElement Browser: GET-Data is not unencoded in fields
100%
Description
The wizard browser takes it's set values out of a GET param. It fails to decode these params.
In the link field of a header content element insert a title that contains a whitespace it is correctly saved. But after opening it in wizard browser the displayed value is still urlencoded. Saving saves the entities as well.
After first using wizard:
www.foo.bar - "foo bar foobar" "foo bar foobar" foo
After opening and setting again:
www.foo.bar - foo%20bar%20foobar foo%20bar%20foobar foo
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
- Target version changed from 7.0 to next-patchlevel
Updated by Markus Klein over 10 years ago
I really start hating the Element Browser. This is the third bug for the link stuff in a row.
I even still have my test CEs around, so I'm really curious why this is broken again, as I was under the impression that this was fixed already.
Updated by Markus Klein over 10 years ago
- Complexity set to easy
- Is Regression changed from No to Yes
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30483
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30483
Updated by Markus Klein over 10 years ago
- Subject changed from Wizard Browser: GET-Data is not unencoded in fields to Element Browser: GET-Data is not unencoded in fields
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a40a196c2a67eb5ec4db68ad8104e14806a6f740.