Incubator > Beehive
 

Release Notes: Beehive 1.0

Known Issues in this Release

Some <netui> Tags Do Not Produce Valid HTML or XHTML

The following <netui> tags do not produce valid html/xhtml because of namespace issues.

<netui:tree runAtClient="true">

The runAtClient feature adds several <netui> namespace attributes to the rendered html tags so that tree actions can be correctly processed on the client.

<netui:html idScope="aValue">
<netui:html generateIdScope="true">
<netui:scriptContainer idScope="aValue">
<netui:scriptContainer generateIdScope="true">

The idScope attribute (whether user generated or auto generated) adds netui:idScope attributes to the rendered <html> tag, the <div> tag, or both, depending on which of the above tags the idScope attribute is placed.

These items will not validate against HTML-401-Quirks, HTML-401-Loose, or XHTML-10-Transitional.

Documentation Table of Contents Display Problems on Internet Explorer

On some versions of Internet Explorer (6.0 SP2, and possibly others) the doucumentation table of contents does not display property. The table of contents appears further to the right-hand side of the page than is expected.

To fix the display, enbable "active content" in Internet Explorer.

This problem is not seen on the Firefox browser.

Issues Fixed in this Release