Actions
Bug #299
closedWiki Sidebar Search Option
Start date:
2010-08-23
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
The input box for the search option on the Wiki sidebar has disappeared.
Updated by Matt Gold about 14 years ago
- Category name set to Wiki
- Status changed from New to Assigned
- Assignee set to Boone Gorges
- Target version set to 1.0.1
Updated by Boone Gorges about 14 years ago
- Target version changed from 1.0.1 to 1.0.2
This is related to a larger problem with $wgHooks not being printed correctly. Bumping to 1.0.2.
Updated by Boone Gorges about 14 years ago
- Status changed from Assigned to Resolved
A little more troubleshooting demonstrated that this problem is due to additional whitespace being injected by FCKEditor into the Mediawiki:Sidebar page. As a result, when the template was rendering the sidebar, it never found an item by the name 'SEARCH' because it was called 'SEARCH ' or something like that.
It's fixed on the production site because it didn't require any filesystem-level changes.
Actions