I may be missing something colossal, but what is the particular reason, if any, for a menu to be disabled (for drilling down) after a link has been clicked? This behavior specifically causes drilling down of other menus under Administer impossible after one or more links have been opened (e.g. in new tabs/windows).
Then again, perhaps this works as designed, but I'd like to understand if this is designed as such to prevent another problem from occurring.
I'm looking at line 158 of jquery.drilldown.js.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1353144-2-re-enable-menu-after-click.patch | 569 bytes | zhangtaihao |
Comments
Comment #1
zhangtaihao commentedI seemed to have encountered the problem it was supposed to fix. Drilldown seems to allow the link to click through to expand menu if the menu isn't disabled.
Comment #2
zhangtaihao commentedI have created a fix that re-enables the menu after the link has prevented the list item from clicking through.
Theoretically, this patch should also apply for 7.x-2.x-dev.
Comment #3
sickness29 commentedDevelopment or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D6 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!