March 11, 2016 at 10:03 am
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
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">
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">
-------------------
A SQL query walks into a bar and sees two tables. He walks up to them and asks, "Can I join you?"
Ref.: http://tkyte.blogspot.com/2009/02/sql-joke.html
March 11, 2016 at 10:13 am
Are you sure it's not as simple as you've turned off compatibility mode? SSRS (at least up to 2012) doesn't work well with anything above IE7 without using compatibility mode.
F12 dev tools lets you change the document mode, try setting it to 5 and see if the errors still persist.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply