Skip to content

[MA-679] Small VO Improvement - #2347

Open
klortiz13 wants to merge 1 commit into
experimentalfrom
MA-679]-Small-VO-Improvement
Open

[MA-679] Small VO Improvement#2347
klortiz13 wants to merge 1 commit into
experimentalfrom
MA-679]-Small-VO-Improvement

Conversation

@klortiz13

@klortiz13 klortiz13 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

2 line fix to ensure screen readers read the location from an event detail page.

The lines are:
67: Changed from label: 'Location: ', to label: 'Location: ${data.location}',
144: Changed from String semanticLabel = data.imageAltText ?? fallbackTitle; to String semanticLabel = data.imageAltText?.trim().isNotEmpty == true ? data.imageAltText! : fallbackTitle;

Changelog

[General] [Fix] - Expanded the existing 2 lines to handle empty locations (rare cases).

Test Plan

These handle special cases like empty location, and these lines were directly suggested in the task description, so if there are no events with empty location, there's no need to wait for this to be tested and can safely be merged.

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.

1 participant