23 Jul
2011
23 Jul
'11
3:35 a.m.
<insert typical "not a developer" disclaimer>
Didn't see any posted work-around in the list archives. The following seems to work for me on the ipad by creating a "go nowhere" link that the ipad can use to open the menus. Hope it works for others.
In the ~xymon/server/etc/xymonmenu.cfg file, I added the '<a href="javascript:;">' anchor around the top-level menu items. Like:
<span class="menutag"><a href="javascript:;">Views</a><span class="invis">: </span></span>
Seems to do the trick. All credit for this workaround goes to the responses on this page:
http://stackoverflow.com/questions/493175/how-can-i-create-an-empty-html-anc hor-so-the-page-doesnt-jump-up-when-i-click
-- Mark Hinkle hinkman at hinkman.com