Closed Bug 424995 Opened 17 years ago Closed 17 years ago

remove countdown timer from software update UI

Categories

(Toolkit :: Application Update, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.9

People

(Reporter: deb, Assigned: dao)

Details

Attachments

(1 file, 1 obsolete file)

When I click the Growl software update notification from Minefield, the "Details" link on the dialog is focused for a second or two before the "Restart Minefield" button gets focus. I almost always end up hitting "Enter" during this time, opening a new window displaying the details page rather than restarting Minefield like I intend.
Flags: blocking-firefox3?
Now that we don't pop the dialog unless the user invokes it or is idle, we can safely remove the delay here. -> Dao, this should be quick and easy, please request review from me when its ready.
Assignee: nobody → dao
Flags: blocking-firefox3? → blocking-firefox3+
Summary: "Details" link on Software Update dialog is focused while "Restart Minefield" button isn't → remove countdown timer from software update UI
Status: NEW → ASSIGNED
OS: Mac OS X → All
Hardware: Macintosh → All
Attached patch patch (obsolete) — Splinter Review
Attachment #312410 - Flags: review?(mconnor)
gUpdates.wiz.getButton("finish").focus(); didn't work for me without a timeout ... not sure why.
i.e. it seemed to be a no-op, "Details" was still focused.
(In reply to comment #3) > gUpdates.wiz.getButton("finish").focus(); didn't work for me without a timeout > ... not sure why. You're probably racing with wizard.xml's _setInitialFocus, which is called from a timeout in an onload listener (much like updates.js' onLoad). It uses a timeout because of bug 103197, but I think things have changed enough since then that it's no longer necessary. Can you at least file a bug to investigate removing that timeout, so that we can remove the one you're adding?
Attached patch patchSplinter Review
Filed bug 426021. Adding that reference to the patch.
Attachment #312410 - Attachment is obsolete: true
Attachment #312573 - Flags: review?(mconnor)
Attachment #312410 - Flags: review?(mconnor)
Whiteboard: [has patch][needs review mconnor]
Comment on attachment 312573 [details] [diff] [review] patch r=mconnor, thanks
Attachment #312573 - Flags: review?(mconnor) → review+
Keywords: checkin-needed
Whiteboard: [has patch][needs review mconnor]
Whiteboard: [has patch][has reviews]
Checking in toolkit/mozapps/update/content/updates.js; /cvsroot/mozilla/toolkit/mozapps/update/content/updates.js,v <-- updates.js new revision: 1.82; previous revision: 1.81 done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [has patch][has reviews]
Target Milestone: --- → Firefox 3
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: