Page MenuHomePhabricator

Dashboard - Bugs
Closed, ResolvedPublic3 Estimated Story PointsBUG REPORT

Description

Login form
Labels of the fields overlap entered text on Firefox and Safari
https://monosnap.com/file/MoaQVgFRaoGIwxh31PIUpuyvpgsmEk
The same for Change passwords, Forgot password
https://monosnap.com/file/tBhrv1JCe5P5D9nmjNtS6ZVZHdAj4J
https://monosnap.com/file/7Yxqml7rXm8c1zUsgmgXfk5e8WGLd Y

Forgot password

  • username field: it's possible to send email several times by double click
  • username field: if to enter a username with spaces (emulation copy\past issue), the next form appears with the error "InvalidParameterException: 1 validation error detected: Value at 'username' failed to satisfy constraint: Member must satisfy regular expression pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+"

https://monosnap.com/file/E5j6ZyDwdDKWJBa7PTu9DBL8c26aSx
Expected: we shouldn't be redirected to the following page, a user should stay on the page with entering a username, and it would be good to add trimming of extra spaces

  • If the password is incorrect, the error message doesn't contain rules about the required length for a password

https://monosnap.com/file/fEpPxYyGNHJqNwpr6kWq057savQm9Q

Top Menu
List of steps to reproduce:

What happens?:

"Firehose API Reference" doesn't fit the width of the dropdown menu and it seems that there are two separate submenu items instead of one. https://prnt.sc/1xj5ski

Documents:
Base URL block doesn't have a link sign https://take.ms/UdHER

Documents/Data Dictionary:
Style of the table differs with design, and the corners of the table are not rounded https://take.ms/CliCq

API Reference pages:

Event Timeline

AnnaMikla renamed this task from Dashboard Top Menu to Dashboard - Top Menu.Oct 27 2021, 9:35 PM
AnnaMikla renamed this task from Dashboard - Top Menu to Dashboard - Bugs.Oct 27 2021, 9:39 PM
AnnaMikla triaged this task as Low priority.
AnnaMikla updated the task description. (Show Details)
AnnaMikla updated the task description. (Show Details)
Alexander.lauie changed the task status from Open to In Progress.Dec 23 2021, 12:43 PM
Alexander.lauie lowered the priority of this task from High to Low.

@Anna.bondar Top Menu That is fine. The dropdown has fixed width and 2 row menu item has different line-height so it looks different from 1 row items.

Forgot password: the case with spaces in username https://monosnap.com/file/hz0H8SDGCS1SUxYn4OJC44dc3ZHb2u

  • we need to rephrase the message - "Member must satisfy regular expression pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+" is difficult for understanding
  • The "Send confirmation code" button is locked (regression issue after fix of sending several emails by double click on the button)

@Anna.bondar added whitespace validation and deployed to dev.

AnnaMikla changed the task status from In Progress to Open.Jan 12 2022, 4:57 PM