| Summary: | Type documentation can be presented in confusing manner | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Konstantin Komissarchik <konstantin> | ||||
| Component: | Sapphire | Assignee: | Konstantin Komissarchik <konstantin> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ling.hao | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Konstantin Komissarchik
Created attachment 198592 [details]
Example of the problem
Implemented the following semantics:
if( property documentation or property facts exist )
{
set context help title to property label
include property documentation and facts
if( type documentation exists )
{
append type documentation in a separate section with type
label as the section title
}
}
else
{
if( type documentation exists )
{
set context help title to type label
include type documentation
}
}
Ling, please verify.
Verify with sapphire-gallery extended help. Just noting that the separate section has a different font/color as the main section. But I don't think there is anytime we can do due to limitation of the help UI. |