ENGAGE-395: The Collect/Uncollect button and associated status message aren't styled correct in Artifact View

Metadata

Source
ENGAGE-395
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Svetoslav Nedkov
Reporter
Colin Clark
Created
2010-02-17T10:49:03.000-0500
Updated
2010-02-18T15:07:07.000-0500
Versions
  1. 0.3b
Fixed Versions
  1. 0.3b
Component
  1. Artifact View

Description

At the moment, the Collect/Uncollect button in Artifact Viewfloats into the Navigation Bar and isn't correctly aligned on the page. Similarly, the collection status message floats underneath everything and is not correctly styled.

We should tweak the CSS to get the page looking like the wireframes.

Comments

  • Colin Clark commented 2010-02-17T10:49:48.000-0500

    Bug Parade Engage 0.3

  • Svetoslav Nedkov commented 2010-02-17T10:52:31.000-0500

    Patch ENGAGE-395 makes the collect artifact button higher and gives an absolute position of the collect notification which is now slid down.

  • Svetoslav Nedkov commented 2010-02-18T06:21:47.000-0500

    ENGAGE-3950-2.patch should be used instead of ENGAGE-3950.patch, the collect/uncollect confirmation position is still absolute but now the top enclosing div is made relative, so the confirmation is relative to it and is less prone to move about in different browsers and with different font sizes. Also as the confirmation is a link (and links under the iphone theme are with black text color) a forced value for its text color is given. The only change to ArtifactCollectiView.js is to hide the confirmation element before setting its text so that the layout of its predecessors is not affected.

  • Justin Obara commented 2010-02-18T15:07:07.000-0500

    Committed the ENGAGE-395c.patch. The only changes made were to use plain text for the message strings and using jquery's .text function instead of .html for applying them.