Closed Bug 105801 Opened 24 years ago Closed 24 years ago

problems with Contributors tab in About dialog

Categories

(SeaMonkey :: UI Design, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.0

People

(Reporter: alexeyc2003, Assigned: andreww)

References

Details

(Keywords: perf)

Attachments

(2 files, 3 obsolete files)

Build: 2001101909 In my last patch from bug 95768 I have included a fix for About dialog to actually display contributors info in the Contributors tab - which never worked since it's creation. It does work now, however this uncovered a few issues: 1. When you try to display the modal About dialog, the browser appears frozen until the contributors page is downloaded off the web (unless it's cached) Which is a quite negative experience especially for people with slow connections. And I'm not sure what will happen if you are not connected to the net at all. 2. The initial size of the About dialog is not wide enough to accomodate the Mozilla title image. The first issue is a real downer, I was about to kill Mozilla process when the About dialog finally popped up. The second one is a minor glitch. If this can't be fixed, I think that tab should be removed completely. Possible solutions are (if they are feasible?): 1. not load the contributors page until the tab is activated. 2. give some feedback to indicate that something is happening - an hour glass cursor maybe. 3. make the about:contributors page local
-> Apps
Assignee: asa → pchen
Component: Browser-General → XP Apps
QA Contact: doronr → sairuh
*** Bug 106893 has been marked as a duplicate of this bug. ***
at least make it local until you can find a better solution. I think keeping it local is probably the best solution anyways. There is no need to have relatively "new" contributors listed there. They will appear in the next release on the *local* contributors tab. Solution 1 is coolest but has many problems to solve. What do you do if the user is offline? Try to go online and really **** him off just to get a list of names the user is likely only casually interested in? At least, while downloading the list, you need a "Downloading newest list of contributors. This will only take a few seconds..." PS. Far more important is to finally have the ability to *select* and *copy/paste* text from these dialogues (Help-About).
Keywords: mozilla1.0, perf, ui
->andreww, a nice chewy one ;-)
Assignee: pchen → andreww
accepting. Interesting challenge.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
shuehan is working on tabs issues right now.
Assignee: andreww → shliang
Status: ASSIGNED → NEW
argh - wrong bug!
Assignee: shliang → andreww
Status: NEW → ASSIGNED
Attached patch patch to about.dtd and about.xul (obsolete) — Splinter Review
Attached file new file: about-contrib.xul (obsolete) —
Attached patch patch to jar.mn (obsolete) — Splinter Review
Keywords: review
Attachment #60541 - Attachment mime type: text/x-usenet-faq → text/xml
Attachment #60541 - Attachment mime type: text/xml → text/plain
r=timeless
Rather than adding a new file, why not kick off the load of about:credits when the user first selects that tab?
or, if that latency is not desired, setting a timeout in the dialog's onload handler, e.g. function startup() { .. other init code .. setTimeout("loadCredits()", 0); } function loadCredits() { ... load about:credits ... }
good idea. Ill redo this so I doesnt need another file.
Attachment #60541 - Attachment is obsolete: true
Attachment #60539 - Attachment is obsolete: true
Attachment #60542 - Attachment is obsolete: true
Attached file new file about.js
Attachment #63594 - Attachment mime type: text/x-usenet-faq → text/plain
Comment on attachment 63594 [details] new file about.js add a license to this file and sr=ben@netscape.com
Attachment #63594 - Flags: superreview+
ok fixed license issue from ben and fixed tabs and inline styles issues from timeless. Got r= from timeless in IRC contingent on those fixes.
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
*** Bug 106584 has been marked as a duplicate of this bug. ***
rs vrfy: the contributors tab content loads fine, but one still needs to scroll horizontally to see it all. is that expected? tested using 2002.01.24.0x comm bits.
Status: RESOLVED → VERIFIED
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: