Firefox: UI Bug List
anjj123 opened this issue · 7 comments
Forefox has some weird UI bugs that aren't present on the chrome extension
Account Drop down menu causes the background to turn whitePartially fixed. Name turns into a grey box now, and background still turns white if Account Name is too long
2. If the account name is too long it causes UI bugs in the account dropdown, such as scroll bar disappearing and create/import moving to the right-hand-side (solution, and this was recommended in another issue: character limit on account names)
It appears the white background while hovering over the dropdown is caused by the semantic UI buttons on the dropdown. Will do more investigation to work around it.
The fix is not perfect as now the colour for the current account becomes gray when the drop down is hovered over. This is the best I can do so far.
@anjj123 the gray background issue is fixed now. Also account name is restricted to 32 chars. Long existing names will be shortened to display. Please test it and close it if they are ok.
@fyang1024 issue is still live for me. It may be related to the character limit. Maybe try reducing it to 28 chars and see if it fixes.Also, even at 32 chars its still causing bugs if user uses all numbers or caps only
@anjj123 I didn't change the 32 chars limit, as I am afraid users may complain it's too restricted. Instead I display a shortened name in the drop down if it's over 28 chars
@fyang1024 I agree with your change. It looks much better but the bug still persists on firefox. Character limit isn't the issue.