Page 1 of 1
Pull Down Menu issue
Posted: Fri May 03, 2013 4:28 pm
by nwhite1114
I'm using the Pull Down Menu widget and have placed it at the top of the screen. I have several subfile widgets on the page and when I run the program and hover over the menu selections, the sub selections appear, but the lines from the subfile grid underneath the menu are picking up the colors from the menu widget and displaying over the menu options.
I would like the menu to overlay everything else on the page and does for everything except the grid lines.
How do I stop that from happening?
Re: Pull Down Menu issue
Posted: Fri May 03, 2013 5:31 pm
by Scott Klement
Hello,
A web browser determines what gets displayed in front of other things using a number called a "z-index". A quick look at the code for the subfile grid tells me that it uses z-indexes of 96-100 for the grid borders. (Though, this can be overridden in the designer by changing the z-index property.)
So my suggestion is to go into the designer, and bring up the properties window for your pull-down menu. Try setting the z-index of the menu to a higher number (maybe 1000?) that should make it so that it appears on top of everything else.
- zindex.png (12.58 KiB) Viewed 2842 times
Does that help? Let me know.
Re: Pull Down Menu issue
Posted: Fri May 03, 2013 6:09 pm
by nwhite1114
Yes, that did the trick.
Now, I have another issue. When I hover over the first menu option, the suboptions appear. But when I try to move the cursor over one of the suboptions, the drop-down of options disappears. So, I can't select any sub-options even though they appear to be formatted and displaying correctly.
Re: Pull Down Menu issue
Posted: Fri May 03, 2013 7:20 pm
by Scott Klement
That's strange. I tried to code up an example to reproduce the problem, but it didn't happen for me. (The suboptions worked as expected.)
Could you make me a JSON screenshot of your screen? While it's up in the browser, press Ctrl-F9 and the browser will ask you to save the screen shot to a file on your PC (default filename is json.txt).
Then send me that screenshot either by posting it here in the forums, or by e-mailing it to
support@profoundlogic.com and I'll take a look.
Thanks!
Re: Pull Down Menu issue
Posted: Mon May 06, 2013 10:59 am
by nwhite1114
I've just sent you the json screenshot in an email.
Re: Pull Down Menu issue
Posted: Mon May 06, 2013 1:24 pm
by Scott Klement
Thanks! I got it.
Re: Pull Down Menu issue
Posted: Mon May 06, 2013 1:33 pm
by nwhite1114
I tried it in Google Chrome and I can click on the options. It is not working in IE8.
Re: Pull Down Menu issue
Posted: Wed May 08, 2013 3:46 pm
by Scott Klement
You're correct that this issue only applies to IE8 and older versions of IE.
I've discovered the issue, and fixed it in our development box. The fix will be included in the next release of Profound UI.