MyBB Community Forums

Full Version: ACP - Users - Dropdown Menu Always Displaying in the Fieldset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,
I am using Sharepoint and Bluevision for ACP themes. I just today encountered a display glitch which is causing the dropdown menu for actions to always display in the fieldset elements.

http://img12.imageshack.us/img12/4665/fi...sdropd.png shows the problem. This looks like a minor CSS issue, but I don't want to mess more stuff up myself.

EDIT: Same thing happens in BlueVision ACP theme.
The default theme also? Is there a little javascript that goes with that?

<script type="text/javascript">
new PopupMenu('user_#');
</script>

The javascript directory may have been changed. Kind of hard to tell from here without going through code.
Hmmm. Today it seems to be fixed. Being someone who can work with some semi-basic code myself, I was kind of surprised. JS shouldn't have been blocked because Chrome whitelists my site...

Thanks!