Closed
Bug 1228774
Opened 10 years ago
Closed 10 years ago
ESPN.com main nav links/box score/summary links not working
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1228279
People
(Reporter: rebron, Unassigned)
References
()
Details
(Keywords: regression, top50)
Top site issue with: http://espn.go.com/
Can't click on main nav links e.g. NFL, NBA, MLB
Go to http://espn.go.com/nba/scoreboard can't click on Preview, Conversation, Box Score or Summary buttons.
45.0a1 (2015-11-28) on Mac OS X 10.11.1
(on a good note, I do enjoy how you don't need Flash on ESPN.com to watch the videos :-) and can fast forward through video ads too, major +)
| Reporter | ||
Comment 1•10 years ago
|
||
Works fine on nightlies on Android. They do a different treatment for the nav links on the main page but the scoreboard buttons work on the scoreboard page.
Updated•10 years ago
|
Flags: needinfo?(miket)
Comment 3•10 years ago
|
||
What's odd is the buttons work if the viewport is < 1024 pixels, which seems to correspond to a responsive "breakpoint". DevEdition 44 can click the buttons and nav at any viewport size (though the main NFL/NBA/MLB nav disappears at less than 1024). I'm gonna try to find a regression window, tracking protection doesn't seem to be at play here.
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
The main NFL/NBA/MLB nav in question has the following style:
#global-viewport #header-wrapper #global-header {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
Which suggests https://hg.mozilla.org/integration/mozilla-inbound/rev/ac7d0d74ced6 is likely the culprit.
Blocks: 1208673
Comment 6•10 years ago
|
||
This is likely a dupe of bug 1228279, where I also noted the ESPN issues :)
Comment 7•10 years ago
|
||
Oh, yeah. Looks like it.
Let's close as a dupe. (See https://bugzilla.mozilla.org/show_bug.cgi?id=1228279#c1.)
Updated•10 years ago
|
No longer blocks: 1208673
status-firefox45:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•