|
Post by Anxious Susie on Oct 24, 2024 5:27:03 GMT -5
Vivaldi just deletes everything
|
|
|
Post by Aaron on Oct 24, 2024 5:28:34 GMT -5
|
|
|
Post by Biased on Oct 24, 2024 6:27:47 GMT -5
This is in alpha testing and might not remain a feature on this forum. It has minor issues in different browsers due to some browsers putting menus over highlighted text, but still works. See if you like it. It lets you quickly quote specific text from people's posts without having to quote the whole thing and then pick it apart in the reply box. This will also save on page views for those who like to quote rather than tag. It only works properly if you highlight by holding down your mouse and scrolling. If you're the type to double/triple click to highlight a sentence, it seems to break the quote. It works in yarn's OP, but not additional posts?
|
|
|
Post by Biased on Oct 24, 2024 6:28:02 GMT -5
|
|
|
Post by eton on Oct 24, 2024 22:40:03 GMT -5
Triple-click inside of a quote should work and get the entire highlighted blockBy the time you read this post, I'm letting you know that I've decided to leave this forum as of today. This might be a tough pill to swallow and break the hearts of many who I had the pleasure of communicating with, but it's the right decision I have to make for me to leave to try and focus on my mental health struggles I've been having to face and deal with. I want to say a huge word of thanks to everyone for giving me a chance to engage in conversations, play forum games with you, and communicate with me. But I want to give a very huge word of thanks to you, bigballofyarn, for giving me second chance five years ago. You not only made me a better member, but you also made me a better person. Triple-click outside of a quote and only the double-click (select a single word) goes through due to an error while handling the third click@bigballofyarn I think I made a mistake in the last edit, this line if($(sel.focusNode).closest('.message').length == 0){ sel.extend($(sel.anchorNode).closest('.quote')[0],$(sel.anchorNode).closest('.quote').contents().length) } should be targeting div.message not div.quote (which might not exist thus giving an error) so try changing it to if($(sel.focusNode).closest('.message').length == 0){ sel.extend($(sel.anchorNode).closest('.message')[0],$(sel.anchorNode).closest('.message').contents().length) } I suspect the reason why it's stopping at the second click and ignoring the third is because there's an error in the third mouseup event: "Failed to execute 'extend' on 'Selection': parameter 1 is not of type 'Node'." If that is indeed the issue then I'll update the code in the plugin support thread. I might also just rewrite it with modern javascript and place it in a plugin for configuration options if i don't hear from David anytime soon (mostly for BBCode conversion improvements)
|
|
|
Post by ThreadKilla on Oct 25, 2024 4:46:07 GMT -5
|
|
|
Post by SiuHBKyle on Oct 25, 2024 4:46:41 GMT -5
Fix didn't work? Using Edge
|
|
|
Post by eton on Oct 25, 2024 4:48:05 GMT -5
PSA: Many Proboards users are unaware that clicking on the date next to the tiny avatar of an adequately cited quote will take them to the original post from which that quote was extracted. This has been the case for years, but with the rise of AI and cherry-picking, this is good info to know if you want to check if something was taken out of context or edited to fit a narrative... You're an incredible fiend. Hope you don't come back anytime soon.
|
|
|
Post by Phantom Phreak on Oct 25, 2024 4:50:40 GMT -5
PSA: Many Proboards users are unaware that clicking on the date next to the tiny avatar of an adequately cited quote will take them to the original post from which that quote was extracted. This has been the case for years, but with the rise of AI and cherry-picking, this is good info to know if you want to check if something was taken out of context or edited to fit a narrative... Got the full quote to appear now with a triple click in Chrome. Now to test in the announcement.
|
|
|
Post by Phantom Phreak on Oct 25, 2024 4:51:19 GMT -5
This is being worked on and investigated. If you see any code in the guest thread, it's fine. Think it's back to working again. Testing in Chrome
|
|
|
Post by ThreadKilla on Oct 25, 2024 4:53:23 GMT -5
Think it's back to working again. Testing in Opera. Good here.
|
|
|
Post by SiuHBKyle on Oct 25, 2024 4:53:50 GMT -5
We are testing to triple click and not highlight?
|
|
|
Post by ThreadKilla on Oct 25, 2024 4:54:02 GMT -5
^Yes, test that in whatever browser you are using
|
|
|
Post by SiuHBKyle on Oct 25, 2024 4:54:23 GMT -5
^Yes, test that in whatever browser you are using Edge regular not canary or beta. WORKS
|
|
|
Post by SiuHBKyle on Oct 25, 2024 4:55:05 GMT -5
if($(sel.focusNode).closest('.message').length == 0){ Only triple clicked this line and it's working
|
|