Responsive HTML5 WebHelp search: “Previous” pagination updates count but not results
- January 13, 2026
- 6 replies
- 215 views
Hi RoboHelp team,
We are seeing a reproducible issue with Responsive HTML5 WebHelp search pagination where the Previous (<) button updates the footer count but does not re-render the results list.
Steps to reproduce
Open Responsive HTML5 WebHelp output
Search for a term with more than one page of results (e.g. vegetation)
Scroll to the bottom of the results
Click Next (>) → results correctly advance (e.g. items 21–25)
Click Previous (<)
Observed behaviour
The footer updates correctly (e.g. “1–20 of 25 results”)
The results list does not update and still shows the later-page items (stale DOM)
Expected behaviour
Clicking Previous should re-render the correct earlier page of results, matching the footer and page state.
Environment
Adobe RoboHelp (2020)
Output: Responsive HTML5
Skin: Azure Blue
Issue reproducible across multiple published builds
CHM output not affected
We attempted multiple JavaScript-based workarounds (forcing navigation, reloads, DOM clearing via master page), but the issue persists in published output, suggesting the search UI is reusing cached result elements rather than repainting on backward pagination.
Is this a known issue or limitation in Responsive HTML5 search pagination?
If so, is there an official fix or recommended workaround?
Thanks for your help.