Documentation Center

Issues fixed and closed in SDL LiveContent S1000D 5.3

This section contains issues fixed and closed in SDL LiveContent S1000D version 5.3.

Issue No.Description
LCS-475Next/previous breaks with suspend/resume while in a Process DM.
LCS-619Periods in an ID attribute fail.

This is limited to referredFragment; however, the cause of the problem is because the xpath_query and its API call fail when searching for an ID that contains a '.' (period).

LCS-639Formatting of dmRefAddressItems tag.

The dmRefAddressItems tag inserts a space between the link and whatever comes after the link, even if it is a period. Request to remove the whitespace.

LCS-662Misses a huge amount of content in the TOC.

When you publish a publication module that contains a data module followed by publication modules, the publication modules are not shown in the TOC menu, making the rest of the section inaccessible to the user.

LCS-663Hotspots with categorySequenceNumberValues that have leading zero's fail.

Remove the leading "D" in the CategorySequenceNumberValue from the CategorySequenceNumberRef and matching element. Publishing content does not work

Gives error "Unable to find part: xxxx". Issue is in the cvDocHandler.js code.

LCS-666Graphics printed to PDF output are too small.

Graphics used to print in larger rotated size but broke in one of the latest updates.

LCS-674Para element in wrong place.

<para> elements after a </table> element but before </proceduralStep> are displayed at the beginning of the procedure rather than their proper location.

LCS-751Stderr handling with LinuxLaunch.jar causes LiveContent S1000D to freeze.

We believe the root cause of the lockup is in LinuxLaunch.jar when using Runtime.exec() you need to be reading both stdout and stderr. The following error is filling up the stderr pipe causing the application to hang. The work around is to spawn a thread to read stderr. We believe that the best approach is to fix LaunchThread.java in LinuxLaunch.jar

LCS-753Informal tables have no titles, which causes them to show up in the TOC as empty icons.

In the S1000D spec, an informal table is defined as a table without regular table title line, table head and table footer (ver 3.0 Chap 6.2.2 para 9.2). Because these tables do not have a title, they display on the TOC's List of Tables as blank entries - an icon only. Suggest that only tables with titles be included in the List of Tables (and counted when generating a 'Table x.' prefix for a table title in the body of text).

LCS-757Resuming after suspend generating error dialog for unrelated graphic in Process DM.
LCS-776TOC references graphic sheet number, but fails to increment correctly.

Customer reported that the (Sheet 1 of 2) numbering scheme is working fine for graphic pane, but it fails to number correctly for the TOC.

LCS-777Issue 4.1 hotspot internal references do not display applicationStructureName after the word Hotspot.
LCS-947Java Heap error running LiveContent Publish.

Customer published large IETP content in version 5.2, but it fails with Java Heap error. Failed - Java Heap memory error.

LCS-984The CD image launcher loads slower every time it is run.

Every time a CD image is run, that CD image takes longer and longer from double-clicking the icon to the Run From CD/Local Install/Exit screen coming up, and also generates a longer and longer log file.

LCS-997String Operation "notEqual" is not working.

In LiveContent Version 5.2 with S1000D Issue 4.1 data, a dmNode in a Process Data Module that has a refApplicID pointing to an applic in the referencedApplicGroup that has a compound expression with a check for a Boolean Variable with no value assigned fails to filter as expected. Variables that have been declared or assigned 'noValue' are not appearing in the state table and are not handled properly while processing DMs.

LCS-1049Figure as the first item in a procedural step causes step numbering text alignment to be off.
LCS-1068Step graphics should display in order as you move into the step.

As you move to each step in a proceduralStep, the first graphic referenced should appear, not the last.

LCS-1146Acronym term with internalRefid does not work.

Acronym term and definition can be defined in a DM and given an ID for later reference. Later in the DM the <acronymterm> element can point to the internalRefId and expect to have the acronym output. It does not display at all.