Copy to Clipboard obscures code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-28 7:16 PM - edited ‎2024-01-28 8:02 PM
The "Copy to Clipboard" button is good to have, I guess, but in its current implementation you can't see what code is behind the button. Make it smaller, make it stay in the same position on a scroll, or something else so text can be seen.
In contrast, the View More button is a great addition. More good features like that please.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-07 2:08 AM
Hi again,
The clipboard button is now placed above the first line and has been replaced by an interactive logo. It's also no longer obstructing code in mobile view.
For reference:
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "usbd_core.h"
#include "usbd_cdc.h" /* Include class header file */
Best regards,
Laurids
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-28 7:36 PM
More examples of copy to clipboard being a net-negative. Copy/paste worked before, button wasn't really necessary. Most people aren't copying/pasting the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-28 9:47 PM
Completely gets in the way on the phone browser. Anyone test or review this change?
If it needs the message / button, make it very small or as a mouse-over. It's completely obnoxious as currently implemented, needs a rethink.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-29 1:25 AM
Hi @TDK and @Tesla DeLorean,
Thanks for providing your feedback on this component.
Your points are clear and valid, and we agree that a change is required.
I will reach out internally and find a solution that keeps the feature enabled, but makes it less intrusive to the actual code in the block. Your solution proposals are acknowledged in this context, thanks for providing those as well.
Best regards,
Laurids
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-07 2:08 AM
Hi again,
The clipboard button is now placed above the first line and has been replaced by an interactive logo. It's also no longer obstructing code in mobile view.
For reference:
/* Includes ------------------------------------------------------------------*/
#include "main.h"
#include "usbd_core.h"
#include "usbd_cdc.h" /* Include class header file */
Best regards,
Laurids
