javaee / javahelp

javahelp
Other
14 stars 15 forks source link

Back button does not work when using hyperlinks with #id or #name (JavaHelp bug) #31

Open glassfishrobot opened 13 years ago

glassfishrobot commented 13 years ago

javahelp 2.0.05 (latest release)

The "Back button" does not work when using hyperlinks with #id or #name

I found out via debugging the JavaHelp src code that recording history is currently NOT supported for hrefs containing an #id.

The behaviour of the bug/feature in JavaHelp can also be reproduced with the delivered idehelp demo

goto C:\java\jh2.0.05\demos\hsjar\idehelp\idehelp\manager\BeansProject.html

usage of link [1] works with history usage of link [2] FAILS with history and reproduces the bug/feature

[1]

Beans In Java WorkShop
[2]
Importing Components (includes importing a JAR File)

link [2] FAILS as it contains a # into the href and this is not recorded in the JavaHelp History.

glassfishrobot commented 13 years ago

Reported by bmerkle

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAVAHELP-31