Bug #75743
closedBug #71298: Fix missing/broken RTE features after Link Handler API merge
Linkhandler values not stored if selected record has been searched for or paginated to
100%
Description
I created a new tab for the link handler with PageTSconfig (in combination with https://github.com/cobwebch/linkhandler).
- I have an input field with an already assigned value (doesn't matter if it is a page id or a record link).
- I click the wizard icon to open the link popup
- Then I select my custom tab which lists ~20 of my 100+ records
- I select one of these first 20 records
- The field in the backend form gets updated
- Saving the record and displaying it again shows the new selected value
To this point everything works as expected. Repeat steps 1-3 then follow these next step:
- Search for a record or simply expand the list to select a record after the first 20 items
- The input field of the backend form correctly displays the new value
- Saving the form and displaying it again shows the old one
The problems seems to be that in this case (selecting a record other than the first displayed ones) doesn't populate the hidden field of the input. Therefore the old value gets saved.
This behavior can also be seen if you clear the input value with the (x). If it is a required field it will be highlighted. If you now select a value other than the first 20 records the field will be populated but stays highlighted as required. Saving of the form isn't possible at all now.
I've tested this on TYPO3 7.6.4 and 7.6.5
Updated by Markus Klein over 8 years ago
- Assignee changed from Mathias Schreiber to Markus Klein
Hi Tobias!
Is this reproduceable with Core only links, or do I need to use linkhandler or your ext?
Updated by David Effendi over 8 years ago
Hi Markus,
I can confirm this behavior in our recent setup (TYPO3 7.6.9).
In a default Text/Image CE:
Links inserted in default RTE (htmlarea) from any other page than the first in the linkhandler tab DO work in this setup
Using the link wizard (header_link field) linking a record from second page fails.
The hidden field at the input then is not being updated.
Same behavior using the link wizard in custom CEs as well as in own extension.
Updated by Markus Klein over 8 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
- Is Regression changed from No to Yes
Updated by Martin Fünning over 8 years ago
Check if you have EXT:dce installed before you installed linkhandler. If you have, deactivate dce and activate it again. Don't know exactly why, but it worked for me.
Updated by Daniel Goerz over 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Peter Rauber about 8 years ago
I also confirm this bug with TYPO3 7.6.11
Updated by Gerrit Code Review about 8 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/50586
Updated by Markus Klein about 8 years ago
It was really a daunting task to chase that one down. Even nicer that the solution is so simple.
Your tests and votes(!) are really very very welcome. Thanks a lot.
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50623
Updated by Markus Klein about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 81d80f856954ff90ee0d9b3fd0fbb2feeeaf1816.