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

Key: LPP-5367
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P0 P0
Assignee: Donald Anderson
Reporter: Amy Muntz
Votes: 0
Watchers: 0
Operations

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

Missing vbox in Contents and Reference Manual in 4.x; also 4.x components not in 3.4

Created: 18/Jan/08 09:20 AM   Updated: 28/Jan/08 04:20 PM
Component/s: Doc Tools
Affects Version/s: RingDing (4.1)
Fix Version/s: RingDingTools (4.1 Ref Guide + Tools)

Time Tracking:
Not Specified

Severity: Major
Fixed in Change#: 7,908
Fixed in branch: trunk
Runtime: N/A
Fix in hand: False


 Description  « Hide
Under the Components Tab:

In 3.4 but not in 4.x:
vbox

In 4.x, but not in 3.4. (Need to verify if these are all valid in 4.x:)
autocompletecombobox
drawview
editttext
richinputtext
textstyle


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Donald Anderson - 28/Jan/08 04:04 PM
vbox still exists, was missing from the table of contents.
Adding in next commit.

The additional ones do exist, although a couple are in incubator directory,
and one has no documentation. Details:

lps/components/incubator/autocompletecombobox.lzx (no doc embedded in source file)
lps/components/extensions/drawview.lzx (has broken example)
lps/components/lz/edittext.lzx (has working example)
lps/components/extensions/views/richinputtext.lzx (has doc)
lps/components/incubator/textstyle.lzx (has doc)


Donald Anderson - 28/Jan/08 04:20 PM
------------------------------------------------------------------------
r7908 | dda | 2008-01-28 19:18:28 -0500 (Mon, 28 Jan 2008) | 32 lines
Changed paths:
   M /openlaszlo/trunk/docs/src/nav/toc.xml

Change 20080128-dda-8 by dda@lester.local on 2008-01-28 19:06:42 EST
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: doc: Added vbox to table of contents, and alphabetized subsections of table of contents.

New Features:

Bugs Fixed: LPP-5367

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)

Documentation:

Release Notes:

Details:
    vbox never went away, but somehow got deleted from TOC (table of contents).
    Since the TOC is 95% alphabetized within each subsection, it seemed bad not to keep it fully so.
    The ordering of the TOC is completely independent of anything else (the
    file is hand editted).

    The other part of the JIRA bug is to confirm the existence of new entries
    in the Components part of the TOC. Their location and general status is
    noted in JIRA comments. We'll need to decide if they are truly doc-worthy,
    and should be kept in the TOC.

Tests:


------------------------------------------------------------------------