Support Article
Button click works incorrectly
SA-59623
Summary
Button click works incorrectly. Clicking anywhere on the button, except the center, does not work.
Error Messages
Not Applicable.
Steps to Reproduce
Open a modal dialog and click the OK button.
Root Cause
A software use or operation error. The button height does not consider the complete height of the HTML tag, td.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<style>
button#ModalButtonSubmit{height:100% !important;}
</style>
Published July 23, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.