item onclick and contextMenu
a) The arrow image from item onclick and arrow from context menu appear above each other
Submitted by Terje Pedersen on 7 March 2011 at 12:19
b) When selecting something in the context menu the onclick event from the item also get fired
Issue Log
On 31 May 2011 at 14:18 Terje Pedersen commented:
In “small” mode the contextMenu image is above the arrow image for the masterDetail controller aswell.
On 23 June 2011 at 10:34 Terje Pedersen commented:
Any quick fix for this one?
On 23 June 2011 at 10:40 Terje Pedersen commented:
Same with using sideButton together with item(onclick=)
On 23 June 2011 at 10:42 Zef Hemel commented:
You could try calling:
event.stopPropagation();
orevent.preventDefault();
does that help?
On 23 June 2011 at 11:14 Terje Pedersen commented:
Didn’t work. Still the onclick on item is triggered aswell. The arrow image appearing above problem I think I need add some custom CSS to fix.
On 11 July 2011 at 13:59 Terje Pedersen commented:
item has now hideArrow but when using contextMenu in item controller for masterDetail you can’t turn the arrow off
Log in to post comments