Page MenuHomePhabricator

Fix an issue in the new Harbormaster build log view where clicking the "^" icon doesn't work right
ClosedPublic

Authored by epriestley on Apr 27 2018, 6:00 PM.
Tags
None
Referenced Files
F18861201: D19410.id46427.diff
Sun, Nov 2, 2:27 PM
F18850578: D19410.id.diff
Thu, Oct 30, 5:59 PM
F18847243: D19410.diff
Wed, Oct 29, 11:35 PM
F18720179: D19410.id.diff
Sep 29 2025, 6:32 PM
F18709075: D19410.diff
Sep 28 2025, 11:41 PM
F18705556: D19410.diff
Sep 28 2025, 11:55 AM
F18705492: D19410.id.diff
Sep 28 2025, 11:36 AM
F18643448: D19410.id46423.diff
Sep 19 2025, 2:22 AM
Subscribers
None

Details

Summary

Ref T13130. See PHI617.

The new build log UI has tags like <a href="...">Show More Above <span icon>^</span></a>. If you click the little "^" icon, the event target is the <span /> instead of the <a /> so we expand on the wrong node.

Instead, select the <a /> by sigil explicitly.

Test Plan

Viewed new log UI in Harbormaster, clicked "^" icon and text, got the same (correct) behavior on both.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable