Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Displays blue box around when hotkey buttons are clicked

SA-19908

Summary



When user clicks hotkey buttons, it creates a blue box around the button which causes cosmetic glitch. The buttons without hotkeys applied behaves as expected.

Error Messages



No error. but UI behaves unexpectedly which causes some user-friendliness issues.

Steps to Reproduce



1. Configure two button in a section. One button as Hotkey by adding " &' " in button caption field of cell properties. For ex :- HotKey&'. And add another normal button. 
2. Configure section in a flow action and call it in a flow. 
3. Run the flow and observe the a blue color box around HotKey when it is clicked.

Root Cause



A defect in Pegasystems' code or rules is due to margin-left = 0.3em is getting added in access key button's code.

Resolution



Setting the button's after pseudo class with margin-left to 0. 

<style> 
button[accesskey]::after{ 
margin-left: 0; 

</style>

Published February 26, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us