No.3801
File: 1552687086447.jpg (194.06 KB, 750x1000, 3:4, bb21226c2a6d0cf9875f374383….jpg) ImgOps Exif Google
Hi I got a small problem.
I'm on my phone about 50% of the time I'm here. I use the Quick Reply box because obviously.
I dont know of its my phone or the browser or the site or what, but every time the Quick Reply box pops up, about a quarter of it is cut off from the screen on the right side. It makes it so I cant see the far right side of my posts. Even turning my phone sideways does nothing.
I also can't move the box. Putting my finger on it and trying to move it does nothing but highlight text.
If anyone knows whats causing this or how to fix it that would be great.
No.3802
File: 1552687639397.png (633.89 KB, 1073x2211, 1073:2211, Capture _2019-03-15-15-06-….png) ImgOps Google
example
No.3822
>>3801just a humble recommendation,
I don't use the quick reply dialog box because the regular interface doesn't have this issue and I'm on fone most of the time.
Whatever reasons you prefer the QR dialog box, hopefully you can have an easier time using the regular interface until the QR can be improved.
No.3824
>>3822thanks
even though i said twice i specifically want to use the QR
but thanks
No.4137
File: 1555477004070.png (141.8 KB, 400x772, 100:193, image 10.png) ImgOps Google
Bunmp
No.4287
>>3991>>4137I've looked into this, and I think changing the
min-width
of
$("#quick-reply textarea")
to
300px
will solve the problem. (The issue seems to be that
$("#quick-reply")
is less wide than its child table.)
Here's a userscript can be used to test this. It works for me with GreaseMonkey in mobile Firefox.
// ==UserScript==
// @name Ponyville quickreply fix
// @namespace http://tampermonkey.net/
// @version 2019-05-30-2245
// @match http://ponyville.us/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
function repeat_periodically(fn_callback, period) {
setTimeout(function() {
fn_callback();
repeat_periodically(fn_callback, period);
}, period);
}
repeat_periodically(function() {
var qr_textarea = document.querySelector("#quick-reply textarea");
if (qr_textarea) {
qr_textarea.style.minWidth = "300px";
}
}, 500);
})();
No.4536
File: 1561002847600.jpg (17.05 KB, 208x564, 52:141, 1487716717936.jpg) ImgOps Exif Google
>>4287Maybe when Thorax-senpai has some time, he can try changing line 738 of
style.css
to replace "360px" with "300px" and see if that fixes it on mobile?
#quick-reply textarea {
width: 100%;
min-width: 360px; 300px;
...
}
No.4546
>>4536I did do this btw, you may need to clear phone cache if it's not immediately apparent.
Still could be improved a lot, but at least the box is on the screen.
Sigh, I wish I had more time, I'll be honest that I haven't had much motivation for working on the site of late. The codebase is really kinda gross tbh!
No.4590
>>4546How major a project would it be to replace the code base?
You can only untangle spaghetti for so long.
No.4604
File: 1561957577827.jpg (164.82 KB, 755x670, 151:134, Confused-Fluttershy.jpg) ImgOps Exif Google
>>4603...well... Zeke's working on something for us. Maybe we should be early adopters. i had no idea t+3 software was so bad. ....i cannot even remember how Foreground and i picked it.
If i was involved, it was probably something like "oh, this one's popular!"
No.4612
File: 1562019121494.png (496.63 KB, 655x694, 655:694, 22a7bee6e44c405b37310264bd….png) ImgOps Google
>>4603I was only trying to scare you.
(Oops sorry humor)