History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-335
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: P1 P1
Assignee: Mark Davis
Reporter: Amy Muntz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Reference Nav needs embedded font

Created: 10/May/05 10:26 AM   Updated: 26/Jun/06 09:35 PM
Component/s: Documentation
Affects Version/s: None
Fix Version/s: 3.1 (aka Denver)

Time Tracking:
Not Specified

Severity: Blocker
Runtime: N/A


 Description  « Hide
Switch the font for the reference nav from a client font to (say) Verity or LzTahoe8. Krank the result.

-----------
Please edit lzx file to use embedded font.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Amy Muntz - 01/Sep/05 09:12 AM
Since you are the 3.1 qa resource, I'm assigning this to you. Please let me know if this is something you can do today or tomorrow; otherwise, I'm freezing the branch without it. Thanks.

Henry Minsky - 08/Sep/05 07:11 AM
I added tahoe8 to docs/src/hardpages/nav.lzx




<!-- parameter 'target' is used to cause the links to open in a particular frame -->
<canvas width="240" height="640" title="LZX Reference Navigation" font="efont" fontsize="8">
  <include href="lz/tree.lzx"/>

  <font src="lztahoe8.ttf" name="efont" />
  <dataset name="tocdata" src="toc.xml"/>
  <dataset name="classesdata" src="classes.xml"/>
  <dataset name="tagsdata" src="tags.xml"/>
  
  <class name="link" extends="text" resize="true"
         onmouseover="setAttribute('fgcolor', blue)"
         onmouseout="setAttribute('fgcolor', black)"
         onclick="LzBrowser.loadURL(this.datapath.xpathQuery('@href'), target)"/>

  <!-- Create linktree so we can keyboard navigate. -->
  <class name="linktree" extends="basetree" isleaf="true" recurse="false" >
      <method name="keySelect">
          super.keySelect();
          LzBrowser.loadURL(this.datapath.xpathQuery('@href'), target);
      </method>
      <text text="${parent.text}" placement="item" name="t" resize="true" font="efont"

Henry Minsky - 08/Sep/05 07:12 AM
fixed in lps-dev

Mark Davis - 20/Oct/05 05:22 PM
looks good. As for kranking it, that has to happen in the release branch and is part of our release process.