#217: Make Bloodhound's layout responsive
-------------------------+-------------------------------------------------
Reporter: jdreimann | Owner: matevzb
Type: | Status: closed
enhancement | Milestone: Release 5
Priority: major | Version:
Component: ui design | Keywords: ui, responsive, bootstrap, mobile,
Resolution: fixed | tablet, desktop
-------------------------+-------------------------------------------------
Comment (by rjollos):
On closer look, the `#content` id is used in one place on the page. It's
in the //View// link, that would be positioned above the `#comment`
textarea:
{{{#!text/html
<a href="#content" title="View ticket fields and description">View</a>
↑
}}}
However, elements with the `trac-nav` class are hidden on page load, and I
don't see any code that would un-hide them.
{{{#!js
$('.trac-nav').hide();
}}}
So I propose to move the `#content` id, replace it at its current location
with a different id or just have the //View// link jump to `#belowStatus`
... or maybe we can just remove the //View// link entirely?
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/217#comment:20>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker