wrld3d / wrld.js

A JavaScript API for beautiful 3D maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popup buttons sometimes take more than 1 click

josh-windsor opened this issue · comments

Popup's with tags wrapped in an tag sometimes take more than 1 click to activate, they also only seem to use the first class ie:
<button class='slds-button slds-button_brand'>Detail Page</button>
seems to only use the first class 'slds-button' but will not use the 'slds-button_brand' class, they also do not show hover or depressed states

Salesforce fixed the class pass through issue in their latest release- summer 17.

It looks like this is no longer an issue so marking as closed. If this is not the case please could you provide a js fiddle example of the issue and we will investigate.