Closed
Bug 106411
Opened 23 years ago
Closed 23 years ago
"Starting plugin for type" keeps showing in status bar
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: bugzilla, Assigned: serhunt)
References
()
Details
(Keywords: embed, topembed-, Whiteboard: [ADT2 RTM])
Attachments
(3 files)
6.75 KB,
patch
|
Details | Diff | Splinter Review | |
2.72 KB,
patch
|
srgchrpv
:
review+
beard
:
superreview+
jesup
:
approval+
|
Details | Diff | Splinter Review |
11.97 KB,
patch
|
srgchrpv
:
review+
|
Details | Diff | Splinter Review |
If you go to:
http://yonkis.ya.com/imagenes5/guerra/talibamm.htm
the messages "Starting plugin for type bla bla bla" keeps showing in the status
bar. Well it cant be starting all that time.
Perhaps after the plugin har started the status text should change to:
"Plugin succesfully started for bla bla bla
This is probably related to bug 106253. Making dependency.
Depends on: 106253
Comment 2•23 years ago
|
||
*** Bug 119058 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
It does it for me, too (build 2002011103). It's very annoying. Any page that
has a Shockwave plugin (and probably other types of plugin as well) takes over
the status line and doesn't give it back until you go to a different page. This
means that the usual mouseovers to see where links go don't work. In fact, even
switching to different tabs (when you have several pages open in different tabs)
doesn't give back the status line.
Updated•23 years ago
|
Keywords: mozilla1.0
Comment 5•23 years ago
|
||
*** Bug 120479 has been marked as a duplicate of this bug. ***
*** Bug 120576 has been marked as a duplicate of this bug. ***
*** Bug 120879 has been marked as a duplicate of this bug. ***
Keywords: nsbeta1
Comment 9•23 years ago
|
||
could this be related to bug 117986 ?
Comment 10•23 years ago
|
||
is bug 104532 related too?
Comment 11•23 years ago
|
||
nsbeta1+ per ADT triage. Note that bug 106253 is plussed also.
Comment 12•23 years ago
|
||
Changing TM 1.0 because this has been accpeted as nsbeta1+.
Target Milestone: --- → mozilla1.0
Comment 13•23 years ago
|
||
adding adt3 to status whiteboard as per discussion with beppe. assign priority
p3 since this is really just a nuisance.
Priority: -- → P3
Whiteboard: [ADT3]
Comment 15•23 years ago
|
||
minusing to topembed- as per edt meeting since this bug does not appear in one
of the embedding customers at this point. We will reconsider nominating this
bug if this bug appears in an embedding customer.
Assignee | ||
Comment 16•23 years ago
|
||
This patch shows three types of messages in the status bar: Starting plugin,
Plugin started and Cannot start plugin, depending on the plugin start status.
Note that Plugin started means that plugin is loaded and started to do its job.
Which job may include loading data to play such as in the original test case.
In general, we cannot control status of what is happening with the plugin
itself -- this is plugin job to reflect, say, status of the data being
downloaded in the browser status bar.
Please review.
Comment 17•23 years ago
|
||
can we set a timer of sorts and allow a message to be displayed for x period of
time and then just silently remove it? Or in the case of a failed case, display
an error message -- or something along those lines.
Comment 18•23 years ago
|
||
I no longer see the "Starting Plugin for type" message at all with this patch. I
only see the "plug-in started" message and it still remains on the status bar
instead of "Done"
Is there some better way to set the status bar message so it's not "sticky"?
Maybe using Javascript?
Comment 19•23 years ago
|
||
I am adding hewitt and blake to the cc list, maybe they can help us out here.
Assignee | ||
Comment 20•23 years ago
|
||
Peter, you don't see 'Starting plugin' message because it takes no time to start
it. With this patch the behaviour is exactly the same as with Java applets.
'Applet started' stays in the status bar when it is all finished.
Comment 21•23 years ago
|
||
Havn't we also passed the localization freeze? What good is the "starting...."
message if you can't see it?
Assignee | ||
Comment 22•23 years ago
|
||
True. I am not sure why we had it added in the first place. Check in comment
does not reveal the bug number associated with this change. At some point I even
thought of just removing the 'Starting...' message, and still not sure this is
not our best solution under current circumstances.
But, in theory, starting plugin may take time. Plugin may do some time consuming
stuff during NPP_New call.
Comment 23•23 years ago
|
||
Changing nsbeta1+ [adt3] bugs to nsbeta1- on behalf of the adt. If you have any
questions about this, please email adt@netscape.com. You can search for
"changing adt3 bugs" to quickly find and delete these bug mails.
Keywords: nsbeta1-
Comment 24•23 years ago
|
||
Changing nsbeta1+ [adt3] bugs to nsbeta1- on behalf of the adt. If you have any
questions about this, please email adt@netscape.com. You can search for
"changing adt3 bugs" to quickly find and delete these bug mails.
Keywords: nsbeta1+
Comment 25•23 years ago
|
||
Upping to ADT2 per meeting
Assignee | ||
Comment 26•23 years ago
|
||
This patch just simply removes the code causing 'Starting plugin...' message as
we decided to do at the latest plugin group meeting, given we already passed
the localization freeze and adding new strings will not be acceptable.
Please review for a check in to the branch.
Assignee | ||
Comment 27•23 years ago
|
||
This patch is capable of displaying three types of messages: Starting plugin,
Plugin started for type application/something and Cannot start plugin. If
everything goes as planned it all will end up with the 'Started plugin...'
message making it en par with 'Applet started' message we see after loading
pages with Java applets.
The patch is a little more than just fixing this particular bug.
- it moves plugin related strings form downloadProgress.properties and
region.properties to plugins.properties as a clean up effort. Please yell on me
if this is a wrong thing to do, I'll get it back immediately
- replaced 'Plugin Downloader Plugin' wording with 'Default Plug-in' just to
make it look less stupid to my taste
- replaced 'plugin' with 'plug-in' in GUI messages to make it up to the
current English grammar
- changed check box label wording to more compact form in No Default Plugin
dialog
- removed some exessive aesthetics (to my taste again) from the about:plugins
page
Please review.
Comment 28•23 years ago
|
||
Comment on attachment 81019 [details] [diff] [review]
branch patch v.1
I like this patch a lot:)
why do we need these messages at all?
r=serge
Attachment #81019 -
Flags: review+
Comment 29•23 years ago
|
||
Comment on attachment 81048 [details] [diff] [review]
trunk patch v.2
the patch itself looks fine to me, r=serge
but anyway 'Started plugin...' message will confuse the users, and
I personally vote for removing these messages code from the trunk too,
to me it would be more useful to show something like plugins finder message
along with
small clickable icon in case there is unknown plugin on the page, which is the
feature request though.
Attachment #81048 -
Flags: review+
Comment 30•23 years ago
|
||
Shrir, please test the status bar messages.
Comment 31•23 years ago
|
||
sure, I will but once this is checked in.
Updated•23 years ago
|
Comment 32•23 years ago
|
||
Comment on attachment 81019 [details] [diff] [review]
branch patch v.1
sr=beard, ah removing code feels good.
Attachment #81019 -
Flags: superreview+
Comment 33•23 years ago
|
||
Comment on attachment 81048 [details] [diff] [review]
trunk patch v.2
I would prefer we just remove the code from the trunk, just as we did in the
branch.
Comment 34•23 years ago
|
||
so far 2 votes for removing this from the trunk, any one else?
Comment 35•23 years ago
|
||
I vote for removing from trunk, too.
Assignee | ||
Comment 36•23 years ago
|
||
Me.
Comment 37•23 years ago
|
||
count me in on that vote too
Assignee | ||
Comment 38•23 years ago
|
||
Cool, looks like I have my arms untied :)
Assignee | ||
Comment 39•23 years ago
|
||
On the trunk now. Nominating for the branch.
Keywords: adt1.0.0
Whiteboard: [ADT2] → [ADT2][fixed on trunk]
Comment 40•23 years ago
|
||
Does not occur in mfcembed 1.0.0 (tested in 4/19 build) or proprietary embed
client, thus the minused topembed kw.
Comment 41•23 years ago
|
||
Comment on attachment 81019 [details] [diff] [review]
branch patch v.1
a=rjesup@wgate.com for branch checkin
Attachment #81019 -
Flags: approval+
Assignee | ||
Comment 42•23 years ago
|
||
It is on both the trunk and the branch now. Marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Keywords: fixed1.0.0
Resolution: --- → FIXED
Whiteboard: [ADT2][fixed on trunk] → [ADT2]
Assignee | ||
Comment 43•23 years ago
|
||
removing fixed1.0.0 keyword because I've been forced to back it out from the
branch, see bug 141518. Should I reopen it?
Please approve for check it in back.
Keywords: fixed1.0.0
Comment 44•23 years ago
|
||
Changing to adt2 rtm/adt1.0.0-.
Comment 45•23 years ago
|
||
looks fine on trunk 0509. verified it with a few other tests as well.
Comment 46•23 years ago
|
||
Adding adt1.0.0+ for 1.0 branch checkin approval. Please get drivers approval
again since it's been more than 3 days since a=drivers was given.
Comment 47•23 years ago
|
||
wfm on nt4.0 using trunk build 2002051408
Comment 48•23 years ago
|
||
This is fixed using win XP trunk build 2002051408
Comment 49•23 years ago
|
||
I DO see the behavior in these:
1.0 RC1 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417
1.0 RC2 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510
1.0 RC2 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020513
Debian/1.0rc2-1
I DO NOT see the behavior in this one:
Mozilla 1.0.0+ Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0+) Gecko/20020511
which is a Debian CVS snapshot package.
But I sure like the video though ;-)
Assignee | ||
Comment 50•23 years ago
|
||
What you see exactly reflects the situation: the fix is on the trunk but is not
on the branch yet.
Comment 51•23 years ago
|
||
a=rjesup@wgate.com re-approval for branch checkin
Comment 53•23 years ago
|
||
using branch bits from 20020517 on win98, verified the status bar no longer
displays the string.
also tested:
http://mozilla.org/quality/smoketests/ 3(o). Browser Plugins (optional)
-- test cases pass
http://mozilla.org/quality/browser/front-end/testcases/plugins/
-- test cases pass
http://acroeng.adobe.com/BrowserTestSuite/
-- test cases pass
Also tested
Acrobat
WinAmp
QuickTime
Flash
Shockwave
MediaPlayer
RealPlayer8
Comment 54•23 years ago
|
||
verified a while ago(trunk/brnch both). updating now.
Status: RESOLVED → VERIFIED
Keywords: verified1.0.0
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•