No.11011[View All]
Bring up issues for both Kissu UI.
The old HTML pages will be undergoing an update to a new templating language so I will be more receptive to resolving issues with it.
UI Feedback:
https://feedback.kissu.moe/public/forms/UI_Feedback/12 254 posts and 61 image replies omitted. Click reply to view. No.13084
>>13083please be considerate to all the other posters
No.13267
test
No.13268
ban check
No.13269
>>>/qa/147181 It's on the reliable IP starting with 31
No.13271
test 2
>>13270because you got a you probably
No.13272
test 3
No.13273
>>13270When i made the UI it used to be that notifications on your phone would cause it to crash, so I just hacked it together because no one phone posts.
That means you got a YOU and I was too lazy to properly handle it.
No.13274
ok I saw the message
no idea why it's refiring however
No.13275
I can't believe that it would be my fault. That's the main thing I'm saying
No.13276
>>13273Ah, makes sense. Well it's fine, I don't mind the reminder.
No.13277
I'll try replicating it as well... I have a VPN
No.13278
posting without the qr
No.13279
btw we have
>>>/test/ if you want to just do something spammy
No.13280
>>13275Only happens when posting with QR it seems, so totally your fault :3
No.13281
[Feature Request]
>Autoscroll a thread to keep up with the latest posts (also just noticed right now, if a thread is too fast, the reply box just gets scrolled down until it's hidden)
>Auto noko as an Optional toggle.
>An Option to hide "Similar threads" section that is shown above the new post form. It's already in the sidebar.
No.13282
>>13280If it were my fault, then you would see two requests to post.php in the network inspector, but you don't
No.13283
unless vichan has some sort of retry feature we've never dealt with...
No.13285
Please add "Are you sure?" Yes/No box to "[Toggle-UI]" button.
I couldn't figure out how to go back.
No.13287
>>13284yeah, we're running it through cloudflare.
But the thing is... you're posting through two different IPs.
No.13288
if you change IPs mid post nothing new happens... I don't have any sort of retry mechanism in the code that happens like that
No.13289
>>13288It happens if you click disconnect and then wait 2 seconds and then post. Maybe Windows is lagging on the network switch?
>>13287But why is it retrying? I'm only clicking once. If the connection is interrupted it should just fail, not do it twice. Since it only happens with QR then maybe there is something for when a post is in progress and it trying to complete it twice?
No.13290
>>13289just to recap what's happening...
- you make a post
- the bar fills to 90%
- your post appears
- the QR closes
- you wait 20 seconds
- A new post appears
That's how it's going right?
No.13291
>>13290here is how I got it to reproduce 100%
Start with VPN on
Reload page
Open QR
Write post
Click disconnect on VPN
Wait 2 seconds
Click Submit
bar fills to 90%
thread json refreshes and post is already there, post bar is still at 90% and therefore the state is in progress and not complete
a couple more seconds pass
the bar fills
the duplicate post is sent and QR closes
No.13292
>>13291Thought I'd offer another test case.
Tried it with my VPN, didn't disconnect though, just reconnected with another IP, no double posting.
No.13293
>>13292It sometimes works for me too, I think it's the time between clicking disconnect and submit.
No.13294
>>13292you're telling me it takes you 20 seconds to post right?
No.13295
>>13294>20 secondsPretty instant for the post to appear. No double page refreshes either.
No.13296
Your VPN must be lingering even after it says disconnected...
https://kissu.moe/test/res/11524#11956 is through the VPN
then after is through your local... so even though you say you're posting after you hit disconnect it's still active.
Then you hit post and your network sends a dead request and then gracefully transfers over to the other making a reconnect... and something along the way is not giving you any errors that this is happening
No.13297
>>13296But shouldn't the dead request be ignored by the server or the JS? It should abort the submission, not just continue.
No.13298
>>13297Servers don't abort requests like that. When it's in the system it's going to complete it then at the end it will try to tell the client and it won't work.
Because of how simple 2000s era HTTP works you can't really get an idea of if the client is around or not until it's done, in which case you have to roll it all back manually.
The JS only reacts to what the browser is telling it to do. If the browser does not return an error when the network is interupted then it is all fine. The browser is handling it.
Are you on firefox, chrome or what?
No.13299
>>13298Chrome. Don't you have an exact same post within X seconds filter?
No.13300
>>13299Yeah, I'm fighting with vichan's captcha system right now.
I changed something and all of a sudden there were a bunch of posts that the captcha sucks. So I'm going to turn that on and see
No.13301
OK. it will block it off across all IPs now with the captcha. So it won't double fire.
I'd like to know if this issue is also present on firefox if you have a moment. Basically confirm you see the captcha on FF
No.13302
>>13270>>13281>>13285Just grouping these posts together so I remember
No.13303
>>13301On FF
It got stuck like this and eventually showed a notification about submission cancelled, but no double post.
No.13304
>>13303yeah... I think chrome is doing something funny.. maybe I would get your bug if I switched over but I use a Beta browser that I really like.
https://zen-browser.app/ Firefox based
No.13305
/sum/ is linked at the top and it is NOT summer
No.13306
On every other chan when I press the "end" key I can read the last few posts, I don't like how the non-classic UI scrolls past all the posts (at least on a 16:9 display)
No.13307
>>13306you could use your adblock's element picker to hide the suggested threads at the bottom
No.13308
https://github.com/TuxedoTako/4chan-xt/issues/177I'm trying to satrt a discussion about getting 4chanxt functionality to work with kissu's UI.
I'm not sure of the timeframe that this will take or what we'll end up doing.
>>13306I probably can override the behavior of the end button for this site.
No.13309
Speaking of which there's a new updates number bug I have to address where it doesn't clear on tab change but scrolling downwards...
No.13336
>>13335oh, that explains a different bug
No.13349
ISSUES TODO
- MS PGothic -> Saitamaar SJIS
- search field adjusting URL
- title notification issues in thread
- End key jumping to #bottom
- Save each thread's cursor position (expiring update system)
- mobile notifications
- Update the similar threads algorithm
- Blog status icon
No.13356
Adjusted SJIS font, search field bug, 4chanX header sets right backgrounds.
No.13488
- link the QR files with the footer-form files