/[takahashi]/takahashi.xul
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /takahashi.xul

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Fri Jun 9 22:21:33 2006 UTC revision 6 by dpavlin, Sat Jun 10 08:35:37 2006 UTC
# Line 1058  var Presentation = { Line 1058  var Presentation = {
1058          },          },
1059    
1060          insert : function(aType) {          insert : function(aType) {
1061                    var scrollTop = this.textbox.scrollTop;
1062    //              alert(this.textbox.scrollTop);
1063                  switch (aType)                  switch (aType)
1064                  {                  {
1065                          case 'page':                          case 'page':
# Line 1092  var Presentation = { Line 1094  var Presentation = {
1094                          default:                          default:
1095                                  return;                                  return;
1096                  }                  }
1097                    this.textbox.scrollTop = scrollTop;
1098                  this.onEdit();                  this.onEdit();
1099          },          },
1100          insertTextFor : function(aString, aNode, aPosOffset)          insertTextFor : function(aString, aNode, aPosOffset)

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26