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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hwine, Assigned: massimo)

Details

Attachments

(1 file, 1 obsolete file)

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.
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
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 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)
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 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 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+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: