martok / palefill

Inject Polyfills for various web technologies into pages requiring them
https://martok.github.io/palefill/
Mozilla Public License 2.0
79 stars 9 forks source link

Github: "Copy SHA" button broken #64

Closed martok closed 1 year ago

martok commented 1 year ago

Technically a regression in Palefill, but: this will be fixed in UXP in the foreseeable future and as far as I can tell, only "Copy full SHA" is functionally affected here (the rest is a bunch of missing tooltips, but that's not fixable here anyway).

It's not a major inconvienience and if absolutely required, the function can be reached by keyboard navigation: click the button once to give it focus (won't do anything), press tab once, press enter.

So instead of adding a new hook just for that, ignore the problem for now and wait for upstream.

Original commit was 2a9bc643aa9008ef3a.

martok commented 1 year ago

Resolved in PM 32.0 / UXP6.0.

To get the "new consensus" behavior of buttons, set pref dom.forms.button.standards_compliant to false and restart the browser.