Defect #3771
Journal entry in Issue not displaying correctly
Status: | Closed | Start date: | 2009-08-23 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | UI | |||
Target version: | 0.9.0 | |||
Resolution: | Fixed | Affected version: |
Description
When the following journal entry is added to an existing Issue, the alignment of the <li>'s is off: -
-- snip --
Testing 1 2 3: -
- item 1
- item 2
- item 3
-- snip --
Associated revisions
Add some margin to journal notes if Gravatars are enabled. (#3771)
History
#1
Updated by Ashley McKenzie almost 13 years ago
This defect was observed against -r2847.
Hopefully this journal entry exhibits the behaviour.
Testing 1 2 3: -
- item 1
- item 2
- item 3
#2
Updated by Ashley McKenzie almost 13 years ago
It appears the defect relies on avatars being enabled under settings -> 'Use Gravatar user icons'
#3
Updated by Eric Davis almost 13 years ago
- Category changed from Administration to UI
- Status changed from New to Closed
- Target version set to 0.9.0
- % Done changed from 0 to 100
- Resolution set to Fixed
It's a side effect of the Gravatars. I've committed a modified version of your patch in r2848. The original patch would apply the margin even when Gravatars are turned off, moving the content too far to the right.