Problem with menu items
-
When I want to browse the Articles menu (Image 1), I hoover the mouse over it and see all sub-menus. However, if I try to select any of the sub-menus, the moment I hoover down, I see the article categories instead of the sub-menus (Image 2). So it is almost impossible to select any of the sub-menus. Image1: 2018-01-11.png (183.2 KB) Image2: 2018-01-11__1_.png (314.4 KB)
- Michael Haephrati מיכאל האפרתי
-
When I want to browse the Articles menu (Image 1), I hoover the mouse over it and see all sub-menus. However, if I try to select any of the sub-menus, the moment I hoover down, I see the article categories instead of the sub-menus (Image 2). So it is almost impossible to select any of the sub-menus. Image1: 2018-01-11.png (183.2 KB) Image2: 2018-01-11__1_.png (314.4 KB)
- Michael Haephrati מיכאל האפרתי
Which browser, and are you seeing any javascript errors in the dev tools console?
cheers Chris Maunder
-
Which browser, and are you seeing any javascript errors in the dev tools console?
cheers Chris Maunder
I am using Chrome
Version 61.0.3163.100 (Official Build) (64-bit)
Can't see any errors in the dev tools console.
- Michael Haephrati מיכאל האפרתי
-
When I want to browse the Articles menu (Image 1), I hoover the mouse over it and see all sub-menus. However, if I try to select any of the sub-menus, the moment I hoover down, I see the article categories instead of the sub-menus (Image 2). So it is almost impossible to select any of the sub-menus. Image1: 2018-01-11.png (183.2 KB) Image2: 2018-01-11__1_.png (314.4 KB)
- Michael Haephrati מיכאל האפרתי
I can't quite understand what you mean here. 1. You hover over the article menu. You see the menu dropdown. 2. As soon as you move your mouse down you see the article sections menu fly out on the right hand side. Is that correct? If so, this is by design.
Michael Haephrati wrote:
I see the article categories instead of the sub-menus
Not sure what you mean by this. What are you expecting and what's happening?
cheers Chris Maunder
-
I can't quite understand what you mean here. 1. You hover over the article menu. You see the menu dropdown. 2. As soon as you move your mouse down you see the article sections menu fly out on the right hand side. Is that correct? If so, this is by design.
Michael Haephrati wrote:
I see the article categories instead of the sub-menus
Not sure what you mean by this. What are you expecting and what's happening?
cheers Chris Maunder
No, the view changes so I can't select items from the first menu I see, as it changes to the 2nd one. For example, I want to write an article, I see "Submit an article / tip" in the first view but when hoovering the mouse down, I don't see it any more and can't select it.
- Michael Haephrati מיכאל האפרתי
-
No, the view changes so I can't select items from the first menu I see, as it changes to the 2nd one. For example, I want to write an article, I see "Submit an article / tip" in the first view but when hoovering the mouse down, I don't see it any more and can't select it.
- Michael Haephrati מיכאל האפרתי
Ah. OK, I understand now. Sorry - I was staring at the second image you posted so hard I didn't see the forest for the trees. So: the Article menu shows the article options, you hover over the "Chapters and Sections" option and instead of the Chapters menu appearing to the right of the menu, it's appearing on top of the article menu, obscuring the article menu options. I'm wondering if the problems is because of your local settings. The flyout menu positions itself using
left: 100%;
which for LTR will push it to the right hand side. For RTL it may (and I'm guessing since I don't have RTL fonts) push it to the far left, meaning it covers the menu. Let me see what I can do.cheers Chris Maunder
-
Ah. OK, I understand now. Sorry - I was staring at the second image you posted so hard I didn't see the forest for the trees. So: the Article menu shows the article options, you hover over the "Chapters and Sections" option and instead of the Chapters menu appearing to the right of the menu, it's appearing on top of the article menu, obscuring the article menu options. I'm wondering if the problems is because of your local settings. The flyout menu positions itself using
left: 100%;
which for LTR will push it to the right hand side. For RTL it may (and I'm guessing since I don't have RTL fonts) push it to the far left, meaning it covers the menu. Let me see what I can do.cheers Chris Maunder
Hi Chris, I don't have any RTL settings in my Chrome or in Code Project. RTL is when the entire paragraph is reversed. I use LTR and in other sites, some time use Hebrew fonts. Cheers, Michael
- Michael Haephrati מיכאל האפרתי
-
Hi Chris, I don't have any RTL settings in my Chrome or in Code Project. RTL is when the entire paragraph is reversed. I use LTR and in other sites, some time use Hebrew fonts. Cheers, Michael
- Michael Haephrati מיכאל האפרתי
Thanks for the update and the data point.
cheers Chris Maunder