【发布时间】:2020-07-05 16:10:11
【问题描述】:
当用户关闭移动设备中的下拉菜单时,
aria-expanded="true" 不起作用。 它在桌面浏览器页面中运行良好。
桌面
<a class="notifLink" data-toggle="dropdown" aria-haspopup="true" id="notificationDropdown" aria-expanded="false" onclick="{!c.readNotifs}">
<h4 class="linkColor">{!v.notifL}</h4>
</a>
手机
<a class="dropdown-toggle notifLink" data-toggle="dropdown" aria-haspopup="true" id="notificationDropdown" aria-expanded="false" onclick="{!c.readNotifs}">
<span class="glyphicon glyphicon-bell"></span>
<div class="notificationItemsIcon"></div>
</a>
我错过了什么?
【问题讨论】:
标签: javascript html web twitter-bootstrap-3 bootstrap-4