Closed (outdated)
Project:
Zircon
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2017 at 10:22 UTC
Updated:
17 Sep 2021 at 13:58 UTC
Jump to comment: Most recent
I did not dig very deep so can't describe exactly what's going on. Just found out that using this theme parts of this project https://www.drupal.org/project/geolocation do not work. There is a demo geolocation-demo/common-map-ajax-with-boundary-filter using ajax to dynamically filter nodes depending on Map-input but this does not do anything on Zircon but works on all standard themes I tried...
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
thommyboy commentedComment #3
thommyboy commentedPS: regarding not working ajax in views I found this issue for the bootstrap theme https://www.drupal.org/node/2638816 and the changes they did in the patch seem to add classes like js-view-dom-id-xyz which I found are also missing in the Zircon output!
Comment #4
thommyboy commentedsolved it by modifying views-view.html.twig
line#40 needs to be changed into:
Comment #5
tgoeg commentedYes, this fixes it and it is neither fixed in the latest release on drupal.org nor in WeebPal's version yet.
Marking it as RTBC.
Comment #8
gauravvvv commentedComment #10
gauravvvv commentedcommitted & pushed c6ca14f on 8.x-1.x
Comment #11
gauravvvv commentedComment #12
gauravvvv commented