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

Bug in gui Table example #31

Open
MrWaggel opened this issue Jan 20, 2020 · 2 comments
Open

Bug in gui Table example #31

MrWaggel opened this issue Jan 20, 2020 · 2 comments

Comments

@MrWaggel
Copy link

The right-click menu becomes invisible after rows in the table have been modified.

When you load the example, right click on the first two default entries, the right click menu works as supposed. However, if you add some rows to the table, the right click menu will be rendered underneath the new rows. You can see it by right clicking one of the first two rows again.

@danaugrs
Copy link
Member

Thanks @MrWaggel, I've confirmed this is still an issue.

@Bluebottle-new
Copy link

Not sure about the cause of it but it seems I found a workaround.

When the lines

tab.SetTopChild(mCol)
tab.SetTopChild(mRow)

are added into this function, then the menues appear at the top.

Seems to me that somehow the z-order of the newly added rows is different than the original two rows.

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

No branches or pull requests

3 participants