Reproducible bug in Helpcase for SC 9.2.000
Today, I installed SC 9.2.000 trial version in a clean PC and confirmed what appears to be a bug in HelpCase. The Help button is not working in controls and forms, but it works in grids.
Steps to reproduce:
- Create a blank project.
- Add a control or form application
- Edit the toolbar to include the Helpcase button
- Create a HelpCase, create a dummy help page.
- In the control or form application use the Application > Settings to set the Helpcase Link.
- Run the app. When you press the help button, nothing happens.
Using the developer (F12) options from Edge or Firefox, I can see this error message:
SCRIPT5022: SCRIPT5022: Syntax error, unrecognized expression: #.sc-unique-btn-2.
Checking the code, I found that grids are still opening the HelpCase link in the onClick event of the button. But Forms and Control apps now call a function scBtnFn_sys_format_webh(), where the error occurs. This must be a syntax error in the generated PHP or Javascript code…
Someone from SC Bug Tracking Team?
NOTE: Environment = Windows 10 Pro x64 Spanish, version 1803, last updates applied, SC 9.2.000 directly from SC Site, clean install, no other PHP nor Apache installed, no IIS.