[ home ] [ pony / townhall / rp / canterlot / rules ] [ arch ]

/canterlot/ - Canterlot

Site related staff board
Name
Email
Subject
Comment
File
Flags  
Embed
Password (For file deletion.)

[Return][Go to bottom]

 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.3804

>>3801
>>3802
That happens to me too.  I disable the Quick Reply (Options > Posting > Enable Quick Reply dialog) on my phone because it is worse than useless.

 No.3805

Yeah, this has been a thing needing fixing for so long. I've been crazy busy lately, but I'll see what I can do.

 No.3806

>>3804
Yeah I specifically dont want to disable it

 No.3807

>>3805
take your time my dude

 No.3822

>>3801
just 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.
:twi1:

 No.3824

>>3822
thanks

even though i said twice i specifically want to use the QR

but thanks

 No.3825

>>3824
plus it should be fixed anyways

 No.3991

Oh... Me too, this bugs me too :(

 No.4137

File: 1555477004070.png (141.8 KB, 400x772, 100:193, image 10.png) ImgOps Google

Bunmp

 No.4287

>>3991
>>4137
I'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

>>4287
Maybe 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

>>4536
I 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.4547

File: 1561435427472.gif (396.81 KB, 469x469, 1:1, 1117728__safe_screencap_an….gif) ImgOps Google

>>4546
Yayness

 No.4548

>>4546
thanks much Thorax. It works perfectly now. I appreciate it.

 No.4590

>>4546
How major a project would it be to replace the code base?

You can only untangle spaghetti for so long.

 No.4603

>>4590
Jeez, I don't want to think about it. I'd probably just find a newer or better opensource chan codebase and migrate to that if it came to it.

 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.4606

>>4604
Gochan still has a long ways to go before it reaches feature parity with the variant of Tinyboard that we're using now.

 No.4612

File: 1562019121494.png (496.63 KB, 655x694, 655:694, 22a7bee6e44c405b37310264bd….png) ImgOps Google

>>4603
I was only trying to scare you.

(Oops sorry humor)


[]
[Return] [Go to top]
[ home ] [ pony / townhall / rp / canterlot / rules ] [ arch ]