Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Known issues with Qt Forum
Forum Update on Monday, May 27th 2025

Known issues with Qt Forum

Scheduled Pinned Locked Moved Qt.io webservices
98 Posts 12 Posters 32.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AndySA AndyS

    @sgaist said in Known issues with Qt Forum:

    CSS wise, the upvote button is back to default blue (I don't count that as a bug though)

    Next to the reply, quote links for a post? Shows up grey for me here.

    kshegunovK Offline
    kshegunovK Offline
    kshegunov
    Moderators
    wrote on last edited by
    #4

    @andys said in Known issues with Qt Forum:

    Shows up grey for me here.

    He means when it's active. Olli, I think, put it in Qt-green before. Probably some of the CSS got overwritten/modified with the update.

    Read and abide by the Qt Code of Conduct

    AndySA 1 Reply Last reply
    0
    • kshegunovK kshegunov

      @andys said in Known issues with Qt Forum:

      Shows up grey for me here.

      He means when it's active. Olli, I think, put it in Qt-green before. Probably some of the CSS got overwritten/modified with the update.

      AndySA Offline
      AndySA Offline
      AndyS
      Moderators
      wrote on last edited by
      #5

      @kshegunov said in Known issues with Qt Forum:

      @andys said in Known issues with Qt Forum:

      Shows up grey for me here.

      He means when it's active. Olli, I think, put it in Qt-green before. Probably some of the CSS got overwritten/modified with the update.

      Aha, now I see what you mean, that I can probably track down easily enough, will add it to the list. Thanks!

      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #6

        Two additional findings of this morning. It seems there's either some caching issue or delay with regards to spammers.

        Deleted threads seems to not be shown properly on first access after deletion.
        Same goes for banned people, their status doesn't seem to show up correctly.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #7

          One more, the off by one issue seen in the counters has another more problematic side effect. If you have "one page plus one post" you can't access the last one because the needed pagination is not generated.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          AndySA 1 Reply Last reply
          0
          • SGaistS SGaist

            One more, the off by one issue seen in the counters has another more problematic side effect. If you have "one page plus one post" you can't access the last one because the needed pagination is not generated.

            AndySA Offline
            AndySA Offline
            AndyS
            Moderators
            wrote on last edited by
            #8

            @sgaist As in the off by one ala unread posts you mean?

            I have been trying to see if there is some way to trigger a check on the db but so far have not found anything reliable. I did manage to upgrade the local db to 1.9 now at least so I am trying to compare that with the other test one which is still using 1.8 to see if any issues happen to be fixed.

            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #9

              Yes exactly. I do wonder if it's database question or a bug in the software stack.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              AndySA 1 Reply Last reply
              0
              • SGaistS SGaist

                Yes exactly. I do wonder if it's database question or a bug in the software stack.

                AndySA Offline
                AndySA Offline
                AndyS
                Moderators
                wrote on last edited by
                #10

                I do think somehow it is the database but I am not sure what yet. I might have to resort to contacting them about it to see what I can look at.

                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0
                • AndySA Offline
                  AndySA Offline
                  AndyS
                  Moderators
                  wrote on last edited by
                  #11

                  I think the notification issue has something to do with the damn Qt theme and I am tempted to switch it to Persona just to see if it fixes everything else :P

                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #12

                    It might be something different. I just saw that even though you have posted twice in this thread. On the "main page" it shows my last post on it but it doesn't happen on all threads.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • AndySA Offline
                      AndySA Offline
                      AndyS
                      Moderators
                      wrote on last edited by
                      #13

                      I managed to reproduce an unread issue at least on the test one now, also I can toggle notifications working on and off by switching to Persona so I think that using the default theme might show it all working. Problem is being sure.

                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      0
                      • AndySA Offline
                        AndySA Offline
                        AndyS
                        Moderators
                        wrote on last edited by
                        #14

                        Ok, I am going to do a quick switch of the theme to compare the unread list and then switch it back right after. Fingers crossed it shows a difference.

                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • SGaistS Offline
                          SGaistS Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on last edited by
                          #15

                          Sounds like there's some stuff that is way too entangled 0o

                          Interested in AI ? www.idiap.ch
                          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                          1 Reply Last reply
                          0
                          • AndySA Offline
                            AndySA Offline
                            AndyS
                            Moderators
                            wrote on last edited by
                            #16

                            Incredibly it does all seem to be connected to the theme, it can't be the changes I did since that is all CSS so something else in it is getting in the way. I will check this further in the morning but I think we are getting close now at least.

                            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                            1 Reply Last reply
                            0
                            • SGaistS Offline
                              SGaistS Offline
                              SGaist
                              Lifetime Qt Champion
                              wrote on last edited by
                              #17

                              Looks like it indeed. It almost make regretting the time of static pages ;-)

                              Interested in AI ? www.idiap.ch
                              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                              1 Reply Last reply
                              0
                              • SGaistS Offline
                                SGaistS Offline
                                SGaist
                                Lifetime Qt Champion
                                wrote on last edited by
                                #18

                                I have a phantom thread in my unread list. The user deleted it, but it keeps appearing even after marking it explicitly as read.

                                Interested in AI ? www.idiap.ch
                                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                1 Reply Last reply
                                0
                                • aha_1980A Offline
                                  aha_1980A Offline
                                  aha_1980
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #19

                                  @AndyS All sub-pages of https://forum.qt.io/users miss the <previous>/<next> links to scroll through the lists. I don't know since when this is missing, but is was working, I swear :)

                                  Qt has to stay free or it will die.

                                  AndySA 1 Reply Last reply
                                  0
                                  • aha_1980A aha_1980

                                    @AndyS All sub-pages of https://forum.qt.io/users miss the <previous>/<next> links to scroll through the lists. I don't know since when this is missing, but is was working, I swear :)

                                    AndySA Offline
                                    AndySA Offline
                                    AndyS
                                    Moderators
                                    wrote on last edited by
                                    #20

                                    @aha_1980 said in Known issues with Qt Forum:

                                    @AndyS All sub-pages of https://forum.qt.io/users miss the <previous>/<next> links to scroll through the lists. I don't know since when this is missing, but is was working, I swear :)

                                    It shows up for me in the Banned and Most Flagged lists at least, and it seems NodeBB.org's own forum has it up for all the pages. I'll add this to the list.

                                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                    1 Reply Last reply
                                    1
                                    • Chris KawaC Offline
                                      Chris KawaC Offline
                                      Chris Kawa
                                      Lifetime Qt Champion
                                      wrote on last edited by
                                      #21

                                      After the last update I'm missing the favicon in chrome and firefox on Windows. Nuking cache, favicon database and using private mode does not help (it did reset favicon for all other sites). Curiously enough green Qt logo does show up in Edge (although doesn't seem to display the little red counter).

                                      AndySA 1 Reply Last reply
                                      0
                                      • Chris KawaC Chris Kawa

                                        After the last update I'm missing the favicon in chrome and firefox on Windows. Nuking cache, favicon database and using private mode does not help (it did reset favicon for all other sites). Curiously enough green Qt logo does show up in Edge (although doesn't seem to display the little red counter).

                                        AndySA Offline
                                        AndySA Offline
                                        AndyS
                                        Moderators
                                        wrote on last edited by
                                        #22

                                        @Chris-Kawa I notice the problem now too, I think the icon moved or something because uploaded files was something that got optimized in an update and thats where it is looking for it. I am working on figuring out how to get that back.

                                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                        1 Reply Last reply
                                        0
                                        • AndySA Offline
                                          AndySA Offline
                                          AndyS
                                          Moderators
                                          wrote on last edited by
                                          #23

                                          I uploaded the icon now so it is where it is expected to be, so hopefully it will show up again once it gets a forced refresh. Thanks for pointing it out @Chris-Kawa!

                                          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                                          1 Reply Last reply
                                          1

                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved