i am having trouble getting a jQuery jqwidget app working for one specific customer. its as if the underlying jQuery is being blocked somehow. This simple example is only using a jQuery drop-down combo-window.
we tested it on Edge, Firefox, and Chrome on two separate computers. and right-click on the element does not show any console errors.
it behaves as if either the router or cox-cable at this particular location is somehow "blocking" the left-click to work!
my next guess is to have the client try a VPN, but i wanted to solicit some other expert opinions.
i have been using the awesome superfish (v1.5.9) for some time with
a rather large number of menu items and sub-menu items.
in other words, i could have 10 menu items, and each item in that
menu has 10 more menu items, and each of those has 10 more menu items.
the problem has been that the menu items very quickly start to open
below the bottom of the page.
so i put together this jquery script below to start forcing any
menu item near the bottom of the page to open upwardrather than down.
my question: is there a better way to handle this situation?
my approach has worked fine, but i fear a new release of
superfish might cause my jquery to stop working.
or should i submit this as a new idea to handle this situation?
or has this been handled in a subsequent release? i would
think this is a common situation.