You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
This has been going on for a long time, but since other people seem to have encountered similar issues I think it's worth bringing up.
Basically, forum posting is broken on the Nexus 7. The WYSIWYG editor shows up, but trying to type in it causes the keyboard to pop up and then immediately close. The only way to enter text is to tap the "Write Comment" button and enter the raw HTML in the box that pops up...and even then, the post box inexplicably becomes more than a single screen tall, causing you to have to scroll down to reach the "Post Comment" button.
The version of CLEditor that came with Vanilla has all sorts of weird little issues, and I'm wondering myself if upgrading it would help. I can check on all this when I get home.
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
Is there any way to get traditional page-based navigation on the mobile site, instead of the "More Comments" thing?
So what's up with the "<mytubeelement data=*huge garbled mess*>" tag? It always seems to show up whenever I click the "Show Source" button and there's a previously saved draft in the editor box.
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
I haven't experienced that, but it sounds like yet another case of CLEditor not playing nice with the browser. :\
Okay, here's another one. I've had the "Hide signatures" option toggled on for a while now, but it just doesn't work. The "Strip images out of signatures" option works, but the one to outright hide signatures altogether doesn't. What's up with that?
I haven't experienced that, but it sounds like yet another case of CLEditor not playing nice with the browser. :\
I dug into this, and it seems it's not CLEditor's fault; it seems to be a bug in Chrome (or possibly even WebKit itself, but I don't have the WebKit skeleton browser handy) where it smashes all the formatting in the <blockquote> tag, or tries to, when you use execCommand("bold") or execCommand("italic") inside the WYSIWYG <iframe>.
I get the feeling they were trying to work around a bug in something else, or trying to avoid a tag injection or cross-site scripting attack of some sort.
This has been going on for a long time, but since other people seem to have encountered similar issues I think it's worth bringing up.
Basically, forum posting is broken on the Nexus 7. The WYSIWYG editor shows up, but trying to type in it causes the keyboard to pop up and then immediately close. The only way to enter text is to tap the "Write Comment" button and enter the raw HTML in the box that pops up...and even then, the post box inexplicably becomes more than a single screen tall, causing you to have to scroll down to reach the "Post Comment" button.
Is there any way that could be fixed...?
I've had this problem, so it affects both Nexus 7 models.
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
Oddly, it doesn't seem to be browser-specific. I thought it might be a WebKit/Blink thing since it happens in the stock browser, Chrome, and Opera, but it also happens in Firefox...
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
Whoops, should have been more specific. The Nexus 7 one.
I haven't experienced that, but it sounds like yet another case of CLEditor not playing nice with the browser. :\
I dug into this, and it seems it's not CLEditor's fault; it seems to be a bug in Chrome (or possibly even WebKit itself, but I don't have the WebKit skeleton browser handy) where it smashes all the formatting in the <blockquote> tag, or tries to, when you use execCommand("bold") or execCommand("italic") inside the WYSIWYG <iframe>.
I get the feeling they were trying to work around a bug in something else, or trying to avoid a tag injection or cross-site scripting attack of some sort.
ARGH ARGH ARGH ARGH THIS IS A CONTENTEDITABLE BUG ARGH
On my test machine, with a full-updated CLEditor, it's doing the <span font-style="normal"> shit even without the <blockquote> or any other formatting present. I would likely have to rip WebKit apart to fix it, unless I can somehow magick a workround out of the DOM. :P
Yeah, no matter what I set styleWithCSS to, it still puts that <span style="font-weight: normal;"> crap before the blockquote, which ruins the blockquote's formatting. Either something preceding the blockquote is confusing WebKit, or CLEditor is ticking some extremely obscure bug in contentEditable.
Turns out there's an option where you can set styles on the <body> tag for the editor. However, setting a default font there (with "font: 10px Whatever,Something Else") seems to make WebKit think it has to reset all the styles before a bold or an italic, as if styleWithCSS="true" (which it probably is because of the damned font selector).
The fix is to just not set a font there. It means the text editor will likely be using sans-serif by default for now, but I'm not sure if setting a font in CSS using a class or an ID wouldn't just break things again.
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
i get so angry sometimes i just punch plankton --Klinotaxis
So...was anyone else having an issue last night where they'd try to navigate to the site and end up at a place that wanted them to mine bitcoins, or was it just me? ^_^;;
I just found the line in config.php that broke the site, and fixed it. It seems to be a bug in Vanilla; the Linux side of things still seems to be secure.
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
And I just put in the Vanilla security update, so we shouldn't have that problem again. I want to upgrade the server to the latest LTS at some point, but it's not urgent as Ubuntu 10.04 LTS is still getting security updates.
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
(explanation: that is a picture of a pokémon named "slowpoke". the implication is that the seemingly-applicable-at-first headline is actually far more out of date than one first thought.)
Since I didn't mention it before: I fixed the photo-scaling bug a few days ago. You should now be able to click on a big picture, and then click on it again to collapse it (collapsing didn't work before).
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
I got this message upon attempting to load Imi's thread:
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
I don't know if this counts as a bug or not, but...I've got that situation again where I can be logged in on http://heapershangout.com/ but not on http://www.heapershangout.com/ or vice-versa. It's a bit of an inconvenience since the links people post don't always match up...
You are the end result of a “would you push the button” prompt where the prompt was “you have unlimited godlike powers but you appear to all and sundry to be an impetuous child” – Zero, 2022
Comments
i get so angry sometimes i just punch plankton --Klinotaxis
tag? It always seems to show up whenever I click the "Show Source" button and there's a previously saved draft in the editor box.
i get so angry sometimes i just punch plankton --Klinotaxis
i get so angry sometimes i just punch plankton --Klinotaxis
I thought it was just a booru for prudes
(update) actually, Firefox is now reporting it as a bad site too.
I have deleted the offending image from the rocket city, for what it's worth.
Sorry about that, it's been years since I broke that account out... :|