[GH-ISSUE #585] Copy button in code fences doesn't work on macOS 10.14.6 #300

Closed
opened 2026-03-03 00:20:04 +03:00 by kerem · 5 comments
Owner

Originally created by @Rokt33r on GitHub (Aug 14, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/585

Originally assigned to: @Rokt33r on GitHub.

Running Boost Note 8.2 on macOS 10.14.6

The copy button is now there (from #560 I believe) but clicking it doesn't actually copy to my clipboard.

Either way I'm excited to see progress.

Originally posted by @meinenec in https://github.com/BoostIO/BoostNote.next/issues/315#issuecomment-667193259

Originally created by @Rokt33r on GitHub (Aug 14, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/585 Originally assigned to: @Rokt33r on GitHub. Running Boost Note 8.2 on macOS 10.14.6 The copy button is now there (from #560 I believe) but clicking it doesn't actually copy to my clipboard. Either way I'm excited to see progress. _Originally posted by @meinenec in https://github.com/BoostIO/BoostNote.next/issues/315#issuecomment-667193259_
kerem 2026-03-03 00:20:04 +03:00
  • closed this issue
  • added the
    bug 🐛
    label
Author
Owner

@Rokt33r commented on GitHub (Aug 14, 2020):

@meinenec I cannot reproduce the problem in my machine. Could you open dev tool and check any error logs when you click the copy button?

<!-- gh-comment-id:673779836 --> @Rokt33r commented on GitHub (Aug 14, 2020): @meinenec I cannot reproduce the problem in my machine. Could you open dev tool and check any error logs when you click the copy button?
Author
Owner

@sisoe24 commented on GitHub (Aug 15, 2020):

didn't want to open a new issue but currently the copy button doesn't work on any platform unless type the code is in triple backtick quotes with a language name.

Screen Shot 2020-08-15 at 11 32 50 AM

Boostnote 0.8.2
Platform: macOS 10.14.06, Kubuntu 20.04, Windows 10 2004

<!-- gh-comment-id:674413761 --> @sisoe24 commented on GitHub (Aug 15, 2020): didn't want to open a new issue but currently the copy button doesn't work on any platform unless type the code is in triple backtick quotes with a language name. <img width="819" alt="Screen Shot 2020-08-15 at 11 32 50 AM" src="https://user-images.githubusercontent.com/28490646/90315724-ac712b00-deeb-11ea-9e89-577a711fce0e.png"> Boostnote 0.8.2 Platform: macOS 10.14.06, Kubuntu 20.04, Windows 10 2004
Author
Owner

@meinenec commented on GitHub (Aug 24, 2020):

@Rokt33r No new items get logged to the console when I click copy, but on launch I see two items.

A warning:

react-i18next:: i18n.languages were undefined or empty undefined
A	@	bundle.js:2

and an error:

TypeError: l is not a function
    at y (bundle.js:1411)
    at t.a.init (bundle.js:1411)
    at Dr (bundle.js:1411)
    at bundle.js:1411
    at Array.map (<anonymous>)
    at bundle.js:1411
    at bundle.js:1315
    at is (bundle.js:2)
    at gl (bundle.js:2)
    at t.unstable_runWithPriority (bundle.js:2)
(anonymous)	@	bundle.js:1315

@sisoe24 Good catch. I tested and found the same results. when I add the language to the triple backticks, it works. The other two still do not copy.

<!-- gh-comment-id:679294069 --> @meinenec commented on GitHub (Aug 24, 2020): @Rokt33r No new items get logged to the console when I click copy, but on launch I see two items. A warning: ``` react-i18next:: i18n.languages were undefined or empty undefined A @ bundle.js:2 ``` and an error: ``` TypeError: l is not a function at y (bundle.js:1411) at t.a.init (bundle.js:1411) at Dr (bundle.js:1411) at bundle.js:1411 at Array.map (<anonymous>) at bundle.js:1411 at bundle.js:1315 at is (bundle.js:2) at gl (bundle.js:2) at t.unstable_runWithPriority (bundle.js:2) (anonymous) @ bundle.js:1315 ``` @sisoe24 Good catch. I tested and found the same results. when I add the language to the triple backticks, it works. The other two still do not copy.
Author
Owner

@Rokt33r commented on GitHub (Aug 28, 2020):

Confirmed. I'll fix it in this weekend.

<!-- gh-comment-id:682395045 --> @Rokt33r commented on GitHub (Aug 28, 2020): Confirmed. I'll fix it in this weekend.
Author
Owner

@Rokt33r commented on GitHub (Jan 9, 2021):

It's already fixed!

<!-- gh-comment-id:757118921 --> @Rokt33r commented on GitHub (Jan 9, 2021): It's already fixed!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#300
No description provided.