microsoft / vsmarketplace

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

Markdown rendering errors and sticky header if ssr=false in query params #1049

Open sketchbuch opened 1 week ago

sketchbuch commented 1 week ago

Describe the bug Markdown lists are not rendered on the overview tab if if you click the Q&A/Ratings tab for an extension and then click the Overview tab due to ssr=false in the url. Setting to true or removing fixes the issue.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Workspace Sidebar Extension'
  2. Click on 'Q & A' tab
  3. Click on 'Overview' tab
  4. Note issues rendering certain markdown tags.
  5. Also on scrolling the header of the page becomes sticky.

Expected behavior Markdown always renders and header is not sticky.

Screenshots

Without SSR var or SSR=true Image

With SSR=false Image

Desktop (please complete the following information):

madhurivadaligithub commented 1 week ago

Thank you for reaching VS Marketplace Support Team. We are following up to determine how best to address it.

-VS Marketplace Team