Closed ahatzz11 closed 1 year ago
Same issue. The ghosted text is present when changing the font, but changing the size is what really makes the selectable content drift from the visible content.
What is the status with this project? With no response here I fear abandonware, and I don't want to keep paying for something that is broken.
@buunguyen It looks like you have been the main contributor in the past, any insight?
@ahatzz11 thanks for reporting with details.
@mgray88 I understand your concern, rest assured Octotree is not abandoned and we've been updating it regularly. This bug is a bit tough so I haven't reported back, but we should have the fix soon. Will keep everyone updated.
Thank you @danhgit! I want to extend my sincere appreciation for this project. I know GitHub have themselves been implementing some of the functionality natively, but I still find I prefer Octotree. The font/text size is big deal to me, so thank you for reporting back!
I am super thrilled to hear there is still some work going on for this. The octotree code tree is still far superior to GitHub's in my opinion, Thanks @danhgit!
@mgray88 @ahatzz11: thank you so much for your support and kind words! I'm happy to let you know that we've released a fix for the bug in version 7.9.1, which is now available on Chrome and will soon be available on other platforms.
Significantly improved! There's still a strange behavior with the visual location of the cursor. Not critical though :grin:
Using JetBrains Mono; 14px
I clicked on indexOf
and the symbol highlighting works, and I can select text correctly, but that visual cursor that GitHub shows seems to still be aligned with the smaller font size
@mgray88 missed that... We've just release the fix in 7.9.2. Please look out for that version.
@mgray88 missed that... We've just release the fix in 7.9.2. Please look out for that version.
I still have the cursor thing using v7.9.2 (Chromium / Brave).
Can you add screenshot?
Sure:
Note it is blinking now. I think before it was just static.
@mgray88 @ahatzz11: thank you so much for your support and kind words! I'm happy to let you know that we've released a fix for the bug in version 7.9.1, which is now available on Chrome and will soon be available on other platforms.
Thank you for the fix! Super super glad to see that improvements are still being made, even for little QoL things. Thanks!
@BenjaVR we fixed the issue in v7.9.3. Please check out and let me know if it works for you. I'm closing the ticket now.
@BenjaVR we fixed the issue in v7.9.3. Please check out and let me know if it works for you. I'm closing the ticket now.
I'm on this version:
But I still see the blinking cursor while looking at code:
The blinking cursor is a GitHub thing I believe. You can disable Octotree and it will still blink.
The blinking cursor is a GitHub thing I believe. You can disable Octotree and it will still blink.
Hmm, when I open a random file on GitHub in an incognito window without any extensions, I do not see the cursor. However, when logged in I do 😁 GitHub feature it is! Thanks 🙂
Description
When changing the font settings (either font itself or the text size) in octotree, it can make copying code very difficult because it seems to 'change' the code that is actually present on the screen. It seems like octotree changes the color of the underlying font, and then puts new font on top of it.
Here is an example where I'm trying to copy
- name: Create Summary - Fail
but it actually ends up copying some text "under" that text and it doesn't align with what my screen shows.This example is from using JetBrains Mono with size 13px. Every change to font seems to do this with varying levels of issue. Happy to give more information if needed!
Environment (if bug)