Aleksandra Budnik

Results 65 issues of Aleksandra Budnik

### Description The *List of differences with other spreadsheets* guide just as the *built-in functions* guide does not fit into the `.theme-default-content` container with `max-width: 740px`. However, the *built-in functions*...

Bug
Docs
Good First Issue
Impact: Low

### Description Some of the demos are added to guides, but they are cut in a way that makes the DX rather poor. We should resize the example's element to...

Docs
Good First Issue
Impact: Low

### Description Clipboard operations demo throws an error if `paste` is clicked before `copy`. Reported on Slack at https://handsoncode.slack.com/archives/C031GBX62SE/p1679694557095759 ### Steps to reproduce 1. Click `paste` button to see the...

Bug
Docs
Good First Issue
Impact: Medium

### Page URL https://hyperformula.handsontable.com/guide/sorting-data.html#data-sorting-demo ### Improvement description Here's how the sorting demo looks on 100% zoom on Chrome and FF ![Zrzut ekranu 2023-07-11 o 14 35 18](https://github.com/handsontable/hyperformula/assets/10757813/af3978d3-20f3-4bee-a4b5-1482f7b5b68e) And here's how...

Bug
Docs
Good First Issue
Impact: Medium

### Description We should consider: - including changed formulas in the array of changes returned by the CRUD operations - introducing the `formulasUpdated` event that can be subscribed to The...

Feature
Impact: Medium

### Description As in the title, if we use `precisionRounding: 14` for the `200.05 - 200` calculation we get `0.0500000000000114` instead of `0.05` value. However, it all works well if...

Bug
Docs
Impact: Medium

### Description 1. Go to https://hyperformula.handsontable.com/api/classes/config.html#smartrounding 2. Clik on the anchor in the line - For more information, see [precisionEpsilon](https://hyperformula.handsontable.com/api/classes/config.html#readonly-precisionepsilon). Result: Nothing happens, the URL for this link is https://hyperformula.handsontable.com/api/classes/config.html#readonly-precisionepsilon...

Bug
Docs
Impact: Medium

Hi all! We've just released Handsontable 14.3.0. In this version, we’ve added a new feature focused on improved navigation and better cell focus management. As usual, you can also expect...

Announcement

### Description In the extension to this issue https://github.com/handsontable/handsontable/issues/6167 we should also block the removal of any quotes when those are pasted to a cell. ### Steps to reproduce 1....

bug
Copy-paste
Reported

### Description We're not able to edit data if its provided key has a dot. ``` var dataObject = [{ 'a.b': 14, onedChng: 0.0092 }]; ``` ### Steps to reproduce...

Type: Feature
Core: Handsontable
Reported