Closed Bug 36333 Opened 24 years ago Closed 24 years ago

window problems

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: jefu, Assigned: jst)

References

()

Details

At the given URL click on the "View the online Cameras".  This pops up a
window with thumbnails for cameras on it.  This window is not big enough to
display the page given and will not resize (this is almost certainly camarades
javascript at fault - but the wrong size probably is mozilla's).  Click on
one of the thumbnails.  A window comes up on a page with a larger view from the
camera. This window is the same size as the thumbnail page (which is probably
the wrong size).  Further the "skin" around the video image is the wrong size
- the right hand border is too far to the left.  Finally, the video does not
appear at all.
updating component.  
Assignee: asadotzler → jst
Component: Browser-General → DOM Level 0
QA Contact: jelwell → desale
This could be due to bad client sniffing in the JS code, the page tries to
figure out what client is used and based on that it decides how big the window
should be. The page uses javascript: url's so I can't test it easily right
now...
Depends on: 34217
<a href="javascript:popcam('online/')"><b>Online Cameras</b></a><br>

The popcam script does the right thing, it's http://www.camerades.com/online/
that is the problem:

if (navigator.appName == "Netscape") {
self.resizeTo(504,234);
} else {
self.resizeTo(504,277);
}

Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Verif.

Gerv
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.