Bug 467368
| Summary: | border does not match image in html | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Dana Mison <dmison> | ||||
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Content Services Development <ecs-dev-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 2.0 | CC: | mmcallis, publican-list | ||||
| Target Milestone: | --- | Keywords: | Documentation | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.39 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-10-17 05:53:18 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 320638 [details]
actual output
The bug here was that the border was being rendered at all. Removed border from HTML output when image width is set. publican-0.39-0.fc9,publican-fedora-0.16-0.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/publican-0.39-0.fc9,publican-fedora-0.16-0.fc9 publican-0.39-0.fc9, publican-fedora-0.16-0.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: If you supply the width attribute in <imagedata> the html output puts a very cool border around the image. However this border fills the whole width of the page, not the width of the image. Version-Release number of selected component (if applicable): publican-0.38-0.el5 How reproducible: everytime Steps to Reproduce: <mediaobject> <imageobject> <imagedata fileref="images/JON_SOA_indicators.png" width="430" format="PNG"/> </imageobject> </mediaobject> Actual results: attached image Expected results: border should be a consistant distance from all edges of the image Additional info: The border doesn't get rendered at all in the pdf output.