Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs][Bug] copy custom selection of code removes line breaks in Firefox #1014

Closed
auipga opened this issue Nov 3, 2021 · 2 comments
Closed
Labels
documentation Improvements or additions to documentation

Comments

@auipga
Copy link
Contributor

auipga commented Nov 3, 2021

Steps to reproduce:

Expected result on paste:

        gresc: grave_escape {
            compatible = "zmk,behavior-mod-morph";
            label = "GRAVE_ESCAPE";
            #binding-cells = <0>;
            bindings = <&kp ESC>, <&kp GRAVE>;
            mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>;
        };

Actual result on paste:

        gresc: grave_escape {            compatible = "zmk,behavior-mod-morph";            label = "GRAVE_ESCAPE";            #binding-cells = <0>;            bindings = <&kp ESC>, <&kp GRAVE>;            mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>;        };

Details: Firefox 94.0, Linux (Archlinux)
Cross-check with Vivaldi (based on Chromium): bug not present there.

@joelspadin
Copy link
Collaborator

We need to pull in this fix: facebook/docusaurus#5663

@joelspadin joelspadin added the documentation Improvements or additions to documentation label Nov 3, 2021
@caksoylar
Copy link
Contributor

This seems to be fixed now as I can't reproduce on Firefox 119.0 on Windows, possibly by the Docusaurus update in #1779. Please re-open if it is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants