-
Notifications
You must be signed in to change notification settings - Fork 13.8k
prevent line number from being copied in chrome #146877
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
Conversation
Some changes occurred in HTML/CSS/JS. |
rustbot has assigned @GuillaumeGomez. Use |
It'd be worthwhile to investigate if this is a Chrome bug or a Firefox one (i.e., what does the spec say?) and find the corresp. upstream ticket to link to. |
Submitted an issue report to Chromium: https://issues.chromium.org/issues/446539520 |
The whole "copy" event handler has a comment saying it's for firefox, probably want to move or rewrite that so it makes more sense. Something like "workaround for multiple browser-specific bugs". Also I think it would make sense to link to the chrome bug report like we do with the firefox bug report. |
Updated the comment. |
Thanks! @bors r=fmease,lolbinarycat,GuillaumeGomez |
@bors rollup |
Rollup of 10 pull requests Successful merges: - #146632 (Fix uses of "adaptor") - #146731 (test: Use SVG for terminal url test) - #146775 (fixes for numerous clippy warnings) - #146784 ([win] Use find-msvc-tools instead of cc to find the linker and rc on Windows) - #146799 (Fix a dangling reference in `rustc_thread_pool`) - #146802 (mbe: Simplifications and refactoring) - #146806 (add private module override re-export test) - #146827 (Linker-plugin-based LTO: update list of good combinations (inc. beta + nightly)) - #146875 (tests/run-make/crate-loading: Rename source files for clarity) - #146877 (prevent line number from being copied in chrome) r? `@ghost` `@rustbot` modify labels: rollup
Fix the issue where line numbers are copied along with code in Chrome