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

fix(developer-tools): Copy buttons not working in Blockly Developer Tools #2443

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

jenish-thapa
Copy link
Contributor

The basics

The details

Resolves

Fixes #2433

Proposed Changes

This pull request addresses the issue where clicking on the copy buttons for generated code blocks in Blockly Developer Tools does not work. The problem occurs on both the latest versions of Firefox and Chrome. The changes include updates to class names of the copy buttons and fixes clipboard interactions.

Reason for Changes

The copy buttons were not functioning correctly, which hindered users from copying generated code blocks. The changes ensure that the copy functionality works as expected, improving the user experience in Blockly Developer Tools.

Test Coverage

NA

Documentation

NA

Additional Information

NA

@jenish-thapa jenish-thapa requested a review from a team as a code owner August 10, 2024 12:00
@jenish-thapa jenish-thapa requested review from cpcallen and removed request for a team August 10, 2024 12:00
Copy link

google-cla bot commented Aug 10, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

… tools

The copy buttons for generated code blocks in Blockly Developer Tools were not functioning correctly in the latest versions of Firefox and Chrome. This fix ensures that the copy buttons work as expected and improves user experience.

Related issue: google#2433
@cpcallen cpcallen changed the title Fix(#2433) Copy buttons not working in Blockly Developer Tools fix(dev-tools): Copy buttons not working in Blockly Developer Tools Aug 12, 2024
@cpcallen cpcallen changed the title fix(dev-tools): Copy buttons not working in Blockly Developer Tools fix(developer-tools): Copy buttons not working in Blockly Developer Tools Aug 21, 2024
@cpcallen cpcallen merged commit 5580ec8 into google:master Aug 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy buttons not working in Blockly Developer Tools
2 participants