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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 27 Aug 2019, 18:21 last edited by
    #2

    Hi,

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

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

    A 1 Reply Last reply 27 Aug 2019, 18:22
    5
    • S SGaist
      27 Aug 2019, 18:21

      Hi,

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

      A Offline
      A Offline
      AndyS
      Moderators
      wrote on 27 Aug 2019, 18:22 last edited by
      #3

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

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

      K 1 Reply Last reply 27 Aug 2019, 19:04
      0
      • A AndyS
        27 Aug 2019, 18:22

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

        K Offline
        K Offline
        kshegunov
        Moderators
        wrote on 27 Aug 2019, 19:04 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

        A 1 Reply Last reply 27 Aug 2019, 19:05
        0
        • K kshegunov
          27 Aug 2019, 19:04

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

          A Offline
          A Offline
          AndyS
          Moderators
          wrote on 27 Aug 2019, 19:05 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
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 2 Sept 2019, 09:08 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
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 2 Sept 2019, 17:24 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

              A 1 Reply Last reply 2 Sept 2019, 21:05
              0
              • S SGaist
                2 Sept 2019, 17:24

                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.

                A Offline
                A Offline
                AndyS
                Moderators
                wrote on 2 Sept 2019, 21:05 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
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 2 Sept 2019, 21:16 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

                  A 1 Reply Last reply 2 Sept 2019, 21:19
                  0
                  • S SGaist
                    2 Sept 2019, 21:16

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

                    A Offline
                    A Offline
                    AndyS
                    Moderators
                    wrote on 2 Sept 2019, 21:19 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
                    • A Offline
                      A Offline
                      AndyS
                      Moderators
                      wrote on 2 Sept 2019, 21:28 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
                      • S Offline
                        S Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on 2 Sept 2019, 21:35 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
                        • A Offline
                          A Offline
                          AndyS
                          Moderators
                          wrote on 2 Sept 2019, 21:37 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
                          • A Offline
                            A Offline
                            AndyS
                            Moderators
                            wrote on 2 Sept 2019, 21:42 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
                            • S Offline
                              S Offline
                              SGaist
                              Lifetime Qt Champion
                              wrote on 2 Sept 2019, 21:42 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
                              • A Offline
                                A Offline
                                AndyS
                                Moderators
                                wrote on 2 Sept 2019, 21:46 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
                                • S Offline
                                  S Offline
                                  SGaist
                                  Lifetime Qt Champion
                                  wrote on 2 Sept 2019, 21:50 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
                                  • S Offline
                                    S Offline
                                    SGaist
                                    Lifetime Qt Champion
                                    wrote on 6 Sept 2019, 22:28 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 7 Sept 2019, 12:52 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.

                                      A 1 Reply Last reply 9 Sept 2019, 06:56
                                      0
                                      • aha_1980A aha_1980
                                        7 Sept 2019, 12:52

                                        @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 :)

                                        A Offline
                                        A Offline
                                        AndyS
                                        Moderators
                                        wrote on 9 Sept 2019, 06:56 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 23 Sept 2019, 19:56 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).

                                          A 1 Reply Last reply 23 Sept 2019, 20:07
                                          0

                                          • Login

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