Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dropdown] Pointing Dropdown still remains after dropdown menu is collapsed. #6491

Open
markterence opened this issue Jul 20, 2018 · 1 comment

Comments

@markterence
Copy link

[Dropdown] Pointing Dropdown pointer still remains after dropdown menu is collapsed.

Dropdown's pointer remains when size is

  • mini
  • tiny
  • small
  • normal
  • large

Works fine for

  • huge
  • massive

Steps

  1. Create basic Menu
<div class="ui borderless menu">
</div>
  1. Add a pointing dropdown in the menu
<div class="right menu">

   <div class="ui icon top right pointing dropdown item">
      <i class="user icon large"></i>

      <div class="menu">
        <div class="item">Account</div>
        <div class="item"> Settings</div>
        <a href="#" class="item">Logout</a>
      </div>

   </div>

</div>

Expected Result

Pointer should hide.

Actual Result

(300 % browser zoom)
2018-07-20_16-50-39

Version

Google Chrome | 67.0.3396.99 (Official Build) (64-bit)
JavaScript | V8 6.7.288.46
"semantic-ui": "^2.3.3"

Testcase

https://jsfiddle.net/m3jke19b/3/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants