I've just noticed that on ALL my various Drupal 8 websites, the "contextual links" for access to content editing from the UI no longer appear anywhere. This is true for all my various Drupal 8 test websites.
I can provide a link to a test website for reproduction of this problem if necessary.

| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screenshot 2021-10-05 at 16.41.54.jpg | 62.63 KB | stewest |
Issue fork drupal-2884704
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sprite commentedComment #3
sprite commentedI have checked for the problem of missing "contextual links" for editing nodes, blocks, views, etc., using firefox, chrome, and edge.
I have checked for the existence of this problem on multiple Drupal 8 installations on my work dev server running 8.3.2 and the latest 8.3.3.
I have checked for this problem using a bare bones (default theme ) base Drupal test installation.
I have checked for this problem in my test installation of commercial Drupal 8 theme distributions from www.morethanthemes.com.
I am an experienced Drupal developer, with over a decade of experience.
On all the D8 sites, the "contextual links" module shows as enabled in the extend page.
On all the D8 sites admins have the "use contextual links" permission enabled.
---
I also just performed a clean install of Drupal 8.3.3 into a sub-domain on my dev server, and the problem appears there.
Comment #7
stewestI spun up a Drupal 8.9 with DrupalPod https://github.com/shaal/DrupalPod and was able to use Quick Edit with the base theme.
Does your theme have {{ attributes }} added to the wrapper around your twig templates?
Bartik is using this on the node templates.
I do notice however that there is some buggy behaviour. Check your console to see if there are any Quick Edit errors to see which element is breaking things.
Comment #10
spokjeDue to Quickedit being moved out of Drupal Core and into a Contrib Module, moving this issue to the Contrib Module queue.