Context Menu Position
#1
This is probably me being really stupid but anyway...

How do I stop the context menu position from changing depending on what window/view I'm on? I've never had this problem before when using Confluence as a base for a skin, I just want it to be in the centre all the time.
 
Reply
#2
I think you have to set the origin in the coordinates tag.
my personal contextmenu.xml has:

<coordinates>
<system>1</system>
<left>0</left>
<top>0</top>
<origin x="400" y="100" />
</coordinates>

In every window is always in the same place.
Reply
#3
Thanks, that worked. So strange that I've never had this problem before!
 
Reply

Logout Mark Read Team Forum Stats Members Help
Context Menu Position0