Bug #75743
closed
Bug #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
Added by Tobias Pinnekamp over 8 years ago.
Updated about 6 years ago.
Category:
Site Handling, Site Sets & Routing
Sprint Focus:
Stabilization Sprint
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
- 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?
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.
- 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
- Parent task set to #71298
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.
- Sprint Focus set to Stabilization Sprint
I also confirm this bug with TYPO3 7.6.11
- Status changed from Accepted to Under Review
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.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF