Closed
Bug 196761
Opened 23 years ago
Closed 17 years ago
sify.com - Work differently (better) In Internet Explorer 5.5 compared to Mozilla 1.3 b
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vphaniraj, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210
In IE 5 and Mozilla , on the top left of the page
http://scores.sify.com/FullScore_IND_SL_WC2003_ODI-SUPSIX4_10MAR2003.html
you'll see this text
..IND Batting - Bowling ..SL Bowling - Batting Summary Ball
In IE, each of these phrases ( "IND Batting - Bowling" for example) is a
clickable URL that loads a different page into the green table below the text.
In Mozilla 1.3 b, the phrases are not "clickable"
In Mozilla
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
See details above
Updated•23 years ago
|
Summary: Work differently ( better) In Internet Explorer 5.5 compared to Mozilla 1.3 b → Work differently (better) In Internet Explorer 5.5 compared to Mozilla 1.3 b
Comment 1•23 years ago
|
||
wfm 2003020208/win98
The links are clickable, although they don't have any hover effect applied to
them. This is because the links are not really links at all, but they have an
onclick event handler which loads the content. I can't see anything that Mozilla
is doing wrong, so unless anyone else can point out an error this should be
Technology Eveangelism or simply worksforme.
Comment 2•23 years ago
|
||
http://scores.sify.com/top_IND_SL_WC2003_ODI-SUPSIX4_10MAR2003.html
.noline
{
cursor:hand;
COLOR: #000000;
font-FAMILY: Arial;
font-SIZE: 12px;
font-WEIGHT: bold;
TEXT-DECORATION: none;
}
Note: "cursor:hand;" is invalid CSS (that works in IE) they want
"cursor: pointer" instead
see also bug 40298
-> Tech Evangelism
Assignee: asa → susiew
Status: UNCONFIRMED → NEW
Component: Browser-General → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → zach
Version: Trunk → unspecified
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Updated•22 years ago
|
Summary: Work differently (better) In Internet Explorer 5.5 compared to Mozilla 1.3 b → sify.com - Work differently (better) In Internet Explorer 5.5 compared to Mozilla 1.3 b
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
•