[Webkit-unassigned] [Bug 10273] Copy and Paste to Word from Drosera code listing doesn't work properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 11:55:30 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=10273





------- Comment #8 from sherlock at genome.stanford.edu  2008-08-19 11:55 PDT -------
Testing with r35814, I still see this bug.

For this case, I went to:

http://smd.stanford.edu/js/ontology/v1/ExampleProduction.html

Selected:

http://smd.stanford.edu/js/ontology/v1/OntologyTreeBrowser.js

in the Resources list, then copied and pasted, using Paste Special->Styled
Text, to Word, the following code snippet:

function OntologyTreeBrowser(uid) {
      this.tree = new YAHOO.widget.TreeView ('treediv'+uid);
      this.uid = uid;
      /** now there is a div to store the highlighted id as in div
id='highlight'+uid, value= **/

  }

>From this.tree, the syntax highlighting starts to veer off.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list