Closed
Bug 478492
Opened 17 years ago
Closed 17 years ago
Show the "version" of the current build somewhere in the UI
Categories
(Skywriter Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
0.1.x
People
(Reporter: ben, Assigned: dion)
Details
Attachments
(1 file)
|
91.79 KB,
image/png
|
Details |
No description provided.
| Assignee | ||
Comment 1•17 years ago
|
||
Fixed in changeset 80de8e789fc4
Uses the version info in bespin.js / Bespin.versionNumber versionCodename
Assignee: nobody → dion
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
This adds a white line under the header on firefox 3.0.6, os x 10.5.6. However, changing (in dashboard.html:66)
<div id="header">
<a href="index.html" title="Go Home">
<img id="logo" src="images/logo.png" alt="Bespin" /></a>
<div id="version"></div>
</div>
to
<div id="header">
<a href="index.html" title="Go Home">
<img id="logo" src="images/logo.png" alt="Bespin" /></a>
</div>
<div id="version"></div>
works. Not entirely sure why though.
Comment 3•17 years ago
|
||
screenshot of blankline under the header
| Assignee | ||
Comment 4•17 years ago
|
||
Jonathan,
Good catch. I moved the version above the link and it fixed it. Darn old Firefox. I didn't catch the age old "when floating right, put it first not last" even though it feels weird.
Thanks!
Cheers,
Dion
Updated•16 years ago
|
Version: unspecified → Trunk
Comment 5•16 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: General.
This bug likely still needs to be triaged and categorized.
Component: Bespin → General
Product: Mozilla Labs → Bespin
QA Contact: bespin → general
Target Milestone: 0.1 → 0.1.x
You need to log in
before you can comment on or make changes to this bug.
Description
•