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
There is a visual bug with question components which have _canShowMarking: true alongside _canShowFeedback: false. This causes the marking icon to appear over the submit button and look visually incorrect.
Your environment
v5 Framework
Expected behaviour
Marking icon does not appear over the submit / show correct answer button. The solution I propose would introduce margin on the submit button when _canShowMarking is enabled but _canShowFeedback is disabled.
The text was updated successfully, but these errors were encountered:
Subject of the issue/enhancement/features
There is a visual bug with question components which have
_canShowMarking: true
alongside_canShowFeedback: false
. This causes the marking icon to appear over the submit button and look visually incorrect.Your environment
Expected behaviour
Marking icon does not appear over the submit / show correct answer button. The solution I propose would introduce margin on the submit button when
_canShowMarking
is enabled but_canShowFeedback
is disabled.The text was updated successfully, but these errors were encountered: