FLUID-2124: page links are too close together in the renderer version

Metadata

Source
FLUID-2124
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Justin Obara
Created
2009-01-13T16:36:16.000-0500
Updated
2009-01-29T09:19:41.000-0500
Versions
  1. 0.7
Fixed Versions
  1. 0.8
Component
  1. Pager

Description

page links are too close together in the renderer version

Steps to reproduce:

1) Open the renderer version of pager:
http://build.fluidproject.org/fluid/sample-code/pager/renderer/pager-render.html#

Notice that the page links do not have any space between them

Environments

FF2, FF3, Opera 9.5, Safari 3 (Mac OS 10.5)
FF2, FF3, IE6, IE7, Opera 9.5 (Win XP)
FF3, IE7 (Win Vista)
FF3, IE6 (Win 2000)

Attachments

Comments

  • Justin Obara commented 2009-01-13T16:36:58.000-0500

    'screenshot-1' shows the page links with no space between them

  • Anastasia Cheetham commented 2009-01-28T14:26:09.000-0500

    Oddly, this lack of spacing is a result of a lack of line break between <li> elements. At least, if I add line breaks, the spacing is appropriate.

  • Anastasia Cheetham commented 2009-01-28T14:36:52.000-0500

    Based on a conversation with Jacob in the channel (http://wiki.fluidproject.org/x/UgBa, starting at about 2:30pm), it is normal that the lack of any white space between the <li> elements would produce the lack of space, and he suggests a CSS fix.

  • Justin Obara commented 2009-01-29T09:10:04.000-0500

    Verified fix using:

    FF2, FF3, Opera 9.5, Safari 3 (Mac OS 10.5)
    FF2, FF3, IE6, Opera 9.5 (Win XP)
    FF3, IE7 (Win Vista)

  • Justin Obara commented 2009-01-29T09:19:12.000-0500

    need to delete tag in comment

  • Justin Obara commented 2009-01-29T09:19:41.000-0500

    reclosing after removing tag comment.