Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

The JavaHelp View is updated only if the current help id changes, scrolled away topics are not shown if same id is used again. #37

@glassfishrobot

Description

@glassfishrobot

The JavaHelp View is updated only if the current help id changes, to pressing the same help button twice does not update anything even if the current topic was scrolled away by help of scrollbar.
Workaround: select another topic in TOC Tree and the press the help button in the user application again.

Here is the java help code from sun DefaultHelpModel.java which may help to analyse the problem:

public void setCurrentID(ID ident, String historyName, JHelpNavigator navigator) throws InvalidHelpSetContextException{
if (ident == null)

{ ident = helpset.getHomeID(); }

if (ident == null || ident.equals(currentID))

{ // quick return if already set return; }

Environment

windows / javahelp 2.0_05

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions