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

Incorrect addition of column header and footer when adding a column by index #214

Open
Kachiro0121 opened this issue Aug 7, 2024 · 3 comments

Comments

@Kachiro0121
Copy link
Contributor

Incorrect Addition of Column Header and Footer in addColumnTo(int index, @nonnull ColumnProperties columnProperties) Method in BoardView Class (Line 946):

The header and footer are incorrectly added to the mHeaders and mFooters lists because mHeaders.add(columnHeader) (Line 1049) and mFooters.add(columnFooter) (Line 1060) do not use the specified index. This results in incorrect retrieval of the header or footer by column index.

image
@woxblom
Copy link
Owner

woxblom commented Aug 7, 2024

Ok, please make a pull request with the change

@Kachiro0121
Copy link
Contributor Author

#215

@Kachiro0121
Copy link
Contributor Author

Thanks for the quick response

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

2 participants