Page MenuHomePhabricator

Help PROFESSIONAL SOFTWARE ENGINEERS copy text to their clipboard
ClosedPublic

Authored by epriestley on May 31 2017, 3:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 4, 11:18 AM
Unknown Object (File)
Sun, Dec 15, 6:48 AM
Unknown Object (File)
Dec 9 2024, 8:51 AM
Unknown Object (File)
Dec 8 2024, 12:59 PM
Unknown Object (File)
Nov 19 2024, 6:15 PM
Unknown Object (File)
Nov 15 2024, 4:58 PM
Unknown Object (File)
Nov 12 2024, 9:37 AM
Unknown Object (File)
Nov 8 2024, 8:00 AM
Subscribers
Tokens
"Mountain of Wealth" token, awarded by joshuaspence."Hungry Hippo" token, awarded by chad."Pterodactyl" token, awarded by cspeckmim.

Details

Summary

Ref T12780. I'd like 18,000 GitHub stars now please thank you

Test Plan

this feature is awful

Diff Detail

Repository
rP Phabricator
Branch
copy
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningwebroot/rsrc/js/core/behavior-copy.js:1JAVELIN5`javelinsymbols` Not In Path
Unit
Tests Passed
Build Status
Buildable 17336
Build 23232: Run Core Tests

Event Timeline

src/applications/uiexample/examples/PHUIButtonExample.php
109–112

Bonus: now supports internationalization!

This is the key to growth, I tell you.

This revision is now accepted and ready to land.May 31 2017, 3:03 AM

literally no such thing as a star token

C_eKLH4XoAArEHO.jpg (411×583 px, 41 KB)

PrOFEssIONal SoFTWarE ENGinEEr

Other improvements I'm excited to pursue:

  • A large "Close Window" button in the upper left corner of the screen to help PROFESSIONAL SOFTWARE ENGINEERS close windows.
  • A large "More Content Below! Click Here To Scroll Down!" fixed position footer banner to help PROFESSIONAL SOFTWARE ENGINEERS scroll through documents.
  • A large "← ← ← Back! Click Here To Go Back To The Last Page! ← ← ←" element along the left side of the screen to help PROFESSIONAL SOFTWARE ENGINEERS navigate through workflows.

Don't forget browser in a browser

Yes, we're already heavily committed to helping PROFESSIONAL SOFTWARE ENGINEERS open several different web documents in the same browser window.

I'm currently making this element degrade by hiding it on page load, testing if "copy" will work, and then showing it.

This may cause some flickering on load, and/or may cause some layout/design issues down the road because I'm using visibility: hidden. If so, we could do something like: always show it, always let users click it, say "copied YES GREAT" or "not supported by your browser, sorry" after the action fires.

This revision was automatically updated to reflect the committed changes.