| Title | EditShortMenuNOK |
| Date | 01-May-2006 10:01:49 EEST |
| Version | v2.4.1 |
| Submitter | Dirk Frederickx |
| Bug criticality | LightBug |
| Browser version | |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | |
| Operating System | |
| URL | |
| Java version |
The edit short-menu (in recent-searches dropdown) is nok.
It concatenates the current page name with the new pagename you've entered in the input text field.
Fix needed to SearchBox.jsp, specifying an empty page parameter :
<a href="javascript://nop/"
onclick="SearchBox.navigation( '<wiki:Link format="url" page="" context="edit"/>','<wiki:Variable var='pagename' />' );return false;"
title="Edit the selected page">edit</a>
--DF
Thanks! Fixed in 2.4.3...