Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Bug: [calcite-block] Broken toggle behavior in Edge #763

Closed
jcfranco opened this issue Jan 15, 2020 · 2 comments
Closed

Bug: [calcite-block] Broken toggle behavior in Edge #763

jcfranco opened this issue Jan 15, 2020 · 2 comments
Assignees
Labels
4 - verified bug Something isn't working p - medium

Comments

@jcfranco
Copy link
Member

Summary

Toggling doesn't work as expected in Edge when you have a block with a control and content.

Actual Behavior

With the aforementioned setup, blocks can be collapsed, but not expanded.

Expected Behavior

Consistent toggling behavior.

Reproduction Steps

Using the following snippet, try to toggle the block.

<calcite-block heading="With control" summary="has inline input" open collapsible>
  <label slot="control">test <input placeholder="I'm a header control"/></label>
  <calcite-block-section text="Animals" open>
    <img alt="demo" src="https://placeimg.com/640/480/animals" />
  </calcite-block-section>
</calcite-block>

Relevant Info

Microsoft Edge 44.17763.831.0
Microsoft EdgeHTML 18.1776

@jcfranco
Copy link
Member Author

Installed.

@kat10140
Copy link
Contributor

verified!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4 - verified bug Something isn't working p - medium
Projects
None yet
Development

No branches or pull requests

2 participants