Closed
Bug 860078
Opened 12 years ago
Closed 12 years ago
hard to monitor status of release-being-started via ship-it
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: massimo)
Details
Attachments
(1 file, 1 obsolete file)
2.56 KB,
patch
|
bhearsum
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
When kicking off 21.0b2, I found it difficult to update the web page for the latest status. In the new UI, displaying the "completed section" isn't a state preserved, so every refresh requires two clicks and a bunch of mousing to show the page.
I don't recall having this issue in the past, and the web colors seemed different - this might be a regression.
Comment 1•12 years ago
|
||
Massimo, can you take a look at this when you have time? It's not super urgent, but definitely a regression we should fix.
Assignee: nobody → mgervasini
Assignee | ||
Comment 2•12 years ago
|
||
Current status (active accordion, tab and table sorting) is preserved when refreshing the page.
Changes in this patch:
* added jquery.cookie.js and license file
* current tab and active accordion are saved in a cookie
* dataTables settings are saved using localStorage
Attachment #745540 -
Flags: review?(bhearsum)
Comment 3•12 years ago
|
||
Comment on attachment 745540 [details] [diff] [review]
Storing current accordion, tab and table sorting locally
Review of attachment 745540 [details] [diff] [review]:
-----------------------------------------------------------------
You're using cookies for part of this, and localStorage for another part. Is there a reason you can't use localStorage for both?
::: kickoff/static/kickoff.js
@@ +7,5 @@
> + });
> +
> + $( "#accordion" ).accordion({
> + heightStyle: "content",
> + navigation: true,
I don't see a reference to this in the docs (http://api.jqueryui.com/accordion/) - what is it for?
Attachment #745540 -
Flags: review?(bhearsum)
Assignee | ||
Comment 4•12 years ago
|
||
Yes Ben, your are right.
* removed navigation option from accordion initialization (it is deprecated)
* now using localStorage instead of external jquery.cookie library (removed)
Attachment #745540 -
Attachment is obsolete: true
Attachment #746002 -
Flags: review?(bhearsum)
Comment 5•12 years ago
|
||
Comment on attachment 746002 [details] [diff] [review]
removing deprecated option, removed jquery.cookie.js
Review of attachment 746002 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good now! I'll get this landed.
Attachment #746002 -
Flags: review?(bhearsum) → review+
Comment 6•12 years ago
|
||
Comment on attachment 746002 [details] [diff] [review]
removing deprecated option, removed jquery.cookie.js
I pushed this to stage and prod. Thanks Massimo!
Attachment #746002 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•