This issue has been created
 
 
Scripting Documentation Application / cid:jira-generated-image-avatar-de7fc2c9-3473-4c78-9900-3e7186a0a857 SCRIPTDOC-31 Open

Cannot load documentation for some internal entries

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-f353afaa-671c-4516-b54c-34b8c2135c2b Clemens Robbenhaar created this issue on 05/Dec/25 12:43
 
Summary: Cannot load documentation for some internal entries
Issue Type: cid:jira-generated-image-avatar-de7fc2c9-3473-4c78-9900-3e7186a0a857 Bug
Affects Versions: 1.5.0
Assignee: Unassigned
Components: UI
Created: 05/Dec/25 12:43
Priority: cid:jira-generated-image-static-major-eef89548-49fd-4349-8304-c1e75cbb0ef1 Major
Reporter: Clemens Robbenhaar
Description:

Possibly related to SCRIPTDOC-29

If "internal" components are displayed in the right column, then clicking on them does nothing (i.e. it does not load the corresponding javadoc nor does it show an error message).

The CSS shows a `cursor: not-allowed;` style. I guess this makes sense for primitive variables like $sdoc, but not for $services.model.

Not all internal components are affected, for example the $services is clickable and does load the ScriptServiceManager javadoc, so maybe this has not really something to do with the element being "internal".