saasmirrorA SOFTWARE FIELD GUIDE

ORIGINAL RESEARCH / BROWSER HANDOFF TEST

Does a filtered review keep its complete export?

We hid seventeen checks on screen, downloaded both formats, and inspected what survived.

A filtered view can help a reviewer concentrate on open work. It must not silently turn the downloaded handoff into a filtered, incomplete record. We tested the public 18-check release-review tool with fictional entries so the result is reproducible without anyone's product or client data.

This is a test of this tool in one Chrome session. The fictional “pass” and “follow-up” labels below are sample data; they are not verdicts on an actual release.

What the browser run showed

What changed after the test

The baseline exposed a missing warning on internal site links. We added a native page dialog for edits that are not in the last export. In a separately built local preview, clicking Home opened the dialog; “Keep editing” retained the input; “Leave and discard review” navigated away; and a blank review left without prompting. The five follow-up observations preserve this correction separately from the live baseline.

This does not automatically save the review or cover every way to leave a tab. An export request clears the warning state before a saved file is proven, so the tool still asks readers to check their Downloads.

Leave this review dialog with Keep editing and Leave and discard review controls
The correction in a local built preview. The screenshot shows fictional test input.

Method and test conditions

We used Chrome 153 on macOS 26.6.2 at a 2560 × 1353 CSS-pixel viewport and device-pixel ratio 2. We entered one fictional follow-up, one fictional pass, one not-applicable reason, and left fifteen checks untouched. The primary export run started on September 18, 2026 at 16:05 UTC.

We then filtered to follow-up, requested both downloads, inspected the saved files, edited again, and navigated away. Read the complete method and provenance.

Recorded steps

Observed browser behavior in one documented run
IDActionObserved result
H01Open public release-review tool in a new tab18 not checked, zero in the other three categories
H02Enter fictional conditions and three synthetic statuses with notesBrowser summary showed 1, 1, 1, and 15 respectively; all notes appeared on their rows
H03Select Needs follow-up filterOne review row visible and status text said 1 check shown; summary remained 1 pass, 1 follow-up, 15 unchecked, 1 not applicable
H04Use Export Markdown while filteredBrowser UI said download requested; 8,373-byte Markdown file appeared on disk at 16:06:23 UTC and offline verification found 18 check headings and all three notes. Browser waitForEvent(download) timed out, so file existence and content were verified directly.
H05Use Export JSON while filteredBrowser UI said download requested; 10,054-byte JSON file appeared on disk at 16:06:50 UTC. Offline verification found 18 unique IDs and all 18 statuses, including hidden pass, N/A, and 15 unchecked.
H06After export, edit the fictional release field and click the site's home link, then revisit the toolNavigation completed to the homepage without a captured JavaScript dialog event. Returning to the tool showed 18 unchecked and blank conditions; the new edit was not retained.
H07Edit a fictional field and perform a full-page reloadCDP captured one Page.javascriptDialogOpening event of type beforeunload for the tool URL. The automation did not expose a visible prompt and the reload completed to a blank review, so this does not prove what a human user would see or choose.

Download observations JSON · Download observations CSV

Representative screenshots

One follow-up check visible while the summary still counts all eighteen
One visible row; the summary still describes the full review.
Blank review after leaving the tool and returning in the baseline browser run
Returning after an unexported edit showed a fresh review in the baseline run.

Inspect the handoff files

The sample files are complete tool outputs from the fictional run. Compare their check IDs, statuses, and notes with the filtered screenshot.

Sample JSON export · Sample Markdown export

Limits and corrections

Version 2026-09-18.1 preserves the original seven observations and adds five separately dated local correction checks. The original navigation finding is unchanged.

Cite and reuse this record

Awesome Patel (2026). “Does a filtered review keep its complete export?” SaaS Mirror, browser handoff study, version 2026-09-18.1. https://saasmirror.com/research/release-review-handoff-study

The JSON and CSV observation data are dedicated to the public domain under CC0 1.0. Citation is appreciated, not required. The screenshots, article text, and sample tool exports follow the site terms.