🇦🇲Armenia @arthur.baghdasar

Account created on 18 November 2015, over 9 years ago
#

Merge Requests

More

Recent comments

🇦🇲Armenia arthur.baghdasar

arthur.baghdasar changed the visibility of the branch 3514288-make-visual-adjustment to hidden.

🇦🇲Armenia arthur.baghdasar

arthur.baghdasar changed the visibility of the branch 3429689-automated-drupal-11 to hidden.

🇦🇲Armenia arthur.baghdasar

New patch which fixes scrolling. In some cases when there is a section which opens a nested modal the scroll position is lost.

🇦🇲Armenia arthur.baghdasar

arthur.baghdasar made their first commit to this issue’s fork.

🇦🇲Armenia arthur.baghdasar

See the fix here
https://www.drupal.org/project/ckeditor5_fullscreen/issues/3381084#comme... 🐛 Fullscreen mode interferes with link button Needs review

🇦🇲Armenia arthur.baghdasar

I've experienced the same, but this happens when admin_toolbar module is enabled

🇦🇲Armenia arthur.baghdasar

I've created plugin for CKEDITOR 5

🇦🇲Armenia arthur.baghdasar

Tagged a new 2.0.0 release, which includes this change.

🇦🇲Armenia arthur.baghdasar

Doesnt work with nested paragraph required fields.

🇦🇲Armenia arthur.baghdasar

Merged, will be included in the next release, thank you

🇦🇲Armenia arthur.baghdasar

Ive removed this part from the patch everything seems to be working fine for me.
In the code below $input variable comes with an Alias and I don't understand why we should get the $path from it.
In My case the $path variable is converted back to the node/[nid] which is then being set to be the new input.

+    if (!empty($input) && \Drupal::moduleHandler()->moduleExists('path_alias')) {
+      /** @var \Drupal\path_alias\AliasManagerInterface $aliasManager */
+      $aliasManager = \Drupal::service('path_alias.manager');
+      $path = $aliasManager->getPathByAlias($input);
+      if ($path !== $input) {
+        $input = $path;
+      }
+    }
🇦🇲Armenia arthur.baghdasar

arthur.baghdasar made their first commit to this issue’s fork.

🇦🇲Armenia arthur.baghdasar

arthur.baghdasar made their first commit to this issue’s fork.

🇦🇲Armenia arthur.baghdasar

I do see the issue mentioned in the #135 regarding the required fields.

Production build 0.71.5 2024