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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
After choosing Transcribe Text tool, first click should deploy an animated circle indicating start of text.
Second click should deploy a second circle indicating the end of text, stop the animation and cause the Transcribe Text popup dialogue box to appear.
Actual Behaviour:
In IE11, the first click deploys a red (non-animated) circle.
The second click does not deploy the second circle, and the popup dialogue box does not appear.
Strangely, the text cursor (indicating an ) can still be seen floating where the popup dialogue should have appeared.
Diagnosis:
The popup dialogue box is actually there, but it's hidden behind the subject image, background, etc.
Specifically, div.transcribe-dialog does not receive the .-active CSS class, which would shift its z-position from .transcribe-dialog { z-index: -1 } to .transcribe-dialog.-active { z-index: 2 }
This is quite potentially an issue with Angular on IE11, as an exception occurs right after the second click is detected.
Major Issue.
Yes, IE11 again.
Expected Behaviour:
Actual Behaviour:
Diagnosis:
div.transcribe-dialog
does not receive the.-active
CSS class, which would shift its z-position from.transcribe-dialog { z-index: -1 }
to.transcribe-dialog.-active { z-index: 2 }
Tested On:
The text was updated successfully, but these errors were encountered: