microsoft / vsmarketplace

Customer feedback and issue tracker repository for Visual Studio Marketplace
MIT License
40 stars 10 forks source link

Manage Publishers & Extensions focus border shifts the content around #13

Open Tyriar opened 3 years ago

Tyriar commented 3 years ago

Describe the bug On https://marketplace.visualstudio.com/manage/publishers/tyriar clicking into the extensions and using the arrows to navigate shows the focus border shifting the content around. It also shows briefly when right clicking.

The likely fix here is to use outline not border as it wraps the element like border, just without affecting the flow of the page.

recording (3)

To Reproduce Steps to reproduce the behavior:

  1. Go to https://marketplace.visualstudio.com/vscode
  2. Click on Publish Extensions
  3. Click on an extension
  4. Use the arrows

Desktop (please complete the following information):

Microsoft Edge Version 90.0.803.0 (Official build) dev (64-bit)

Neelima10735584 commented 1 week ago

Hi @Tyriar

Thank you for reaching out to the VS Marketplace Team. As part of our cleanup process, we are revisiting the open issues. Since we are unable to reproduce the issue now, could you please check and confirm so we can address it promptly.

Regards, VS Marketplace Team

Tyriar commented 1 week ago

This 100% still happens. It looks like you're using border on focus which reflows content on the page, instead of something like outline which is an overlay.

Image