This has not been fixed, it still happens as of 1.16
For Drupal 7.92
Updated patch #2 for 2.0.3
🐛 | CKEditor5 Template | Display duplicate editors when dragging and dropping editors in the paragraph field
I came up with this patch.
Not the best solution I know, leaving the data in memory like that, but it works for me.
🐛 | CKEditor5 Template | Display duplicate editors when dragging and dropping editors in the paragraph field
why was it closed ? the issue still occurs
Steps to reproduce:
- Add a second language to your site, let's use Portuguese, Brazil ( pt-br ) as an example.
- Install social auth + a provider like Social Auth Facebook → .
- Go to Facebook developers and create an app.
- Configure the app accordingly and set up the Social Auth Facebook settings.
- Open an anonymous window from the Portuguese login page at
yoursite.com/pt-br/login
- Use the provider to log in.
Expected behavior: Leave the page in Portuguese and return from Facebook to a page in Portuguese: yoursite.com/pt-br/user/{uid}
Actual behavior: Leave the page in Portuguese and return from Facebook to a page in English: yoursite.com/user/{uid}