Skip to main content
August 11, 2016
Mobile

Introducing #EdgeBug: File web platform bugs with a Tweet



Real-world feedback from web developers is critical both to our planning process and to finding bugs in the wild – that’s why it’s important to us to provide tools like UserVoice and Platform Issues to make it as easy as possible for developers to tell us what’s important to them, and let us know when something goes wrong.

So you can imagine how interested we were when we saw the following Tweet a few weeks ago from Lea Verou, a talented web developer, speaker, and author:

We immediately thought this was a great idea! We’ve always been happy to file bugs on anyone’s behalf if they can provide details to reproduce or, better yet, a reduced test case. However, with the creation of the new Issue Tracker on Microsoft Edge Dev, we have an opportunity to scale this capability. Starting today, we’re excited to announce that you can file bugs against EdgeHTML simply by tweeting with the #EdgeBug hashtag!

How to file an #EdgeBug via Twitter

Filing a bug via Twitter is simple! Just keep in mind the following:

  1. Use the hashtag #EdgeBug so our tool catches your bug and we can follow up with a link to the bug.
  2. Include a link to a reduced test case of the bug on codepen.io, jsfiddle.net, jsbin.com, or dabblet.com – this makes sure the bug is actionable on our end.
  3. Use the text remaining to make a title for your bug. Make sure it’s succinct and descriptive!
Screen capture of a tweet composition box. The tweet contains a descriptive title, a link to a reduction hosted on JSBin, and the hashtag #Edgebug

That’s it! Once the bug is created, you’ll get a reply from @MSEdgeDev with the link to your bug on issues.microsoftedge.com. Note that we do have some automatic rules and manual triage steps to prevent spam and make sure bugs are actionable, so there might be a bit of a delay before you get a link to the bug.

How to create a reduced test case

What exactly does it mean to provide a reduced test case? To put it another way, we should be able to use the test case in your Tweet to determine if we’ve fixed the bug. To do this, you should remove everything from the site except for the code that causes the bug to reproduce.

For example, if we had a bug in CSS’s currentColor keyword, you could provide a test case that looks like this, and any browser that isn’t rendering the box as green would need to fix it.

The basic anatomy of a good test case is:

  • An explanation of what the test is validating
  • What the correct result should be
  • The minimal amount of code necessary to create a viable test

Reduced test cases are the fastest way for our team to get a fix, but we understand that you might not always have the time to get to the root of the problem.  For these situations you can file a bug one of two other ways:

Via “Send Feedback” Menu item in Microsoft Edge

    1. Navigate to the page with the issue.
    2. Open the “…” menu.
    3. Select “Report Site Issue. The url will be pre-filled in using the current page.
    4. Fill out the form with the steps to reproduce the issue.
    5. Select “Send Feedback” to submit the form.

Open a new bug on Platform Issues

    1. Navigate to issues.microsoftedge.com.
    2. Log in using your Microsoft Account.
    3. Insert a descriptive title.
    4. Select an appropriate Category.
    5. Place the url and any more information that makes reproducing the issue easier into the Steps textbox.
    6. Attach any additional files that will be valuable for ensuring we’re reducing the right issues.

Filing bugs against other browsers

If your bug reproduces in other browsers, it’s best to make sure each engine’s developers are aware of the issue to maintain great cross-browser web compatibility. You can find the public bug portals for each major rendering engine below:

We’re thrilled to make it easier than ever to report platform bugs, and we look forward to seeing your reductions soon! You can always reach us @MSEdgeDev on Twitter if you have any questions about a bug or #EdgeBug. Thanks for helping make Microsoft Edge better!

Antón Molleda, Program Manager, Microsoft Edge
Greg Whitworth, Program Manager, Microsoft Edge