Issues with 3.3.12 update

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26825
Joined: Fri Aug 29, 2008 9:49 am

Re: Issues with 3.3.12 update

Post by Mick »

thecoalman wrote: Fri Jun 21, 2024 2:15 pmThere is a actually a lot of actions with keyboard shortcut
Those, in most cases, have been there since the GUI was adopted, it’s just that a lot of people don’t use them as much anymore. Many modern devices such as mobile phones and tablets don’t have ctrl keys (or function keys) so I suppose folks have got out of the habit.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
rxu
Extensions Development Team
Posts: 3900
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Issues with 3.3.12 update

Post by rxu »

Keyboard shortcut issue might be a regression of this change https://github.com/phpbb/phpbb/pull/659 ... a8092d2e00 but should be checked first.
User avatar
cabot
Registered User
Posts: 769
Joined: Sat Jan 07, 2012 4:16 pm

Re: Issues with 3.3.12 update

Post by cabot »

Gumboots wrote: Fri Jun 21, 2024 10:51 pm TBH I think that trying to play silly buggers with accesskey (and tabindex) is a waste of time, and is just likely to screw other things.
+1

Moreover, it is recommended that you avoid using accesskey wherever possible.
https://developer.mozilla.org/en-US/doc ... y_concerns
https://webaim.org/techniques/keyboard/accesskey#poor
User avatar
Gumboots
Registered User
Posts: 800
Joined: Fri Oct 11, 2019 1:59 am

Re: Issues with 3.3.12 update

Post by Gumboots »

Exactly, and tabindex as well.
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
donaldN
Registered User
Posts: 9
Joined: Thu Jul 22, 2021 8:32 am

Re: Issues with 3.3.12 update

Post by donaldN »

Posting here to mention the newposts issue on 3.3.12:

Selecting newposts no longer shows the newest posts since last login, it instead shows a growing list of posts, for several users this newposts selection is 6+ pages long (275 posts). I tried clearing the cache, marking the forums as read on my own account and the result has been the same.
Suzan
Registered User
Posts: 2
Joined: Wed Jul 10, 2024 11:15 pm

Re: Issues with 3.3.12 update

Post by Suzan »

rxu wrote: Fri Jun 21, 2024 2:16 pmCurrently user_lastvisit time is being syncronised with the most recent session_time which is the last (literally previous) visit time. This wasn't the case before as user_lastvisit was synced with the most recent expired session time (which is obviously earlier than the most recent one).
How would you explain the change to a person who always logs in and logs out and does not use "remember me"? What is a "session" because it seems to be something that keeps getting reset while they are active on the forum.

Previously, New Posts would mean when they log in in the morning, they would see all the posts (topics) which happened since their previous log out time. The total number of New Posts would continue to grow as they remain logged in because the elapsed time would be longer. The New Posts would basically reset when they log out.

Now if this person logs in and is on for several hours (automatic inactive logout is set to one hour so they are obviously active), the New Post count fluctuates up and down and up and down during the time they are logged in. (I was going to call it a logged in session, but it appears it is not a "session".) This user confusion was also described in Strange Results using New Posts Search Function in v3.3.12.

It's my understanding session_time is "UNIX timestamp of the last time the user clicked on a page" which would mean the start time for getting New Posts would continually change during their logged in period which is what seems to be happening.

Is that what the change meant to have happen?
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5704
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc

Re: Issues with 3.3.12 update

Post by Marc »

I think we were finally able to track down this issue which caused the aforementioned issues with the new posts page:
https://tracker.phpbb.com/browse/PHPBB-17375

The linked pull request contains the currently proposed fix for this.
Suzan
Registered User
Posts: 2
Joined: Wed Jul 10, 2024 11:15 pm

Re: Issues with 3.3.12 update

Post by Suzan »

The two lines of code were changed on our forum and the New Posts option now appears to be showing correct output. As a person remains logged in, the number of New Posts increases in size.

Thanks to those who contributed to the fix.
Blacktiger63
Registered User
Posts: 68
Joined: Thu Oct 17, 2013 7:43 pm

Re: Issues with 3.3.12 update

Post by Blacktiger63 »

Still not fixed in 3.3.13 probably.

I visited a forum of a friend which I manage. Then didn't visit it for 4 days.

Today I visited and in "new posts" I only had 2 posts. These were from today.

Image

In "unread posts" I had in total 7 unread posts from which one was even from yesterday and the rest of 4 and 5th september.
And 1 which is also in the "new posts", but that is correct because I haven't read that one yet. So in fact the other 6 posts should have been in the "new posts" as well and not in the unread posts.

Image

So it's still not working as it should be unfortunately.
Or could this be because it was upgraded by the quick upgrade not full upgrade? If yes, which file contains the important change?

MySQL(i) 10.4.27
PHP 8.1.29
Apache 2.4.62

P.s. I'm always logged in there, I remain logged in.

Return to “[3.3.x] Support Forum”