Skip to content

Conversation

@fw-bot
Copy link
Collaborator

@fw-bot fw-bot commented Apr 17, 2025

Task: 4633503

Description:

description of this task, what is implemented and why it is implemented that way.

Task: TASK_ID

review checklist

  • feature is organized in plugin, or UI components
  • support of duplicate sheet (deep copy)
  • in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • in model/UI: ranges are strings (to show the user)
  • undo-able commands (uses this.history.update)
  • multiuser-able commands (has inverse commands and transformations where needed)
  • new/updated/removed commands are documented
  • exportable in excel
  • translations (_t("qmsdf %s", abc))
  • unit tested
  • clean commented code
  • track breaking changes
  • doc is rebuild (npm run doc)
  • status is correct in Odoo

Forward-Port-Of: #5988

@robodoo
Copy link
Collaborator

robodoo commented Apr 17, 2025

Pull request status dashboard

@fw-bot
Copy link
Collaborator Author

fw-bot commented Apr 17, 2025

@rrahir @pro-odoo cherrypicking of pull request #5988 failed.

stdout:

Auto-merging src/components/helpers/dom_helpers.ts
CONFLICT (content): Merge conflict in src/components/helpers/dom_helpers.ts
Auto-merging tests/grid/__snapshots__/dashboard_grid_component.test.ts.snap
Auto-merging tests/grid/__snapshots__/grid_component.test.ts.snap
Auto-merging tests/spreadsheet/__snapshots__/spreadsheet_component.test.ts.snap

Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?).

In the former case, you may want to edit this PR message as well.

⚠️ after resolving this conflict, you will need to merge it via @robodoo.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

rrahir added 2 commits April 18, 2025 16:35
Since the introduction of the smooth viewports, the "comfort" margins at
the end of the main viewport are no longer necessary. They were
introduced to ensure that the viewport could be snapped properly.

Task: 4633503
The scrollbar size was not fully aligned with the grid in Firefox.
This could cause minor inconvenience when scrolling while drag n droping
the scrollbar with the mouse. However the error would be of merely 15
pixel and clicking on any on the cell of the last header would correct
the issue.

Task: 4633503
@rrahir rrahir force-pushed the master-saas-18.2-remove-margins-viewport-rar-424469-fw branch from f48d9c3 to 44b0ac1 Compare April 18, 2025 14:43
@rrahir
Copy link
Collaborator

rrahir commented Apr 18, 2025

@robodoo r+

robodoo pushed a commit that referenced this pull request Apr 18, 2025
Since the introduction of the smooth viewports, the "comfort" margins at
the end of the main viewport are no longer necessary. They were
introduced to ensure that the viewport could be snapped properly.

Task: 4633503
Part-of: #6130
Signed-off-by: Pierre Rousseau (pro) <[email protected]>
Signed-off-by: Rémi Rahir (rar) <[email protected]>
robodoo pushed a commit that referenced this pull request Apr 18, 2025
The scrollbar size was not fully aligned with the grid in Firefox.
This could cause minor inconvenience when scrolling while drag n droping
the scrollbar with the mouse. However the error would be of merely 15
pixel and clicking on any on the cell of the last header would correct
the issue.

closes #6130

Task: 4633503
Signed-off-by: Pierre Rousseau (pro) <[email protected]>
Signed-off-by: Rémi Rahir (rar) <[email protected]>
@robodoo robodoo added the 18.3 label Apr 18, 2025
@robodoo robodoo closed this Apr 18, 2025
@fw-bot fw-bot deleted the master-saas-18.2-remove-margins-viewport-rar-424469-fw branch April 25, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants