Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Flyin Menu's in Chrome

web-app

The menus will flyin while hovering directly over the button (for instance Issues at the top right of normal navigation within a project) however when you move your mouse down to select something from the menu it flies away. This happens very often but not everytime.

Gent
· 1
Gent
Replies (12)
helpful
0
not helpful

Does it happen in IE or FF?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I tested a bit in IE, and it does not seem to happen.


Gent
· 1
Gent
helpful
0
not helpful

Can you please test against our site: http://gemini.countersoft.com?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

after doing some testing against your site it seems that what is happening is that while the menu is flying in if you start to move down into the menu it will sometimes behave oddly opening and closing. It seems that some of you menus, (ex: Projects menu in top left) have no gap between the menus but the Issues example I gave has a small gap between the button and the actual menu. SS below [IMG]http://i36.tinypic.com/143jio9.png[/IMG]

[IMG]http://i37.tinypic.com/nfpuso.png[/IMG]


Gent
· 1
Gent
helpful
0
not helpful

Very strange as it works well for us. What is your screen resoluition?
Also, if you are able to change files on the sever, try chaning the Project\ProjectHeader.ascx file and replace the line:
<ul id="savedFilters" runat="server" class="subnav" >

with

<ul id="savedFilters" runat="server" class="subnav" style="padding:0px;margin:-5px 0px 0px 0px;">


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

This appears to have fixed the behavior on this menu. The following are also suffering this behavior.

Create Issue Project Administration Dashboard


Gent
· 1
Gent
helpful
0
not helpful

Add the style="padding:0px;margin:-5px 0px 0px 0px;" to the other links on the projec header control (lines 89 and 118).

For Dashboard, change Controls\LinkBar.ascx:
<ul class="subnav" style="left:-35px;">
To:
<ul class="subnav" style="left:-35px;padding:0px;margin:-5px 0px 0px 0px;">

We will fix this in 4.0.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks for the quick responses and excellent support!


Gent
· 1
Gent
helpful
0
not helpful

One more, the Create Ticket from top left (crumb trail)


Gent
· 1
Gent
helpful
0
not helpful

Noted, thank you.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

mind giving me a file and line number for this item, I would like to apply the fix locally for it as well. Sorry for the confusion.


Gent
· 1
Gent
helpful
0
not helpful

Sure, Controls\LinkBar.ascx line 73


Saar Cohen
· 5000
Saar Cohen