-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Area: FrontendIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
I'm using Magento 2.1.2, following docs i added this markup from lib/web/css/docs/popups.html
to a phtml file in my template
<button type="button" class="action toggle" data-toggle="popup" data-backdrop="true" data-target="#window-popup" aria-expanded="false" aria-controls="window-popup"><span>Show popup</span></button>
<div class="window popup popup-example" id="window-popup" tabindex="-1" role="dialog" aria-labelledby="popup-title" aria-describedby="popup-content" aria-hidden="true">
<div class="popup actions">
<div class="secondary">
<button type="button" class="action close" data-dismiss="popup"><span>Close</span></button>
</div>
</div>
<div class="popup header">
<strong class="title" id="popup-title"><span>Popup title</span></strong>
</div>
<div class="popup content" id="popup-content">
<p>Popup content</p>
</div>
<div class="popup footer"></div>
</div>
and this less:
.window.popup.popup-example {
.lib-popup();
}
Expected result:
a button that toggles a popup
Actual result:
a useless button
Metadata
Metadata
Assignees
Labels
Area: FrontendIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report