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

Spreadsheet : Custom column width transferred on deletion #3630

Closed
medubelko opened this issue Feb 15, 2020 · 0 comments
Closed

Spreadsheet : Custom column width transferred on deletion #3630

medubelko opened this issue Feb 15, 2020 · 0 comments
Labels
bug Issues representing bugs ui Issues related to the UI/UX in Gaffer

Comments

@medubelko
Copy link
Contributor

Version: Gaffer 0.56.0.0b2-linux, Gaffer 0.56.0.0b2-macos
Third-party tools: Arnold
Third-party modules: None

Description

When deleting a resized column in a spreadsheet, every column to the right will resize to its adjacent column's old size.

Steps to reproduce

  1. Create a spreadsheet with columns 1, 2, 3, 4.
  2. Resize the columns: 1 (100%), 2 (200%), 3 (50%), 4 (100%)
  3. Delete column 2.
  4. The columns will be resized: 1 (100%), 3 (200%), 4 (50%)
@medubelko medubelko added bug Issues representing bugs ui Issues related to the UI/UX in Gaffer labels Feb 15, 2020
johnhaddon added a commit to johnhaddon/gaffer that referenced this issue Feb 17, 2020
Fixes GafferHQ#3630. Fixes GafferHQ#3631.

Fixes
-----

- Spreadsheet : Fixed bug which caused incorrect column widths after deleting a column (GafferHQ#3630, GafferHQ#3631).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues representing bugs ui Issues related to the UI/UX in Gaffer
Projects
None yet
Development

No branches or pull requests

1 participant