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

Support column widths 2.5.x #1271

Merged

Conversation

robertpanzer
Copy link
Member

Thank you for opening a pull request and contributing to AsciidoctorJ!

Please take a bit of time giving some details about your pull request:

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

This PR fixes the issue mentioned in #1265.
Column.setWidth will be honored if an extension calls Table#assignColumnWidths() after setting the column widths and adding the columns to the table (in addition to establishing the parent-child-relationship).

How does it achieve that?

Are there any alternative ways to implement this?

Column widths could be assigned whenever a column is added to a table, or when Column.setWidth is invoked.
This change would be very intrusive though.
Therefore, I found it better to have a way that requires calling a new method.

Are there any implications of this pull request? Anything a user must know?

Not really. Existing code is not touched.
Behavior only changes when a new method is invoked that didn't exist before.

Issue

Fixes #1265

@robertpanzer robertpanzer merged commit fb66c12 into asciidoctor:v2.5.x Apr 7, 2024
10 checks passed
@robertpanzer robertpanzer deleted the support-column-widths-2.5.x branch April 7, 2024 15:19
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

Successfully merging this pull request may close these issues.

1 participant