Closed pvdbroek closed 1 year ago
Can you please check the browser developer console to see if there are any errors/warnings?
Thanks for your response, there is no error or warning in the console.
Which Laravel version do you use and what Twill version? I will try to debug it locally.
Ah, I see that the versions where in comments. I've updated the ticket, and here are the versions as well:
Twill version: 2.8.7 Laravel version: 8.83 PHP version: 8
Hey @pvdbroek,
I am trying to reproduce the issue but it seems all correct on my end.
Can you try to run php artisan twill:update
as your assets might be behind? Also try clearing all browser caches.
Hi @haringsrob , thanks for your check and suggestion, php artisan twill:update
did the trick!
Many thanks again, my colleagues will be thrilled to hear that the bug has been fixed! ;)
I'm having one related issue. After I've ran php artisan twill:update
, there seems to be a "Collapse / Expand all" bug:
When I want to view/edit an entry, the option that is shown first is "Collapse all", however, all fields are already collapsed:
After I've clicked on the "Collapse all", the right option occurs:
When I click on the "Expand all", all fields are expanded correct.
There is no error or warning in the dev console. Twill version is 2.8.8.
Does this bug occur with other people as well or is it just me? Any idea's how to fix it?
This should be fixed. Feel free to reopen if you are still experiencing this issue.
Description
When I use a custom @formField for a wysiwyg form, I cannot alter a link after it has been made. I can click on a link, edit it, but then the old link url not altered.
Steps to reproduce
This is my definition:
Expected result
The old link url should be altered into the new one
Actual result
The old link url is still there
Versions
Twill version: 2.8.7 Laravel version: 8.83 PHP version: 8
Screenshots:
When I use the original text block from twill, it is is working, but I want to use another wysiwyg toolbar. Is this a bug in the code or am I doing something wrong?