Closed
Bug 40262
Opened 25 years ago
Closed 24 years ago
Percent height on EMBED gets turned into pixel size if missing quote
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
People
(Reporter: walter_ebeling, Assigned: harishd)
References
()
Details
(Keywords: qawanted)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m16) Gecko/20000522
BuildID: 2000052208
The Flash animations on the right side of the homepage are way too
small.Everything else works correctly. Check out Netscape for a correct display.
Reproducible: Always
Steps to Reproduce:
1.Load www.signal-iduna.de
2.
3.
Expected Results: The size of the animation boxes should be approximately 4 to
5 times wider and higher. The page seems to be optimized for 1024x768
resolution, if you reduce the window size to 640x480, the middle frame will have
scrollbars and the correct width of the animated boxes will become visible.
It appears that the Flash object is ignoring the height=100% and width=100%
From the source:
<embed src="rechts/blanko.swf" quality=high width="100%" height="100% type= ....
Notice: There is no closing '"' for the width=100% specification. I'm not sure
if this is causing the problem, or if it's an issue with the Flash.
In Netscape or Internet Explorer the Flash animation takes up the whole screen.
Severity: major → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Comment 3•25 years ago
|
||
Yes, This problem is related to the missing end quote for height. If you download
the sample url and fix the html file, the flash animation is played at correct
size in NS6.
Should we fix it then ignoring absence of the quotation mark?
Status: NEW → ASSIGNED
Comment 5•24 years ago
|
||
The testcase for this bug is gone. Also, isn't this a parser bug?
Comment 6•24 years ago
|
||
Reassigning to peterl and moving to m0.9.1
Assignee: av → pierre
Status: ASSIGNED → NEW
Component: Layout → Plug-ins
Target Milestone: --- → mozilla0.9.1
Comment 8•24 years ago
|
||
Petersen/Shrir,
Can you try this again. Adding qawanted
Status: NEW → ASSIGNED
Keywords: qawanted
Comment 9•24 years ago
|
||
i don't see the page at all. Something in german is printed out (file not found
or something..)
Comment 10•24 years ago
|
||
If you have time, can you whip up a testcase so this can be closed out, moved,
or fixed. Thanks!
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
I just checked in viewer and it looks like content thinks that the percentage
height should be a pixel height instead. Over to parser.....
old Summary: Flash Animation in frames are too small
Assignee: peterl → harishd
Status: ASSIGNED → NEW
Component: Plug-ins → Parser
QA Contact: petersen → bsharma
Summary: Flash Animation in frames are too small → Percent height on EMBED gets turned into pixel size if missing quote
Assignee | ||
Comment 15•24 years ago
|
||
Peter, parser just collects attributes. It does not process them. However, the
root cause of the problem seems to be the missing quote. I don't think we should
even fix it or atleast this is not serious enough to get in for m0.9. Inclined
to mark WONTFIX.
May be we can evangelise. For now futuring the bug.
Component: Parser → Evangelism
Target Milestone: mozilla0.9 → Future
Comment 16•24 years ago
|
||
Can the parser just catch a %<space> in an attribute and make it equal to a
%"<space> dunno? What's the spec say?
Comment 17•24 years ago
|
||
Comment 18•24 years ago
|
||
*** This bug has been marked as a duplicate of 47755 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 19•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Target Milestone: Future → ---
Version: other → unspecified
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
•