Page MenuHomePhabricator

Render the clone URI input field as readonly.
ClosedPublic

Authored by wotte on Dec 20 2013, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 3:45 AM
Unknown Object (File)
Tue, Dec 31, 7:57 PM
Unknown Object (File)
Tue, Dec 31, 6:22 PM
Unknown Object (File)
Dec 12 2024, 1:32 AM
Unknown Object (File)
Dec 11 2024, 7:56 AM
Unknown Object (File)
Dec 4 2024, 10:21 PM
Unknown Object (File)
Dec 4 2024, 6:02 PM
Unknown Object (File)
Nov 15 2024, 12:59 PM

Details

Summary

There's no particular reason to allow the user to edit the clone URI field in Diffusion; editing it has no meaning and if you fat finger the keyboard, it's quite possible that the user will either accidentally clear and/or modify the URI before copying (bit me this morning).

Adding a readonly attribute to the input field allows the same benefit (URI is easily selectable) while preventing such accidental input. Fixes T4246.

Test Plan

Verified that the desired behavior is present in both Chrome, Safari, and Firefox. Field remains selectable with one click, but field is not editable.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped