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 for the last row on aggrid is coming downwards #374

Closed
SwatiShin opened this issue Feb 14, 2023 · 0 comments · Fixed by #398
Closed

Dropdown for the last row on aggrid is coming downwards #374

SwatiShin opened this issue Feb 14, 2023 · 0 comments · Fixed by #398
Labels
type: bug Something isn't working
Milestone

Comments

@SwatiShin
Copy link

SwatiShin commented Feb 14, 2023

What happened?

Dropdown for the last row on aggrid is coming downwards, it should be uppwards. This was there in 1.2.0, but the error came in 1.3.0.

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

v1.3.0

Code to produce this issue.

<div>
  <ix-icon #trigger name="context-menu" size="16"></ix-icon>
  <ix-dropdown [ixDropdownTrigger]="trigger" header='Select Option'>
    <ix-dropdown-item label="View" (click)="onClickShowData()"></ix-dropdown-item>
    <ix-dropdown-item label="Edit" (click)="onClickEditData()"></ix-dropdown-item>
    <ix-dropdown-item label="Delete" (click)="onClickDelete()"></ix-dropdown-item>
  </ix-dropdown>
</div>
@SwatiShin SwatiShin added the triage We discuss this topic in our internal weekly label Feb 14, 2023
@danielleroux danielleroux added this to the 1.5.0 milestone Feb 23, 2023
@github-project-automation github-project-automation bot moved this to Jour Fix in Siemens iX Feb 23, 2023
@danielleroux danielleroux moved this from Jour Fix to Refinement in Siemens iX Feb 23, 2023
@danielleroux danielleroux moved this from Refinement to Accepted in Siemens iX Feb 23, 2023
@danielleroux danielleroux modified the milestones: 1.5.0, 1.4.0 Feb 23, 2023
@danielleroux danielleroux added type: bug Something isn't working component: core and removed triage We discuss this topic in our internal weekly labels Feb 23, 2023
@danielleroux danielleroux linked a pull request Feb 23, 2023 that will close this issue
14 tasks
@github-project-automation github-project-automation bot moved this from Accepted to Done in Siemens iX Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants