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
When a user clicks on an autocomplete suggestion in Firefox, the suggestion is not pasted into the text field. I haven't identified the root of this problem yet.
Other Firefox issues:
The appearance of the the phrase 'Type' <select> element (a.k.a. the dropdown for Fact, Statistic, Other...) has some CSS issues. Using -moz-appearance: none; makes the select element look round and pretty, but makes the dropdown arrow disappear.
When a user first opens a token using the [ key, no token appears in the text field. However, the token appears as soon as the user starts typing other characters.
These seem like non-breaking issues, but should be addressed in the future.
The text was updated successfully, but these errors were encountered:
When a user clicks on an autocomplete suggestion in Firefox, the suggestion is not pasted into the text field. I haven't identified the root of this problem yet.
Other Firefox issues:
<select>
element (a.k.a. the dropdown for Fact, Statistic, Other...) has some CSS issues. Using-moz-appearance: none;
makes the select element look round and pretty, but makes the dropdown arrow disappear.[
key, no token appears in the text field. However, the token appears as soon as the user starts typing other characters.These seem like non-breaking issues, but should be addressed in the future.
The text was updated successfully, but these errors were encountered: