Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Forum that works "onload" only, pretty annoying
Qt 6.11 is out! See what's new in the release blog

Forum that works "onload" only, pretty annoying

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.4k Views 1 Watching
  • 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.
  • W Offline
    W Offline
    WebReflection
    wrote on last edited by
    #1

    Hey guys, I have no idea why few gravatars are not loading in Firefox and Ubuntu 13.10 but basically I've spent dunno how long to write a post reply and the moment I've clicked the "button" link <a id="forum_reply_button" href="#">Post reply</a> it brought me to the top of the page with the pointless empty anchor and a completely disorienting experience without posting a thing, since it's a broken link and not a real button.

    Long story short: you make your forum "quick replies" work only after the jQuery "ready" event has been fired via JavaScript which might be in some case an epic fail.

    The mentioned link is already inside a form so I would simply use same CSS and the <input type="submit"/> you are using in this page and drop completely that live click listener so that this won't ever be necessary at all:

    @
    function forum_quick_reply(a) {
    a.preventDefault();
    $("#submit_post").submit()
    }
    @

    Thanks for any further improvement/action on this, I am pretty sure you don't want users unable to help each other with a broken forum ;-)

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      you may want to create a "bugreport":https://bugreports.qt-project.org/browse/QTWEBSITE.
      Then you have definitely more chances to get heard and to get the problem fixed.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • W Offline
        W Offline
        WebReflection
        wrote on last edited by
        #3

        I don't think I have rights to create a new issue in there so … thanks, I hope somebody will notice this anyway. It's a very simple problem that might be very annoying in some case.

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

          Hi,

          You just need to create an account for that

          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
          • W Offline
            W Offline
            WebReflection
            wrote on last edited by
            #5

            it would be cool to be able to use this account already

            1 Reply Last reply
            0

            • Login

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