If you use the contextual link (pencil icon, then 'edit') and go to the edit screen, and then navigate away without clicking the 'save' button, then the contextual links don't appear when you hover over the pencil icon when looking at the node again. Clicking on the pencil icon does nothing at that point, though the cursor icon does change to the finger pointer.
This is also an issue in 8.x-1.x-alpha4, and I filed a bug report for it. I'm filing this issue because the bug is also present in this 2.x-dev branch. If this is in error please delete one of the two bug reports.
Comments
Comment #2
casey commentedI cannot reproduce your issue.
Comment #3
Marijn82 commented+1
Problem still exists.
I can only access the contextual menu after I have save the node.
The contextual menu is not available anymore after a page refresh.
Comment #4
Marijn82 commentedHello slefevre1
Do you use Bootstrap Paragraphs by any chance? I have tested it on a new install.
Paragraphs edit works fine if I use it with own made Paragraphs and content.
But if I enable Bootstrap Paragraphs. Then add content with the paragraphs of Bootstrap Paragraphs, it does not work anymore.
After saving the content, the contextual links are still visible. But after a page reload the contextual links are not accessible.
Comment #5
iammachine commented+1 Have not tested with custom PP, but can confirm problem with Bootstrap Paragraphs. The contextual links show but do not open, making the module unusable.
Comment #6
griffincox commented+1 using bootstrap paragraphs and Paragraphs + paragraphs_edit. After page creation I can use quickedit, but if I don't save, I can never use the quickedit again. The pencil shows up, but clicking it does nothing.
Comment #7
slefevre1 commentedYes, We are using bootstrap paragraphs.
Comment #8
L-four commentedI had a similar issue,
Where I was outputting the
{{ title_suffix }}in the paragraph templates and the paragraphs_edit module is also adding the contextual_links to the content of the paragraph inparagraphs_edit_preprocess_paragraphI was able to fix this by removing 'contextual_links' in my own
HOOK_preproccess_paragraphfunction removing{{ title_suffix }}from the templates would also fix this.Comment #9
anybodyIs this a duplicate?
Comment #10
Pls commentedI can confirm that #8 actually solved issue with contextual fields being hidden. Removing {{ title_suffix }} from paragraph.html.twig template file made it work. And I am testing this only with bootstrap_paragraphs module being enabled. Cheers!
Comment #11
bwoods commentedI looked around for another fix, but I ultimately did the same thing listed in #8 and #10. This seems to be an issue only when Bootstrap Paragraphs module is enabled.
Comment #12
thejimbirch commentedSounds like this is a problem with the Bootstrap Paragraphs module. I will move the issue there and remove the
{{ title_suffix }}from the templates like is recommended in #8.Comment #14
thejimbirch commentedFixed in dev. Thanks all!
Comment #15
thejimbirch commentedAdded in Alpha6