Skip to content

FIX: Relaxing timestamp arithmetic error tolerance in filtering#2409

Draft
ekcoh wants to merge 1 commit intodevelopfrom
isx-2550-relaxed-timestamps
Draft

FIX: Relaxing timestamp arithmetic error tolerance in filtering#2409
ekcoh wants to merge 1 commit intodevelopfrom
isx-2550-relaxed-timestamps

Conversation

@ekcoh
Copy link
Copy Markdown
Collaborator

@ekcoh ekcoh commented Apr 15, 2026

Description

Relaxing timestamp arithmetic error tolerance in filtering due to some platform, e.g. Android only as far as I am aware reporting timestamps out of order with respect to sequence in sub-decimal range. This must be investigated on platform side, but this PR exist as a change to be considered (at least as a workaround until resolved). Note that Android specific code in loop is undesirable but this removes previous constraint on Keyboard check as well to at least make it less specific. Note that it could be extended to allow a small error across platforms.

Testing status & QA

Should definitely be tested with keyboard, mouse and potentially other peripherals on Android.

This have not yet been tested at all.

Overall Product Risks

Please rate the potential complexity and halo effect from low to high for the reviewers. Note down potential risks to specific Editor branches if any.

  • Complexity: Small
  • Halo Effect: Small

Comments to reviewers

Please describe any additional information such as what to focus on, or historical info for the reviewers.

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • JIRA ticket linked, example (case %%). If it is a private issue, just add the case ID without a link.
    • Jira port for the next release set as "Resolved".
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

…rms (Android) reporting timestamps out of order with respect to sequence in sub-decimal range.
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