Bug 818141

Summary: New web HTML impacts standalone HTML
Product: [Community] Publican Reporter: Raphaël Hertzog <raphael>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Ruediger Landmann <rlandman+disabled>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.0CC: rlandman+disabled, rlandman
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: All   
Whiteboard:
Fixed In Version: 3.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-31 03:11:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 820023    
Attachments:
Description Flags
Patch to fix invalid CSS none

Description Raphaël Hertzog 2012-05-02 10:37:23 UTC
With the latest Firefox release, I don't see the background images associated to the Prev/Next navigation links.

It turns out that the associated CSS entry is invalid and is thus dropped.

Please find attached a patch that fixes the CSS.

Comment 1 Raphaël Hertzog 2012-05-02 10:38:16 UTC
Created attachment 581570 [details]
Patch to fix invalid CSS

Comment 2 Jeff Fearn 🐞 2012-05-03 05:16:08 UTC
This can also be fixed by reversing the 120% and left/right parameters.

e.g.

- background:  url(../images/stock-go-forward.png) 120% right no-repeat;
+ background:  url(../images/stock-go-forward.png) right 120% no-repeat;

However, looking at this bug reveals that there was some breakage caused when adding the jquery to the new web site output, to the non-website HTML. I'm going to use this bug to track fixing that as well as the next/previous buttons.

Comment 4 Jeff Fearn 🐞 2012-07-26 04:54:03 UTC
I fixed the standalone navigation style, no other bugs sighted.

Comment 5 Ruediger Landmann 2012-07-27 01:33:42 UTC
I've just reviewed a sample of 8 books of widely different styles and structures without sighting any weirdness attributable to Publican. Happy to call this verified :)