Bug 818141 - New web HTML impacts standalone HTML
Summary: New web HTML impacts standalone HTML
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 3.0
Hardware: Unspecified
OS: All
unspecified
high
Target Milestone: 3.0
Assignee: Jeff Fearn 🐞
QA Contact: Ruediger Landmann
URL:
Whiteboard:
Depends On:
Blocks: 820023
TreeView+ depends on / blocked
 
Reported: 2012-05-02 10:37 UTC by Raphaël Hertzog
Modified: 2012-10-31 03:11 UTC (History)
2 users (show)

Fixed In Version: 3.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-31 03:11:24 UTC
Embargoed:


Attachments (Terms of Use)
Patch to fix invalid CSS (1.19 KB, patch)
2012-05-02 10:38 UTC, Raphaël Hertzog
no flags Details | Diff

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 :)


Note You need to log in before you can comment on or make changes to this bug.