When I click on the project page links, nothing happens. Does anyone else have this issue?

Comments

robin.keith’s picture

I've had the same thing too - link does nothing (even though a right click open in new window or tab works ok)

At first I thought it was a browser issue - it seemed to work in firefox but not in Chrome. There are some posts about chrome having issues opening new windows. at first tried adding a rel="noreferrer" attribute to the link, but that didn't work. Then tried removing both the rel and target attributes. So now the links are just regular links, but don't work - which removes opening in a new window as a cause. Interestingly, it the stopped working in Firefox. Thought it maybe only works the first time u click the link, but doesn't seem consistent at all.
Wondered if it was something to do with the links being added by ajax? Maybe the plugin_manager_ajax_search_term function needs to more than print drupal_to_js($queue); - maybe needs to do something to wire up the click events? Don't know enough about jQuery to get further...