Popup menus don't allow clicking on menu links which are parent links.

Comments

fras42’s picture

My workaround (ugly)
I've changed line 210 in includes/popup.api.inc

from
$href = $attributes['path'] ? 'href="' . $attributes['path'] . '"' : '';

to
$href = $attributes['link'] ? 'href="/' . $attributes['link'] . ' " style="cursor:pointer;"' : '';

Scheepers de Bruin’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Fixed in v. 7.13