This is the error I can see in the browser console:
Uncaught TypeError: Cannot read property 'prototype' of undefined
at ajax_view.js?v=8.3.7:187
at ajax_view.js?v=8.3.7:206AJAX in the view stops working after this.
To reproduce:
- Create a view that shows a vote-enabled content
- Enable "Use AJAX" setting
- Visit the view page
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | vote_up_down-js-prototype-bug-2910780-2-D8.patch | 263 bytes | codeyourdream |
Comments
Comment #2
codeyourdream commentedHere's the fix.
The module tried to add "core/misc/ajax.js" into it's own library.
Comment #3
codeyourdream commentedUpdating status.
Comment #6
marvil07 commentedThanks for the report an the patch, it is now on 8.x-1.x.