quadratichq / quadratic

Quadratic | Spreadsheet with Python, SQL, and AI
https://QuadraticHQ.com
Other
2.99k stars 151 forks source link

Formatting conflicts between row and column is not handled properly #1481

Open davidfig opened 3 months ago

davidfig commented 3 months ago

Except for fill color, a formatting conflict between row and column always results in column winning. This is a design flaw in the implementation. It will require a new file version to fix this, as we need to track timestamps for all formatting values in columns and rows.

Current behavior: column always wins Desired behavior: latest entry wins

Example: https://github.com/quadratichq/quadratic/assets/442879/5531d12f-be32-46bf-b6ce-052cb2632c33

davidfig commented 2 months ago

This is still an issue that we need to resolve.