| Issue 569: | Allow copying from patches | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When viewing a patch, the contents are not copyable. This is frequently a problem when trying to test pieces of patches or copy them from other Gerrits. http://pastebin.com can be referenced for the necessary HTML to achieve this.
May 14, 2010
#1
sop@google.com
Status:
WontFix
May 14, 2010
Yes, that's what I mean. I believe that both can be done via HTML. I haven't looked into your current code, but I believe something like the following would be feasible: <ol class='unchanged'> <li>some lines that wont be shown by default</li> <li>some lines that wont be shown by default</li> </ol> <ol start='3'> <!-- or use the non-deprecated CSS attribute counter-reset --> <li>Some lines around a change</li> <li>Some lines around a change</li> </ol> Is this what you mean?
May 14, 2010
That doesn't really help me with the left-column/old-version though. Its still going to be part of the line copied by the browser when you copy text. |
|
| ► Sign in to add a comment |