Closed
Bug 266701
Opened 20 years ago
Closed 20 years ago
yahoo.com - Unable to click top 5 links in "Headlines" section
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aeppert, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041026 Firefox/1.0RC1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041026 Firefox/1.0RC1 I am unable to select any of the top 5 "Headlines" as the mouse pointer remains as the system pointer and does not change to the selection hand pointer. Reproducible: Always Steps to Reproduce: 1. Load the Url Expected Results: Should have been able to select all the links under "Headlines"
| Reporter | ||
Comment 1•20 years ago
|
||
This is the HTML from Yahoo Finance that shows the bug.
| Reporter | ||
Updated•20 years ago
|
Comment 2•20 years ago
|
||
There is a badly sized flash object overlaid onto the first few links. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041028 Firefox/1.0RC1, with Flashblock extension.
Comment 3•20 years ago
|
||
Occurs in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041027 as well.
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Browser
QA Contact: firefox.general → core.layout
Version: unspecified → Trunk
Comment 4•20 years ago
|
||
I have always found Flashblock quite reliable in displaying the "bounding box" for flash objects. NB: Flashblock doesn't support the new install method for Firefox and requires manual uninstall.
Comment 5•20 years ago
|
||
Tracking at Yahoo! as bug #255687. Note, the "oversized hit area" is transparent in Firefox, but opaque black in Safari (just for comparison and easy visualization of the bug).
Comment 6•20 years ago
|
||
reduced HTML and css, loads original flash
Comment 7•20 years ago
|
||
Is this working in IE, or a tech-evangelism bug? div km_swf1 overlaps, as seen in the Screenshot of Flashblock bounding box from comment 4 from the testcase, made from the original URL: <style> #km_swf1 {position: absolute; left:-350; top:-50; width: 700; height: 350; visibility:visible; z-index: 903;} #km_placer {position: relative; left:0; top:0; width: 300; height: 250; visibility:visible; z-index: 900;} <div id="km_placer"><div id="km_swf1"><object
| Reporter | ||
Comment 8•20 years ago
|
||
This page works fine in IE.
Comment 9•20 years ago
|
||
<object> with empty source, src="" all links replaced with links to this bug.
Comment 10•20 years ago
|
||
(In reply to comment #8) > This page works fine in IE. Aaron did you check the page, or the testcase? The page is using different CSS for IE, and may serve different CSS for IE, so you should try IE on the reduced mozilla testcases over here. This CSS may behave differently in Mozilla and IE: width:expression(document.all.footer?((document.all.footer.offsetWidth>1000)?'980'+'px':document.all.footer.offsetWidth):'62.5'+'em');
Keywords: testcase
| Reporter | ||
Comment 11•20 years ago
|
||
The specific testcases fail in IE also. Pardon me for not doing this previously.
Comment 12•20 years ago
|
||
Evangelism, since they're serving us different content.
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: core.layout → english-us
Version: Trunk → unspecified
Comment 13•20 years ago
|
||
Conforming summary to TFM item 10 at http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: Unable to click top 5 links in "Headlines" section → yahoo.com - Unable to click top 5 links in "Headlines" section
Comment 14•20 years ago
|
||
this has been fixed. while maybe not the ideal solution, gif's are servered to non-IE agents. considered "Fixed"
Comment 15•20 years ago
|
||
thanks Nate!
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•