Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor bugs in Deprecation UI found in bug bash #6994

Merged
merged 2 commits into from
Mar 13, 2019
Merged

Conversation

scottbommarito
Copy link
Contributor

Some quick bugs found in https://github.com/nuget/engineering/issues/2168

  • multi-select dropdown should not be larger than content

image

  • "skip to content" does not tab to the deprecation warning on the package details page (non-focusable elements with tabIndex set should be considered :focusable and :tabbable)

  • Fixed page when package is locked or feature flag is disabled

site admin:

image

owner:

image

  • deprecation warning on package details page should show pointer cursor

  • custom message in deprecation warning on package details page should have better text

  • alternate package text in deprecation warning on package details page should be shorter

image

}
else
{
<span>Deprecating a package will warn all consumers of the package who use it in their projects.</span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be attributed with AlertInfo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's meant to appear as plain text at the top of the section as a description. We could make it an AlertInfo but I'm not sure if it's necessary or if it would look better.

image

Copy link
Contributor

@shishirx34 shishirx34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one comment. :shipit:

@scottbommarito scottbommarito changed the base branch from master to dev March 13, 2019 23:04
@scottbommarito scottbommarito merged commit 5972daf into dev Mar 13, 2019
@scottbommarito scottbommarito deleted the sb-quickbugbash branch March 13, 2019 23:04
@scottbommarito scottbommarito restored the sb-quickbugbash branch July 22, 2019 23:18
@scottbommarito scottbommarito deleted the sb-quickbugbash branch July 22, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants