You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to a ticket and call Article Filter dialog (in Article Overview section).
Inspect in Firefox HTML code of Reset button and see duplication of 'btn-cancel-ghost' in class parameter: <button id="DialogButton1" class="btn-main btn-cancel-ghost btn-cancel-ghost align-left-auto" type="button"><span>Reset</span></button>
Additional information
This happens because of
'btn-cancel-ghost' class added in ArticleFilterEvents() function in Core.Agent.TicketZoom.js at line 401.
'btn-cancel-ghost' class added in TargetNS.ShowDialog function in Core.UI.Dialog.js at line 419.
The text was updated successfully, but these errors were encountered:
Environment
Expected behavior
Only one entry 'btn-cancel-ghost' is present in 'class' attribute for button in Article Filter dialog
Actual behavior
There are 2 entries 'btn-cancel-ghost' in 'class' attribute for button in Article Filter dialog
How to reproduce
Steps to reproduce the behavior:
<button id="DialogButton1" class="btn-main btn-cancel-ghost btn-cancel-ghost align-left-auto" type="button"><span>Reset</span></button>
Additional information
This happens because of
The text was updated successfully, but these errors were encountered: