#249 — Poi's return to tracker/search link doesn't display correctly
by
David Beitey
—
last modified
Sep 06, 2011 09:40 PM
| State | Resolved |
|---|---|
| Version: | 2.0.1 |
| Area | User interface |
| Issue type | Patch |
| Severity | Medium |
| Submitted by | David Beitey |
| Submitted on | Mar 14, 2011 |
| Responsible | Maurits van Rees |
| Target release: |
—
|
Tested in Poi 2.0.1 with Firefox 4.0rc1 and Chrome 10 beta.
When viewing an issue in Poi, the 'Return to search results' (aka 'Return to tracker') link doesn't display correctly, resulting in the background image being separated from the rest of link.
See any current ticket on an instance of Poi (eg http://plone.org/products/poi/issues/248), and notice the 'up arrow' image is separate from the link due to floats/wrapping.
Adding a 'clear: both' to the CSS for the .return-to-search class appears to solve the issue.
When viewing an issue in Poi, the 'Return to search results' (aka 'Return to tracker') link doesn't display correctly, resulting in the background image being separated from the rest of link.
See any current ticket on an instance of Poi (eg http://plone.org/products/poi/issues/248), and notice the 'up arrow' image is separate from the link due to floats/wrapping.
Adding a 'clear: both' to the CSS for the .return-to-search class appears to solve the issue.
Added by
David Beitey
on
Mar 15, 2011 02:42 AM
Actually, this issue is actually only present on Plone.org, where "#content table" is set to 100% width in the CSS. Poi itself doesn't have a problem.
Added by
Maurits van Rees
on
Sep 06, 2011 09:40 PM
I have been wondering a long time myself why that link was displaying ugly. Thanks for putting me on the right track. The problem is really that the issue-info-box table is made far too wide due to that #content table setting, which also happens for table.listing.
Issue state:
Unconfirmed
→
Resolved
Responsible manager:
(UNASSIGNED)
→
maurits
A clear:both works, but puts the link below this info box, where really we should make some space to the left of that box, just like in a standard tracker.
Fixed in r244222 of Products.Poi by giving '#content table.issue-info-box' a width of 35%.
No responses can be added.
If you can, please log in before submitting a reaction.
