Closed
Bug 149092
Opened 23 years ago
Closed 23 years ago
[Website Testing] - FIFA World Cup window difficuilties
Categories
(Camino Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: swax, Assigned: saari)
References
()
Details
Using what I believe to be the most recent build (labeled version 0.3) I tested
out yahoo.com, this is one issue I had. First, at this URL one is presented with
three possible video formats includign realplayer, yahooplayer, and windows
media player. In IE 5 all of these are available whereas in Chimera all but WMP
are grayed out. The option for a 28.8 kbps connection is also grayed out in Chimera.
After selecting WMP in chimera a pop-up window materializes in order to display
the video and some images. In IE both images and video are perfectly normal but
in Chimera som images are simply not present and there is no video.
Comment 1•23 years ago
|
||
As far as radio buttons go, Chimera and IE are getting different HTML code sent
to them by their server.
IE is getting the follow code:
<input type=radio value=radioValue name=selectedPlayer disabled>
Chimera is getting a image instead of an input element:
<img border=0 width=12 height=13
src=http://us.i1.yimg.com/us.yimg.com/i/mcookie/disabled.gif alt=disabled>
So Chimera this is why you are not seeing "dimmed" OS X radion buttons. Chimera
is rendering the page correctly based on the HTML being sent to it.
Comment 2•23 years ago
|
||
The pop window that opens is using the WMP plug-in. This is a known issue in
Chimera since WMP is supported yet.
Comment 3•23 years ago
|
||
Sorry, should have typed "WMP is not supported yet".
| Assignee | ||
Comment 4•23 years ago
|
||
marking invalid based on peterson's investigation. Different content, and plugin
support issues.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•