Claas Augner
Claas Augner
Please mark as ready for review again once the PR in translated-content was merged.
Please make sure to always use the [issue template](https://github.com/mdn/yari/issues/new?assignees=&labels=bug&template=bug-report.yml) so that we have all information to reproduce the issue. > CSS interactive examples have now got a scrollbar Unfortunatey, I...
> Please confirm that you don't see the scrollbar I've highllighted. I tested again both locally and on BrowserStack (tested different resolutions), and I don't get those scrollbars in Chrome,...
Firefox Reader mode seems to omit tables, because it isn't trivial how to render them in a readable way: I will discuss this with the rest of the MDN engineering...
The reason for this is that `privacy` itself has no compatibility data, but only its children have. This also affects [devtools](http://localhost:3000/en-US/docs/Mozilla/Add-ons/WebExtensions/API/devtools#browser_compatibility). We should probably fix the `Compat` macro so that...
@danielhjacobs Sorry, I was a bit too vague in my specification. I would like the BCD table for [devtools.panels](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels#browser_compatibility) to stay exactly as it is (4 entries), and only for...
@queengooborg What are your thoughts on this issue and my proposed solution? (Maybe the BCD data itself would need to be adjusted, e.g. by adding intermediate entries?)
> * open a page, like say https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice > > * from the sidebar, "open in new tab" a new page, like https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin, so it opens in the background >...
Duplicate of https://github.com/mdn/bob/issues/742.
Thanks @wbamberg! I was able to reproduce it now, but only after disabling MDN Offline. It looks like a CodeMirror bug, which doesn't set the `width` of the `div.CodeMirror-linenumber`: And...