Thank you very much for this module, being able to autosuggest is a great help.
But I have stumbled upon a major issue, and I'm not sure if it is supposed to be working this way or not.
1. I edit a page, create a link by using ckeditor link to autocomplete the link based on title.
2. If i look at the source of this link, it correctly looks like node/123
3. I click save. Now when I look at the page from user end it correctly looks like alias/for123
4. Then I go back in to edit the page. Now in my ckeditor, if i look at the source, the link is no longer node/123 but /alias/for123
5. If I move node/123 from the automatic alias of /alias/for123 to something like /newsection/for123 my previous link does *not* update as it is essentially hard-coded to /alias/for123, even after cron/flush all caches.
Is this expected behavior? Ideally it would keep node/123 in the edit screen and only change it to /alias/for123 when out of it.
thanks!
Comments
Comment #1
lincolnparkzoo commentedComment #2
lincolnparkzoo commentedI found the demo, and it is clearly not supposed to be working the way mine is. Any suggestions as to how I might troubleshoot this so that node/### stays even when I edit a second time? Thanks!
Comment #3
lincolnparkzoo commentedUgh - somehow the security filter was turned on for the role, and it was converting while editing. I hope this didn't waste anyone's time, and I'll just take the time to gush about how nice this module is :D
Comment #4
deastlack commentedto which security filter do you refer?
Comment #5
bkosborneThis was happening because @lincolnparkzoo had ckeditor settings configured to run CKEditor Link text filter on ckeditor itself. So when ckeditor loads up the textarea, it runs that filter, which translates the node path to the alias path, which defeats the purpose of the filter.
Comment #6
devin carlson commentedFrom #3 it sounds like this is fixed.