Closed
Bug 249234
Opened 21 years ago
Closed 15 years ago
eluniversal.com.mx - misuse of CSS 'clip' property
Categories
(Tech Evangelism Graveyard :: Spanish, defect)
Tech Evangelism Graveyard
Spanish
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: julioqg, Unassigned)
References
()
Details
(Whiteboard: [havefix])
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
There is a secction on this page called Alerta Vial,is a dinamic traffic report,
it's a Flash Macromedia (or something like that) box, that should display only
the scrolling text inside a box (using a mask) but the wrong thing is you can
see this outside the box. With IExporer tha page works OK. I think the problem
is with the flash macromedia plugin.
Reproducible: Always
Steps to Reproduce:
1. Go to http://estadis.eluniversal.com.mx/ol_ciudad.html
2. On page's right side you'll fin Alerta Vial Box (working wrong)
3.
Actual Results:
You can see the text going outside the box.
Expected Results:
In the correct way,the text should be visible only inside the box.
I think the problem is related with the flash macromedia plugin for mozilla.
Updated•21 years ago
|
Assignee: general → spanish
Status: UNCONFIRMED → NEW
Component: Browser-General → Spanish
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: general → spanish
Hardware: PC → All
Summary: No Flash Masking on a Text Display, → eluniversal.com.mx - misuse of CSS 'clip' property
Version: Trunk → unspecified
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
There are two fixes:
1. use "position:absolute" instead of relative to make the 'clip' work.
2. "sizeup=sheight" (and sheight is hardcoded to 100), this makes the slider
start over after only 100px making most of messages never appear, I don't
that is intentional. Using "sizeup=ns6div.offsetHeight" instead makes all
the messages appear.
Updated•21 years ago
|
Whiteboard: [havefix]
Comment 3•15 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
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
•