fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] fenfire/org/fenfire/fenpdf BUGS


From: Benja Fallenstein
Subject: [ff-cvs] fenfire/org/fenfire/fenpdf BUGS
Date: Mon, 15 Sep 2003 16:25:33 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/09/15 16:25:33

Modified files:
        org/fenfire/fenpdf: BUGS 

Log message:
        More bugs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/fenpdf/BUGS.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/fenpdf/BUGS
diff -u fenfire/org/fenfire/fenpdf/BUGS:1.23 
fenfire/org/fenfire/fenpdf/BUGS:1.24
--- fenfire/org/fenfire/fenpdf/BUGS:1.23        Wed Sep 10 10:57:56 2003
+++ fenfire/org/fenfire/fenpdf/BUGS     Mon Sep 15 16:25:32 2003
@@ -12,18 +12,56 @@
 
 - Menu seems to clobber fonts?
 
+- Sometimes, some characters-- particular capitals, "P" and "B" are known--
+  disappear. After that point, these characters will not be shown on any
+  canvas until FenPDF is restarted.
+
+- Sometimes (usually some time after the previous bug), some characters
+  will start to show as black squares, overlapping slightly onto the
+  next character. Again, this will not undo itself until you restart FenPDF.
+
 - Instability. 
     - Have seen it crash in renderImpl.
     - invalid coordsys inv?
     - too many clicks -> throws an error.
    
+- I got a BLACK paper from papermill?!?!?!?!
+
+    - no, shows sometimes as a different paper, but then overwritten
+      as black. What's going on with these texture ids?
+
+    - if you zoom in or out, parts of the page may lighten up,
+      so it looks like a flashlight effect illuminating part of
+      a dark area
+
 IMPORTANT:
 
 - Backspace doesn't regenerate vob scene (or it doesn't show)
 
+- Text cursor often isn't exactly in the right position on x-axis;
+  apparently, character widths are miscalculated somewhere
+
 - startup takes far too long.  [slightly mitigated already 
   by tjl, fixing irregu generation.]
 
+- Clicking on a node selects it; left-dragging over a selected
+  node moves that node, which makes it really difficult to
+  read a piece of an article transcluded to a canvas: when
+  zooming in enough that it's readable, it often fills out
+  the whole irregu frame, and you cannot easily pan without
+  being afraid you'll move the node...
+
+  The solution is to follow the spec: moving nodes
+  and transclusions is ``ctrl + click + drag``.
+
+- Typing on an PDF apparently creates a non-shown text node;
+  in the RST output this'll result in something insane,
+  along the lines of::
+
+    <rdf:Description rdf:about='address@hidden'>
+       <canvas2d:contains 
rdf:resource='urn:urn-5:gJ-BQIjjChv8QusiMTtiIDaYh+sC:_10'/>
+    </rdf:Description>
+
 - sometimes "not a canvas view"
     [ architecture-wise: what the hell is AbstractMainNode2D
       doing, checking members' derived types?
@@ -48,15 +86,18 @@
 
 - .dsc info needs to be cached
 
-- I got a BLACK paper from papermill?!?!?!?!
+- When creating new text node, the line cursor shown is *above*
+  where text will actually be shown -- the lower end of the
+  line cursor is where the upper end of the text will be.
 
-    - no, shows sometimes as a different paper, but then overwritten
-      as black. What's going on with these texture ids?
 
 ANNOYANCE
 ---------
 
 - deleting a canvas does nothing...
+
+- Context menu of treetime things has "Unlink buoy," which
+  doesn't make sense -- remove
 
 - timings need adjustment
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]