View Single Post
06-08-11, 07:25 PM   #5
Saiket
A Chromatic Dragonspawn
 
Saiket's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 154
Try turning on Lua Errors and then running this script:
lua Code:
  1. /run DropDownList1:HookScript("OnHide",function()geterrorhandler()"OnHide"end)

You'll get a debug message when your dropdown gets hidden that we can use to tell you what caused it.
  Reply With Quote