Closed
Bug 105801
Opened 24 years ago
Closed 24 years ago
problems with Contributors tab in About dialog
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: alexeyc2003, Assigned: andreww)
References
Details
(Keywords: perf)
Attachments
(2 files, 3 obsolete files)
|
2.00 KB,
patch
|
bugs
:
superreview+
|
Details | Diff | Splinter Review |
|
280 bytes,
text/plain
|
bugs
:
superreview+
|
Details |
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
Comment 1•24 years ago
|
||
-> Apps
Assignee: asa → pchen
Component: Browser-General → XP Apps
QA Contact: doronr → sairuh
*** Bug 106893 has been marked as a duplicate of this bug. ***
Comment 3•24 years ago
|
||
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).
| Reporter | ||
Updated•24 years ago
|
accepting. Interesting challenge.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
shuehan is working on tabs issues right now.
Assignee: andreww → shliang
Status: ASSIGNED → NEW
| Assignee | ||
Comment 10•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Attachment #60541 -
Attachment mime type: text/x-usenet-faq → text/xml
| Reporter | ||
Updated•24 years ago
|
Attachment #60541 -
Attachment mime type: text/xml → text/plain
Comment 11•24 years ago
|
||
r=timeless
Comment 12•24 years ago
|
||
Rather than adding a new file, why not kick off the load of about:credits when
the user first selects that tab?
Comment 13•24 years ago
|
||
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 ...
}
| Assignee | ||
Comment 14•24 years ago
|
||
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
| Assignee | ||
Comment 15•24 years ago
|
||
| Assignee | ||
Comment 16•24 years ago
|
||
Attachment #63594 -
Attachment mime type: text/x-usenet-faq → text/plain
Comment 17•24 years ago
|
||
Comment on attachment 63594 [details]
new file about.js
add a license to this file and sr=ben@netscape.com
Attachment #63594 -
Flags: superreview+
Comment 18•24 years ago
|
||
Comment on attachment 63593 [details] [diff] [review]
changes to about.xul and jar.mn
sr=ben@netscape.com
Attachment #63593 -
Flags: superreview+
| Assignee | ||
Comment 19•24 years ago
|
||
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.
| Assignee | ||
Comment 20•24 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 21•24 years ago
|
||
*** Bug 106584 has been marked as a duplicate of this bug. ***
Comment 22•24 years ago
|
||
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
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•