sindresorhus/refined-github




The issue has been closed
A few of problems, just after waking up #2797
tunnckoCore posted onGitHub
<!-- Thanks for reporting a bug! ā° 1. Make sure the bug is caused by Refined GitHub. Try disabling the extension first. 2. Include a full URL where the bug appears. 3. Include a screenshot/gif Issues without a URL/screenshot will be closed -->
- #2770
- The "More" dropdown is always like when clicked (in every page). I think we had similar issue before few? Hm. I don't remember how we fixed it.
- The extension "Options" is doing something strange, constantly moving/resizing - can't show that.. Maybe from few pictures below you can see it has different size. It stops when you, for example, somehow successfully click on some of the inputs and "save" the options with "Enter".
- Reinstalled the extension
- errors in console (when in an Issue)
ā make-discussion-sidebar-sticky
content.js:1896 TypeError: Cannot read property 'offsetHeight' of null
at updateStickiness (content.js:3269)
at make_discussion_sidebar_sticky_init (content.js:3276)
at features_run (content.js:1891)
at content.js:1944
at onAjaxedPagesRaw (content.js:1843)
features_run @ content.js:1896
ā link-to-file-in-file-history
content.js:1896 TypeError: Cannot read property 'children' of null
at cleanSection (content.js:5986)
at clean (content.js:6024)
at clean_sidebar_init (content.js:6039)
at features_run (content.js:1891)
at content.js:1944
at content.js:1848
at onAjaxedPagesRaw (content.js:1843)
- more errors in Repo pages
- What permissions the token need? Mine has
gist, notifications, repo, user, workflow
and it's new. - The "hide marketplace" wraps the anchor
a
tag with adiv
that makes too much space between the "Issues" and "Trending"? You can see it from above screenshot.
<div class="mr-0 mr-lg-3 py-2 py-lg-0 border-top border-lg-top-0 border-white-fade-15">
<a class="js-selected-navigation-item Header-link" data-ga-click="Header, click, Nav menu - item:marketplace context:user" data-octo-click="marketplace_click" data-octo-dimensions="location:nav_bar" data-selected-links=" /marketplace" href="/marketplace">
Marketplace
</a>
</div>