DNN 4.5.3
Links 03.03.07
Problem Definition:
When Links module is set to dropdown list mode it no longer functions properly.
In edit view the links still work. In view mode or logged out the links do not work when clicking the go button.
There is an error in the links module for the GO button.
ERROR: (in view mode and logged out references $Links$Links twice)
__doPostBack('dnn$ctr4031$Links$Links$cmdGo','')
WORKING: (in edit mode $Links once)
__doPostBack('dnn$ctr4031$Links$cmdGo','')
WORKAROUND:
Setting module to cache time of zero changes the GO button back to a single $Links, __doPostBack('dnn$ctr4031$Links$cmdGo','').
THOUGHTS:
So the problem is either related to the links module's caching or the code of the GO button itself. Either way this issue has not been fixed.