Dropdown Arrow Overlaps
-
The issue happens when the current page is a link item on a dropdown menu. The setting is the current page will be selected/highlighted and the dropdown parent of the current page will be automatically expanded on page load.
I checked the source code and the issue happens because the
spanwith.rm-append-activeis rendered twice, so when you click on the arrow it will just change the arrow direction of the 2ndspan.rm-append-active.<span class="appendLink rm-append-active">▲</span> <span class="appendLink rm-append-active">▲</span>
I temporarily added a fix via js to detect the number of
span
with class.rm-append-activeand hide the first span. But wouldn’t want to depend on js as a permanent solution for fixing a possible plugin bug.Can you assist? Thank you.
The topic ‘Dropdown Arrow Overlaps’ is closed to new replies.