Skip to content

SED-4744 Iteration count incorrect - #1447

Merged
neogucky merged 2 commits into
masterfrom
SED-4744-iteration-count-incorrect
Sep 17, 2026
Merged

neogucky merged 2 commits into
masterfrom
SED-4744-iteration-count-incorrect

Conversation

@dvladir

@dvladir dvladir commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@dvladir
dvladir requested a review from neogucky September 3, 2026 10:33

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request replaces the text-based warning alert in the aggregated tree node iteration list with a standalone warning icon and tooltip, updating the corresponding SCSS styles. Feedback points out that this change reduces accessibility for screen readers and keyboard-only users, and suggests adding an aria-label and tabindex="0" to the icon to restore accessibility.

Comment on lines +85 to +90
<step-icon
name="alert-triangle"
class="warning-explanation"
matTooltip="The count here is exact, based on raw data, while in the tree, the time-series aggregation groups and adjusts counts according to the time resolution."
matTooltipPosition="below"
/>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Replacing the text-based <step-alert> with a standalone <step-icon> and tooltip makes this warning inaccessible to screen readers and keyboard-only users. To ensure accessibility, add an aria-label describing the warning and a tabindex="0" so keyboard users can focus the icon to trigger the tooltip.

        <step-icon
          name="alert-triangle"
          class="warning-explanation"
          matTooltip="The count here is exact, based on raw data, while in the tree, the time-series aggregation groups and adjusts counts according to the time resolution."
          matTooltipPosition="below"
          tabindex="0"
          aria-label="Warning: The number of shown iterations doesn't match the iteration count of the tree"
        />

@neogucky
neogucky marked this pull request as ready for review September 16, 2026 13:35
@neogucky
neogucky merged commit 02a1228 into master Sep 17, 2026
@neogucky
neogucky deleted the SED-4744-iteration-count-incorrect branch September 17, 2026 05:52
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.

2 participants