Metadata
- Source
- ENGAGE-329
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Jess Mitchell
- Reporter
- James Yoon
- Created
2010-02-05T14:48:34.000-0500 - Updated
2010-02-22T15:46:34.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.3b
- Component
-
- Exhibitions
Description
Title:
- Exhibition name (not in header) should be 18pt; subtext should be 14pt; exhibition dates should be 12pt
Catalogue panel:
- Artifact names below the artifact thumbnail under catalog should truncate at the second line with ellipses replacing text
- Said text should be 11pt
Exhibitions detail panels in general:
- "Read more", "View full catalogue", "Read all comments" buttons should be 25 pixels in height; button text should be 12pt
- There should be a dark, single pixel line above the panel headers (i.e., above "Catalogue" and "Guestbook")
- Panel header text should be 14pt in bold; if there's an accompanying number count with the header text, it should be in 10p
"Read more" exhibitions screen:
- Exhibition thumbnail should be 72x72 (not the big, wide aspect ratio one currently on there) – similar issue in ENGAGE-328, but for upcoming exhibitions screen
Comments
-
James Yoon commented
2010-02-05T16:03:30.000-0500 Bug Parade Engage 0.3
-
Jess Mitchell commented
2010-02-11T16:42:58.000-0500 -'s are pieces that I haven't got working...
Title:
I've got the exhibition name, subtext and exhibition dates at the right px.
This required a change to the HTML on the flc-shortDescription and flc-displayDateCatalogue:
I've got the text at the right size,
+- can't get text ellipsis to work even though it's almost identical to NavigationBar; this seems to be a browser-specific solution where Firefox doesn't display correctly, so I'm going to hope this works in Safari – can't test it myself on this page. It does work, tried it in Safari with a test page.
This required a change in HTML on flc-navigationList-titleText for each thumbnail item in the liPanels:
read, view, etc. are right px
+duh, it's called 'adding'-- not sure how to make the buttons exactly 25px high
have the dark single line
have the header text and number count px right- can't seem to get the accompanying number count to appear just to the right of the text
Catalogue <span class="fl-text-smaller">(507)</span> – this one got tabled in IRC today
- can't seem to get the accompanying number count to appear just to the right of the text
-
Jess Mitchell commented
2010-02-12T15:15:24.000-0500 Caution he/she who reviews this. I suspect much of it is going to break stuff – I'm just coming up to speed on FSS.
-
Justin Obara commented
2010-02-18T20:15:16.000-0500 Committed ENGAGE-329-trunk.patch with the following changes. 1) Reverted changes to the links as they became a bit too large. 2) changed the flc- in the style sheet to be fl- and added the appropriate classes to the markup. Note that the styling for the guestbook part still needs more work.
-
James Yoon commented
2010-02-19T12:05:15.000-0500 reopened for
"Read more" exhibitions screen:
- Exhibition thumbnail should be 72x72 (not the big, wide aspect ratio one currently on there) – similar issue in ENGAGE-328, but for upcoming exhibitions screen
-
Jess Mitchell commented
2010-02-19T18:22:29.000-0500 .fl-exhibition-image {
padding: 0 ! important;
width:75px;
height:75px;and changed the HTML on one line
-
Colin Clark commented
2010-02-19T18:54:20.000-0500 I reviewed, tested, and committed Jess' patch at r9459.
-
Jess Mitchell commented
2010-02-22T15:32:26.000-0500 I made the image 75x75 not 72x72 – oops!
-
Justin Obara commented
2010-02-22T15:46:34.000-0500 Committed Jess' latest patch. It looks good, I added one small change to push the Heading closer to the image.