Quantcast
Viewing all articles
Browse latest Browse all 2791

Report Manager Home page misalignment

Hello experts,At some point in the past I was fiddling with the menu for the Report Manager home page on our development report server and ended up with a couple of annoyances: (1) the folders were misaligned, not nicely lined up and, more importantly, (2) the right-click shortcut menus don't work anymore.I've tried running text editor diffs on the two sets of files (production/working and dev/broken) but don't seem to find any differences in what I thought were the key files - .css, .config, etc.Below are the differences I do see, however, when I load the working and broken home pages in IE and view the source.I know this is a random kind of problem but odes anyone know what governs those onLoad attributes and how I can get them back to the defaults again?Thanks for any help!- webrunner[quote]CHANGED VERSION<BODY style="margin:0px;" class="msrs-normal" onload="InitContextMenu('contextMenuCollection','contextMenuCollection__selectedItemIdHiddenField',new Array('contextMenuCollection_ReportContextMenuIdDiv','contextMenuCollection_FolderContextMenuIdDiv','contextMenuCollection_DataSourceContextMenuIdDiv','contextMenuCollection_ResourceContextMenuIdDiv'),'S_searchTextBoxID','Search');ControlConditionalEnable7(true);"><form name="ui_form" method="POST" action="Folder.aspx?ViewMode=List" id="ui_form" enctype="multipart/form-data">[/quote][quote]WORKING VERSION<BODY style="margin:0px;" class="msrs-normal" onload="InitContextMenu('contextMenuCollection','contextMenuCollection__selectedItemIdHiddenField',new Array('contextMenuCollection_FolderContextMenuIdDiv'),'S_searchTextBoxID','Search');ControlConditionalEnable7(true);"><form name="ui_form" method="POST" action="Folder.aspx?ViewMode=List" id="ui_form" enctype="multipart/form-data">[/quote]

Viewing all articles
Browse latest Browse all 2791

Trending Articles