getkirby / demokit

A demo setup for trykirby.com
https://trykirby.com
25 stars 12 forks source link

Menu is open by default on Microsoft Edge #36

Closed afbora closed 3 years ago

afbora commented 4 years ago

Menu is open by default on Microsoft Edge browser and nothing happens (hide/show) when clicked. If the Edge browser is not important, you can close the issue 😄

image (8)

afbora commented 4 years ago

I learned that the edge browser does not support the details and open attributes. If we do not plan to solve it in a different way, we can close the issue.

FireShot Capture 034 - {details}_ The Details disclosure element - HTML_ Hypertext Markup La_ - developer mozilla org

Documentation https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details

bastianallgeier commented 4 years ago

Hm, looks like I have to switch or add a notice that we don't support edge.

afbora commented 4 years ago

To give you an idea: https://github.com/rstacruz/details-polyfill

afbora commented 3 years ago

Now Edge browser supports the <details>

screen-capture-1058-{details}_ The Details disclosure element - HTML_ HyperText Markup Languag_-developer mozilla org