Closed
Bug 213112
Opened 21 years ago
Closed 21 years ago
Netflix star rating click does not work
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 102578
People
(Reporter: markwhitehouse, Unassigned)
References
()
Details
Attachments
(1 file)
55.99 KB,
application/x-gzip
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
The problem appears when I try to rate movies at netflix.com by clicking on one
of the 5 rating stars.
Hovering over a star turns it yellow, but clicking on a star has no effect.
This process works fine in IE 5.x.
Reproducible: Always
Steps to Reproduce:
1. Go to netflix.com and login
2. Rate a movie using the 5 star graphic
3. Click on a star to rate the movie
Actual Results:
The movie was not rated and the stars stayed red
Expected Results:
The movie should now be rated and the stars should indicate my rating by turning
yellow.
Comment 1•21 years ago
|
||
Since you have to login, can you save the HTML page and attach it to this bug
("Create a New Attachment")?
unlikely to be Javascript Engine
==> DOM0
Comment 2•21 years ago
|
||
DOM0
Assignee: rogerl → dom_bugs
Component: JavaScript Engine → DOM Level 0
QA Contact: pschwartau → ashishbhatt
Reporter | ||
Comment 3•21 years ago
|
||
It works fine in Mozilla 1.4 for Win 2k - Mozilla/5.0 (Windows; U; Windows NT
5.0; en-US; rv:1.4) Gecko/20030624.
Reporter | ||
Comment 4•21 years ago
|
||
Comment 5•21 years ago
|
||
this is another instance of bug 102578. when you click, Mozilla first gets a
mouseout event from your WM and delivers it to the page, which returns the stars
to their normal state (red/white). When the click event actually gets there, it
has no effect.
This is actually a bug in your windowmanager. As a workaround, you can disable
click-to-raise (or sloppy focus if you are using click-to-focus)
marking dupe
*** This bug has been marked as a duplicate of 102578 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•