Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. "articles" menu is unusable

"articles" menu is unusable

Scheduled Pinned Locked Moved Site Bugs / Suggestions
39 Posts 5 Posters 0 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.
  • G G arDian

    Quote:

    I need to check, OK?

    Of course, that's why I reported it :)

    Quote:

    No, I believe you. I can, however, also show you a video of it working fine on my machine.

    I have no doubt, but sometimes development machines/environments can put us in a false sense of proper functionality, try it as an end user with a separate machine, separate browser that you don't use for development and see if it still works right, that's all I can suggest.

    Quote:

    Can you help me out a little more:

    Certainly, be happy to.

    - how is your internet connection? Fast, slow, reliable?

    Very fast, very stable. I am on a multiple T3 network with redundant OC3 backbone. But again, this is not the issue, the menu rendering is simple CSS and not that heavy to be an internet issue. At 3000+ kbps bandwidth, I can download an entire Linux distribution in less than 30 seconds.

    - If you hit F12 (or Ctrl-Shift-I) to bring up developer tools, do you see any javascript errors in the console?

    Nope, absolutely nothing. Again, I am confident it is not an error but how it is coded in that it captures the mouse event, loads that particular expandable and replaces the main drop down menu, it is not failing to load or not loading making it a JS error or networking error, it is simply how the UI behaves. I honestly believe seeing it in action will help you, so I am going to link the MP4 and GIF showing it to make it more clear what I am seeing, who knows it might help.

    - Do you have any add-ins installed in your browsers?

    Of course, who doesn't right ;) but again none of them would be messing with the page render, website's GUI, etc. and certainly not so much so granular to target this specific menu on this specific site. That's why I also tested it specifically in "stock" (meaning has nothing) profiles to ensure that there is no interference, not my first rodeo ;) and still the same behavior. Let me know what else I can provide to help but in the meantime, here is the link to the MP4 and GIF showing the observed behavior since I can't put them inline here (which you might want to look into providing some capability for that given the nature of the site) and also note that I am still not getting notifications for any of these replies, here or in the other thread - that

    C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #6

    MY guess is that it's the left:100% CSS directive that is meant to place the flyout menu to the exact right of the dropdown menu, but I don't know why it's an issue on your machine and not others'. Maybe some regional settings. I asked for the other info just to doubly ensure there wasn't something else. There's been many times I've tried to diagnose something only to find out an ad blocker is causing the issue, or a firewall is blocking a javscript file from loading.

    cheers Chris Maunder

    G T 3 Replies Last reply
    0
    • G G arDian

      Currently when you hover on the "articles" menu, you cannot ever click on any item on it because the first item "chapters and sections" will always trap as the first item that automatically expands to replace the menu and so you can never reach any of the child items on the "articles" drop down. It should either have a hover timer (meaning if you hover over that item for x[ms] expand it) or make it click to expand to avoid having it trap all mouse movement and preventing access to any of the other child items on the menu. Alternatively, move it to the bottom of the list as to make it non-blocking on all other items.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #7

      Just for the record I have never seen this problem on my PC using the latest version of Chrome, or on my iPad with Safari. The articles dropdowns all work and expand (or not) as expected.

      1 Reply Last reply
      0
      • G G arDian

        Currently when you hover on the "articles" menu, you cannot ever click on any item on it because the first item "chapters and sections" will always trap as the first item that automatically expands to replace the menu and so you can never reach any of the child items on the "articles" drop down. It should either have a hover timer (meaning if you hover over that item for x[ms] expand it) or make it click to expand to avoid having it trap all mouse movement and preventing access to any of the other child items on the menu. Alternatively, move it to the bottom of the list as to make it non-blocking on all other items.

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #8

        It works fine for me too: on both my desktop Win10 / Chrome, and the WookieTab Win10 / chrome tablet, all running the latest versions of OS and Chrome. It also works fine on my Android tablet / Chrome. This may sound like a silly question, but have you tried it with a different mouse and driver after a fresh boot? If it works on a touch tablet and mouse desktop it's a little odd that it doesn't work on your system. What happens if you try on your phone? It works fine on mine, in both mobile and desktop view.

        Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        G 1 Reply Last reply
        0
        • C Chris Maunder

          MY guess is that it's the left:100% CSS directive that is meant to place the flyout menu to the exact right of the dropdown menu, but I don't know why it's an issue on your machine and not others'. Maybe some regional settings. I asked for the other info just to doubly ensure there wasn't something else. There's been many times I've tried to diagnose something only to find out an ad blocker is causing the issue, or a firewall is blocking a javscript file from loading.

          cheers Chris Maunder

          G Offline
          G Offline
          G arDian
          wrote on last edited by
          #9

          I understand, but not the case for me. As I said, I immediately tried it in a stock profile on Firefox first to make sure and then repeated it in every browser copy we keep for development and testing and it kept happening. I can't say for sure why it is happening, I suppose I can dig in the DOM code as it is loaded and see what's happening by debugging it, but figured your code might be easier for you on your end. If I discover something, I will let you know. Edit: I have narrowed it down to being something within the Firefox 56+ browser:

          Quote:

          This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!

          With that in mind, I decided to try it on a pre-webext ESR build and found that it worked fine there. On an insider build of Edge (instead of the current release where it was happening as well) and found that it doesn't occur there, meaning on Edge it expands normally and does NOT replace the original menu like you saw in the video. Running on Chrome 62 it occurs the same way but on the Canary build it did not occur. So it seems to be a conflict with some new standard they are pushing towards and it might be worth looking into, even though it may not be as widespread, it is still an issue worth nipping in the bud.

          1 Reply Last reply
          0
          • OriginalGriffO OriginalGriff

            It works fine for me too: on both my desktop Win10 / Chrome, and the WookieTab Win10 / chrome tablet, all running the latest versions of OS and Chrome. It also works fine on my Android tablet / Chrome. This may sound like a silly question, but have you tried it with a different mouse and driver after a fresh boot? If it works on a touch tablet and mouse desktop it's a little odd that it doesn't work on your system. What happens if you try on your phone? It works fine on mine, in both mobile and desktop view.

            Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

            G Offline
            G Offline
            G arDian
            wrote on last edited by
            #10

            I honestly don't see how the mouse driver would be the issue at all here, it is being rendered inside the browser, not on the OS; but no I have not checked on my phone or tablet, I suppose I could. But touch on those devices and mouse on desktop should not be behaving dramatically too different, just optimizations are different for xy coordinate targeting. EDIT: I tried it on mobile and not surprisingly, it doesn't behave in "scroll" mode on that, it is tap to expand, therefore moot and will not behave as observed for reasons that involve not capturing mouse movement as extensively discussed above. So, comparing to mobile/touch based is not going to be a valid comparison. Finger/touch do not behave the same as Mouse/scroll.

            1 Reply Last reply
            0
            • C Chris Maunder

              MY guess is that it's the left:100% CSS directive that is meant to place the flyout menu to the exact right of the dropdown menu, but I don't know why it's an issue on your machine and not others'. Maybe some regional settings. I asked for the other info just to doubly ensure there wasn't something else. There's been many times I've tried to diagnose something only to find out an ad blocker is causing the issue, or a firewall is blocking a javscript file from loading.

              cheers Chris Maunder

              T Offline
              T Offline
              Tom Deketelaere
              wrote on last edited by
              #11

              I have the same issue. On chrome Version 63.0.3239.132 (Official Build) (64-bit) (also in incognito window so no plugins or anything) On firefox 57.0.4 (64-bits) On Brave (yeah I even tried it there ;P ) On IE version 11.192.16299.0 Works as should on Edge tho. Tried it on different resolutions (no change) No errors in console. If you need me to test / try anything let me know. [Update] I don't have it at home (unless you changed something already) [/UPDATE]

              Tom

              1 Reply Last reply
              0
              • G G arDian

                Currently when you hover on the "articles" menu, you cannot ever click on any item on it because the first item "chapters and sections" will always trap as the first item that automatically expands to replace the menu and so you can never reach any of the child items on the "articles" drop down. It should either have a hover timer (meaning if you hover over that item for x[ms] expand it) or make it click to expand to avoid having it trap all mouse movement and preventing access to any of the other child items on the menu. Alternatively, move it to the bottom of the list as to make it non-blocking on all other items.

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #12

                How is it now?

                cheers Chris Maunder

                G 1 Reply Last reply
                0
                • C Chris Maunder

                  How is it now?

                  cheers Chris Maunder

                  G Offline
                  G Offline
                  G arDian
                  wrote on last edited by
                  #13

                  Still on my daily driver (Firefox 56) it will not allow me to go any further down because the first one flies out and replaces the menu and pretty much traps the movement. Nothing has changed there. On Edge, it works fine, but not my daily driver. In Chrome (62) it did the same thing but in (64) it works fine, used exclusively for testing. I had one of our Mac users test on Safari, same thing, and another user on Vivaldi and Opera, same thing. Not sure what else I can provide to help. Let me know if you think of something.

                  C 1 Reply Last reply
                  0
                  • G G arDian

                    Still on my daily driver (Firefox 56) it will not allow me to go any further down because the first one flies out and replaces the menu and pretty much traps the movement. Nothing has changed there. On Edge, it works fine, but not my daily driver. In Chrome (62) it did the same thing but in (64) it works fine, used exclusively for testing. I had one of our Mac users test on Safari, same thing, and another user on Vivaldi and Opera, same thing. Not sure what else I can provide to help. Let me know if you think of something.

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #14

                    Can you try Ctrl+F5 to force a full refresh. I'm at a loss here. I've changed the CSS from the more elegant (left:100%) to forcing the position at the pixel level (left:208px). I've only ever heard of one other who has been affected. If I could replicate it I could at the very least disable the flyout menu. On every single machine and browser I've tried it's always worked. There has to be something unusual about your setup. Regional settings, maybe some CSS is being stripped by firewalls or blockers (maybe they are upstream of you? If there's anything odd or non-standard about your setup let me know and I can try coming up with a plan C

                    cheers Chris Maunder

                    G 1 Reply Last reply
                    0
                    • C Chris Maunder

                      Can you try Ctrl+F5 to force a full refresh. I'm at a loss here. I've changed the CSS from the more elegant (left:100%) to forcing the position at the pixel level (left:208px). I've only ever heard of one other who has been affected. If I could replicate it I could at the very least disable the flyout menu. On every single machine and browser I've tried it's always worked. There has to be something unusual about your setup. Regional settings, maybe some CSS is being stripped by firewalls or blockers (maybe they are upstream of you? If there's anything odd or non-standard about your setup let me know and I can try coming up with a plan C

                      cheers Chris Maunder

                      G Offline
                      G Offline
                      G arDian
                      wrote on last edited by
                      #15

                      Quote:

                      Can you try Ctrl+F5 to force a full refresh.

                      Ok, caching is not the problem here, not even close. But done, even recorded for you to watch. Look at how it happens.[^]

                      Quote:

                      I'm at a loss here. I've changed the CSS from the more elegant (left:100%) to forcing the position at the pixel level (left:208px).

                      You can clearly see it replaces the menu, it is not positioning that's the issue, I am watching the DOM and it replaces it. I have been tracing the computed styles on that object and it always reverts to 0 which means it will "replace" the original menu, rather than fly out to the right of it. Not sure why, I didn't go digging through your CSS files or what is being inherited where or how the object is being delegated for it.

                      Quote:

                      On every single machine and browser I've tried it's always worked. There has to be something unusual about your setup. Regional settings, maybe some CSS is being stripped by firewalls or blockers (maybe they are upstream of you?

                      Ok, here's the problem I have with that logic, it is not the network, it is not extensions, it is not upstream. If it was any of that, it would happen in every browser on the same machine/network, not just specific ones (or different versions of the same browser). Additionally, as I have said repeatedly, it happens in a clean, freshly created, stock, no extension, nothing profile and on 3 separate networks, home, work, and mobile hotspot. You can see it happen, it is not something I am imagining here.

                      Quote:

                      If there's anything odd or non-standard about your setup let me know and I can try coming up with a plan C

                      Nothing odd or non-standard about my setup, in fact I abhor having too many extensions and things that limit a clean experience. I may not go willy nilly with installing a ton of crap, but that is hardly odd or non-standard behavior, I am a purist and have worked nearly 30 years to keep it that way. If I didn't care about the site, I wouldn't bother with the time and effort to report it. While it may very well be an edge case, it IS happening and if it is happening to me, it is happening to others, even if only one other person took the time to report it to

                      C 1 Reply Last reply
                      0
                      • G G arDian

                        Quote:

                        Can you try Ctrl+F5 to force a full refresh.

                        Ok, caching is not the problem here, not even close. But done, even recorded for you to watch. Look at how it happens.[^]

                        Quote:

                        I'm at a loss here. I've changed the CSS from the more elegant (left:100%) to forcing the position at the pixel level (left:208px).

                        You can clearly see it replaces the menu, it is not positioning that's the issue, I am watching the DOM and it replaces it. I have been tracing the computed styles on that object and it always reverts to 0 which means it will "replace" the original menu, rather than fly out to the right of it. Not sure why, I didn't go digging through your CSS files or what is being inherited where or how the object is being delegated for it.

                        Quote:

                        On every single machine and browser I've tried it's always worked. There has to be something unusual about your setup. Regional settings, maybe some CSS is being stripped by firewalls or blockers (maybe they are upstream of you?

                        Ok, here's the problem I have with that logic, it is not the network, it is not extensions, it is not upstream. If it was any of that, it would happen in every browser on the same machine/network, not just specific ones (or different versions of the same browser). Additionally, as I have said repeatedly, it happens in a clean, freshly created, stock, no extension, nothing profile and on 3 separate networks, home, work, and mobile hotspot. You can see it happen, it is not something I am imagining here.

                        Quote:

                        If there's anything odd or non-standard about your setup let me know and I can try coming up with a plan C

                        Nothing odd or non-standard about my setup, in fact I abhor having too many extensions and things that limit a clean experience. I may not go willy nilly with installing a ton of crap, but that is hardly odd or non-standard behavior, I am a purist and have worked nearly 30 years to keep it that way. If I didn't care about the site, I wouldn't bother with the time and effort to report it. While it may very well be an edge case, it IS happening and if it is happening to me, it is happening to others, even if only one other person took the time to report it to

                        C Offline
                        C Offline
                        Chris Maunder
                        wrote on last edited by
                        #16

                        GµårÐïåñ wrote:

                        You can clearly see it replaces the menu

                        Actually I don't see that it replaces. The menu. It seems it places the section menu on top of the article menu, but doesn't replace it. If you're game could you do me a favour? In the dev tools of any browser you can drill down into the source. Starting at the "articles" header of the menu (1) go the the Chapters and Sections (2) as you have been then check out the CSS of the taxonomy flyout with id ctl00_TopNavBar_MapFlyout (3). Let me know what the CSS for the 'left' attribute is for that element (4)

                        cheers Chris Maunder

                        G 2 Replies Last reply
                        0
                        • C Chris Maunder

                          GµårÐïåñ wrote:

                          You can clearly see it replaces the menu

                          Actually I don't see that it replaces. The menu. It seems it places the section menu on top of the article menu, but doesn't replace it. If you're game could you do me a favour? In the dev tools of any browser you can drill down into the source. Starting at the "articles" header of the menu (1) go the the Chapters and Sections (2) as you have been then check out the CSS of the taxonomy flyout with id ctl00_TopNavBar_MapFlyout (3). Let me know what the CSS for the 'left' attribute is for that element (4)

                          cheers Chris Maunder

                          G Offline
                          G Offline
                          G arDian
                          wrote on last edited by
                          #17

                          I will absolutely do that for you, just wanted to acknowledge I got your request; but I won't be able to get on this until later in the day but I will post it as soon as I get home. Didn't want you to think I left you hanging, thanks.

                          C 1 Reply Last reply
                          0
                          • G G arDian

                            I will absolutely do that for you, just wanted to acknowledge I got your request; but I won't be able to get on this until later in the day but I will post it as soon as I get home. Didn't want you to think I left you hanging, thanks.

                            C Offline
                            C Offline
                            Chris Maunder
                            wrote on last edited by
                            #18

                            There's no rush: whenever you get a chance.

                            cheers Chris Maunder

                            1 Reply Last reply
                            0
                            • C Chris Maunder

                              GµårÐïåñ wrote:

                              You can clearly see it replaces the menu

                              Actually I don't see that it replaces. The menu. It seems it places the section menu on top of the article menu, but doesn't replace it. If you're game could you do me a favour? In the dev tools of any browser you can drill down into the source. Starting at the "articles" header of the menu (1) go the the Chapters and Sections (2) as you have been then check out the CSS of the taxonomy flyout with id ctl00_TopNavBar_MapFlyout (3). Let me know what the CSS for the 'left' attribute is for that element (4)

                              cheers Chris Maunder

                              G Offline
                              G Offline
                              G arDian
                              wrote on last edited by
                              #19

                              Ok, given that the term "replace" can have multiple interpretations, you are right, it doesn't replace it in code but by view. So let's call it obscure instead. I did a quick grab, before I leave work, of the same thing you did for you to see (FF56) and giving you the CSS broken down, as well as the computed entry for it. This way you can take a look and let me know what else I can provide to help when I get home.

                              C 1 Reply Last reply
                              0
                              • G G arDian

                                Ok, given that the term "replace" can have multiple interpretations, you are right, it doesn't replace it in code but by view. So let's call it obscure instead. I did a quick grab, before I leave work, of the same thing you did for you to see (FF56) and giving you the CSS broken down, as well as the computed entry for it. This way you can take a look and let me know what else I can provide to help when I get home.

                                C Offline
                                C Offline
                                Chris Maunder
                                wrote on last edited by
                                #20

                                Thanks for this. I should have given you one more step: Can you make sure you're hovering over the "Chapters and Sections" menu item (the item that triggers the taxonomy fly-out) when taking the screen grab? (I use the Windows snipping tool and set a delay of a couple of seconds to I can get my cursor in place before the screenshot)

                                cheers Chris Maunder

                                G 1 Reply Last reply
                                0
                                • C Chris Maunder

                                  Thanks for this. I should have given you one more step: Can you make sure you're hovering over the "Chapters and Sections" menu item (the item that triggers the taxonomy fly-out) when taking the screen grab? (I use the Windows snipping tool and set a delay of a couple of seconds to I can get my cursor in place before the screenshot)

                                  cheers Chris Maunder

                                  G Offline
                                  G Offline
                                  G arDian
                                  wrote on last edited by
                                  #21

                                  That was my first instinct and I thought I had done that, sorry. Here you go, this is while the mouse hovers over that menu section. Here you go, let me know if I can provide anything else (note, I used the space of both screens to capture as much of the css vertically as possible, so that's why it is longer this time)

                                  C 1 Reply Last reply
                                  0
                                  • G G arDian

                                    That was my first instinct and I thought I had done that, sorry. Here you go, this is while the mouse hovers over that menu section. Here you go, let me know if I can provide anything else (note, I used the space of both screens to capture as much of the css vertically as possible, so that's why it is longer this time)

                                    C Offline
                                    C Offline
                                    Chris Maunder
                                    wrote on last edited by
                                    #22

                                    Thanks for that. The LI element containing the taxonomy flyout has, in your screenshot, the class "openable" but not "open". Was the flyout (the taxonomy menu) open?

                                    cheers Chris Maunder

                                    G 1 Reply Last reply
                                    0
                                    • C Chris Maunder

                                      Thanks for that. The LI element containing the taxonomy flyout has, in your screenshot, the class "openable" but not "open". Was the flyout (the taxonomy menu) open?

                                      cheers Chris Maunder

                                      G Offline
                                      G Offline
                                      G arDian
                                      wrote on last edited by
                                      #23

                                      Don't know what to tell you, this is what I did (since I use Snipping Tool myself as well). 1. Open the inspect, 2. Select the element that is selected, 3. Trigger the timer, 4. Put mouse over the menu to open (briefly shows a bunch of newly added items in the inspector when ajax completes) 5. Screenshot is what you see So, I don't know why the class is openable instead of open but maybe that's part of the problem. But yes, the taxonomy flyout menu was open and if you like, I can take a screenshot that includes that part of the screen too in addition to the inspector, if it helps you. I just made this video of the steps for you to see it as it happens, as you can see the yellow blocks load the new flyout and they are all tagged openable instead of open even though clearly you can see I am going through it with my mouse and hovering to open them. Hope it helps [^].

                                      C 1 Reply Last reply
                                      0
                                      • G G arDian

                                        Don't know what to tell you, this is what I did (since I use Snipping Tool myself as well). 1. Open the inspect, 2. Select the element that is selected, 3. Trigger the timer, 4. Put mouse over the menu to open (briefly shows a bunch of newly added items in the inspector when ajax completes) 5. Screenshot is what you see So, I don't know why the class is openable instead of open but maybe that's part of the problem. But yes, the taxonomy flyout menu was open and if you like, I can take a screenshot that includes that part of the screen too in addition to the inspector, if it helps you. I just made this video of the steps for you to see it as it happens, as you can see the yellow blocks load the new flyout and they are all tagged openable instead of open even though clearly you can see I am going through it with my mouse and hovering to open them. Hope it helps [^].

                                        C Offline
                                        C Offline
                                        Chris Maunder
                                        wrote on last edited by
                                        #24

                                        That video is excellent. Question: Are you using a touchscreen? I assume from the video you're using a mouse?

                                        cheers Chris Maunder

                                        G 1 Reply Last reply
                                        0
                                        • C Chris Maunder

                                          That video is excellent. Question: Are you using a touchscreen? I assume from the video you're using a mouse?

                                          cheers Chris Maunder

                                          G Offline
                                          G Offline
                                          G arDian
                                          wrote on last edited by
                                          #25

                                          I am glad to help. :-O No, I am not using a touchscreen, a mouse, same as in the video (in fact that is the very system on which it happens and the very browser it happens in). Using touchscreen on Android tablet and phone, no issue, since there is no "hover" in that interface, you click, it opens, you select what you want. But on the Windows desktop using a mouse when you move it down (aka hover) to select something, gets snared by that flyout as you saw. Let me know anything else I can provide to help. I am happy to give you whatever you need to figure this out.

                                          C 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups