unity.ubuntu.com search results aren’t clickable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity Website |
New
|
Undecided
|
Unassigned |
Bug Description
1. On unity.ubuntu.com, search for anything. For example: <https:/
2. Try to click on any of the search results.
What happens: None of the search results can be followed.
What should happen: Clicking anywhere in a result goes to the relevant page.
The HTML markup for a search result is like this:
<div id="post-352" class="… page …">
<h2 class="
<div class="
</div>
Unfortunately, <https:/
.page > .entry-title
{
display: none;
}
This hides the page titles from the search results, leaving nothing clickable behind.
affects: | ubuntu-website-content → unity-website |