TheCompiler
Now with added Lewd!
- Joined
- Mar 27, 2016
- Messages
- 951
- Likes received
- 20,596
So I do all my writing in Google docs and copy it over, manually putting in BB codes for formatting and for the longest time there was this weird bug where the last line in the message would be bolded without my input. Weird, but not really an issue, so I thought nothing of it.
But I was editing something earlier and happened to switch into the BB Code editor mode and was surprised to find that, well, every empty line had:
While I'm aware that this is hardly a site-breaking bug, I found it odd enough that I thought I should report it. I've had some issues with extra Bold happening where it shouldn't and thought that some aspect of the empty-space-deleting plug-in you guys have was messing with me, but I didn't really expect this...for some reason. It's kind of obvious in hindsight.
Anyway, I spent half an hour doing some experiments and have them in a spoiler below. Hopefully it gets fixed, but I do understand that it's not exactly a priority. Also, unrelated bug (probably), but I was unable to ever go from BB Code editor to Rich Text Editor if there were any characters in the box, even just spaces
But I was editing something earlier and happened to switch into the BB Code editor mode and was surprised to find that, well, every empty line had:
Code:
[B] [/B]
While I'm aware that this is hardly a site-breaking bug, I found it odd enough that I thought I should report it. I've had some issues with extra Bold happening where it shouldn't and thought that some aspect of the empty-space-deleting plug-in you guys have was messing with me, but I didn't really expect this...for some reason. It's kind of obvious in hindsight.
Anyway, I spent half an hour doing some experiments and have them in a spoiler below. Hopefully it gets fixed, but I do understand that it's not exactly a priority. Also, unrelated bug (probably), but I was unable to ever go from BB Code editor to Rich Text Editor if there were any characters in the box, even just spaces
The following is from a fresh document (again, I use Google Docs for all my writing) with no changes besides writing the test. I then pasted it into the Rich Text Editor and switched to the BB Code Editor.
Interestingly, instead of a tag on each line, the entirety of the empty space between paragraphs is bolded.
Next I tested what happened if you only copied half a sentence, as my initial test indicated something interesting happened. Using the same Data, I performed several tests, splitting each Test Document Line at the end of the word Document. The results are below.
I was unable to replicate the 'interesting' version of the bug, but it was basically that the tag ended up looking like this:
Thereby bolding the last line. I have a few anecdotal instances from rooting through my various posts, but I usually edited out the extra bold when it happened previously, so there's not much.
Code:
Test Document Line 1
Test Document Line 2
[B] [/B]
Test Document Line 3
[B]
[/B]
Test Document Line 4
[B]
[/B]
Test Document Line 5
Interestingly, instead of a tag on each line, the entirety of the empty space between paragraphs is bolded.
Next I tested what happened if you only copied half a sentence, as my initial test indicated something interesting happened. Using the same Data, I performed several tests, splitting each Test Document Line at the end of the word Document. The results are below.
Code:
Test Document Line 1
Test Document
Code:
Test Document Line 1
Test Document Line 2
[B] [/B]
Test Document
Code:
Test Document Line 1
Test Document Line 2
[B] [/B]
Test Document Line 3
[B]
[/B]
Test Document
Code:
Test Document Line 1
Test Document Line 2
[B] [/B]
Test Document Line 3
[B]
[/B]
Test Document Line 4
[B]
[/B]
Test Document
I was unable to replicate the 'interesting' version of the bug, but it was basically that the tag ended up looking like this:
Code:
Example Line 1
[B]
Example Line[/B]
Thereby bolding the last line. I have a few anecdotal instances from rooting through my various posts, but I usually edited out the extra bold when it happened previously, so there's not much.