Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by n.darques on Jul 15, 2009 06:46
open dhtmlx forum
context Menu offset in a layout (webkit)

Hello guys,

When used with a Webkit browser (safari 4.0, chrome 2.0) , it seems that context menu used inside a 'right' cell (like cell B in 3U setting) is x-offsetted by 'left' cell width.
I think it's coming from a miscalculation of the layout cell's width.
I can provide screenshots or sample code if needed.

Thanks for your attention.
Answer posted by Alex (support) on Jul 15, 2009 07:30

Hello, 

yes, please provide the example to re-create the issue. Locally the following approach doesn't give offset for the context menu in "b" cell:

dhxLayout.cells("b").id = "b";

menu = new dhtmlXMenuObject();
...

menu.addContextZone("b");

Answer posted by n.darques on Jul 15, 2009 09:34
Here a sample code reproducing the issue.
The trick is that I forgot to say that my context menu was inside an attached tabbar.

Feel free to ask for any details I haven't provided,

Nicolas.
Attachments (1)
Answer posted by Alex (support) on Jul 16, 2009 01:39

Hello,

the issue is confirmed. The fixed dhtmlxmenu.js is attached. Please, try to use it.

Attachments (1)
Answer posted by n.darques on Jul 20, 2009 01:45
Thanks, problem solved.