Closed
Bug 277453
Opened 20 years ago
Closed 11 years ago
vitahealth.ca - Flash displayed 1/4 of normal size in other browsers
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: pook52mb, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041217 mozilla, firefox and camino display this page 1/4 of the size that it is displayed in other browsers ( internet explorer 5.2.3, icab 2.9.8, safari 1.0.3, opera 7.54u1 ). This would lead me to believe that it is a generic gecko problem. Reproducible: Always Steps to Reproduce: 1.go to www.vitahealth.ca 2. 3. Actual Results: site displayed in the upper left corner of the window. Expected Results: should have displayed in the whole window
Comment 1•20 years ago
|
||
This site is displayed for me at zero %, as I don´t have flash installed. Started another browser, firefox with flash and DOM Inspector, and DI tells me size of <body> is zero, the source view tells me size of the <embed> is 'width="100%" height="100"' and DI tells me 100% of zero is 'width="784" height="200"'. Maybe specifying a size somewhere will improve it a bit. They should allow people not having flash installed looking at their pages, as of now, there is no way to skip the frontpage, go to pages thereafter. If you know the links, it is no problem: http://www.vitahealth.ca/News/meth.htm You can read there, though 3 flash objects can´t be displayed, I don´t mind. But there is no way to come to this page, if you don´t have flash installed, besides looking at the source code of the main page if there is anything preventing gecko browsers from coming in. No there wasn´t anything blocking gecko.
Comment 2•20 years ago
|
||
changing Hardware and OS from Mac to All, as it also is seen on Windows, in 1.7.5 and trunk versions of Firefox. Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20050108 Firefox/1.0+ There is nothing to render besides the object, and there are no absolute dimensions specified. If I replace 'height="100%" width="100%"' with 'height="475px" width="600px"' it renders about the size seen with opera. Opera8 renders fine, but shows reduced size if I select View-> Style -> UserMode -> Accessibility Layout from the source: <body bgcolor="#003366"> <!--url's used in the movie--> <a href="http://www.vitahealth.ca/About/about_vision.htm"></a> ... 4 more links, containing only the href, no visible Part, and rendered by the object, not by mozilla. <!--text used in the movie--> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="default_news" align="left" height="100%" width="100%"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="default_news.swf"> <param name="quality" value="high"> <param name="salign" value="lt"> <param name="bgcolor" value="#003366"> <embed src="news_dateien/default_news.swf" quality="high" salign="lt" bgcolor="#003366" name="default_news" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="left" height="100%" width="100%"> </object> </body></html>
Component: General → Layout
OS: MacOS X → All
Product: Mozilla Application Suite → Core
Hardware: Macintosh → All
Version: unspecified → Trunk
Comment 3•20 years ago
|
||
This is the same as bug 208433, but I think that one's going to end up invalid, so I'll turn this into a Tech Evangelism bug.
Assignee: general → english-other
Status: UNCONFIRMED → NEW
Component: Layout → English Other
Ever confirmed: true
Product: Core → Tech Evangelism
QA Contact: general → english-other
Summary: displayed 1/4 of normal size in other browsers → vitahealth.ca - Flash displayed 1/4 of normal size in other browsers
Version: Trunk → unspecified
Comment 4•20 years ago
|
||
I contacted bwerbows@leiner.com and told him about the problem. I linked to this bug report and directed him to a fix http://www.quirksmode.org/css/100percheight.html
Bug 237113 alias "FlashHeight" is the bug that covers this, with 6 dupes so far. Here are the URL's from the dupes that still show the problem http://www.dcwl.net/en_start.html http://www.ameliebreton.com/oli/ And I have a new one: http://www.keeptexasmoving.com/flash/interactive_map/interactive.htm
Comment 6•11 years ago
|
||
The main vitahealth.ca page displays fine, and the rest of the links are non-existant. Resolving as INVALID.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•