Comment 3 for bug 1950033

Revision history for this message
Charles Haley (cbhaley) wrote :

@kovid: I have an implementation that adds a context action to copy the value of the field when there are no other semantics.

Possible problem: some fields were not links so there was no way to identify the field name, for example numbers and dates. I solved that problem by creating a link type that when clicked copies the text to the clipboard. This means a simple click copies the text, and it also gives a handle for the context menu. Are you OK with this? If so then I will submit a PR for evaluation.

The first attachment shows the new "copy" link. The second shows the context menu.