Closed (works as designed)
Project:
BUEditor
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2016 at 14:09 UTC
Updated:
30 Jul 2016 at 11:42 UTC
Jump to comment: Most recent
Comments
Comment #2
Nodz commentedI've been able to get around this by using a behavior which gets triggered automatically by ajax calls and running the following snippet in there:
It works but it's very specific since I'm hardcoding the tplid and targeting paragraphs specifically and I'm not filtering the ajax calls so unrelated calls will trigger it as well.
I'm not familiar with the system ajax calls in Drupal so I'm not sure how we could hook into that to get the selected info.
Comment #3
ufku commentedYou may consider using BUEditor Plus that works based on filter formats or add the parapgraph's ajax path to the visibility settings of your editor.