Closed
Bug 282721
Opened 20 years ago
Closed 20 years ago
Real Player plugin install page shows next button too early
Categories
(Toolkit Graveyard :: Plugin Finder Service, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: jblades, Assigned: doronr)
References
()
Details
Attachments
(1 file)
1.31 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
When downloading a Real Player plugin - haven't tried any other plugins - it
shows the "next" button whilst still downloading and before it even installs.
Pressing it takes you to a completed page giving the impression that it has been
a successful install and that Firefox needs to be restarted.
Reproducible: Always
Steps to Reproduce:
1.Click the download plugin link
2.Click the next button
3.Click the next button
Actual Results:
As in the details - if you continue to do this, you will never install or even
download the plugin
Expected Results:
Displayed a greyed out/unavailable button until the install had completed
As far as I'm aware there have been no changes made to the original Firefox install
Updated•20 years ago
|
Summary: Real Plyer plugin install page shows next button too early → Real Player plugin install page shows next button too early
Upon installing the plugin - after not pressing the next button, Real Player
works, but even restarting FireFox does not allow me to play the video. I can
download and play, but the browser still insists that the plugin is missing. I
have tried this twice to no avail.
Assignee | ||
Comment 2•20 years ago
|
||
accepting, good catch.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 4•20 years ago
|
||
The problem was that if no licenses were required, we set the next button to
visible (canAdvance(true)). This fixes it.
Attachment #175056 -
Flags: superreview?(mconnor)
Comment 5•20 years ago
|
||
Comment on attachment 175056 [details] [diff] [review]
Correctly set advacenment to false if no licenses found.
r=mconnor@steelgryphon.com
Attachment #175056 -
Flags: superreview?(mconnor) → review+
Assignee | ||
Comment 6•20 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•20 years ago
|
||
*** Bug 288386 has been marked as a duplicate of this bug. ***
Comment 8•20 years ago
|
||
*** Bug 277527 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 9•20 years ago
|
||
*** Bug 290265 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
Product: Firefox → Toolkit
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•