Closed Bug 320190 Opened 19 years ago Closed 13 years ago

honeywell.com - bad browser detection

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
critical

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: timeless, Unassigned)

References

()

Details

102     v= navigator.vendorSub;
105     e = v.replace(/\./g,'');
106     // do a little math
107     while (e<100) e*=10
-- vendorSub = '' -- '' * 10 = 0 -- 0 * 10 = 0 -- 0 < 100 -- ...
108     if (e < 622){
109         //call function to write cookie and show popup if 6.2.1 or lower
110         is_ns622up = false;
111         oldbrowser();

vendorSub can be anything and doesn't relate to gecko versions. our product doesn't have a vendor sub, so we hit an inifite loop (eventually you /might/ get a slow script dialog, but that takes a really long time). in some cases a vendor sub might be 1.7.12 (fedora core vendor build), in other cases it might be 1.0.4 (firefox 1.0.4). in the former you would get the "you're new", and in the latter  a "you're old".
whoa. that sucks. 

contact: 
<http://www.honeywell.com/sites/portal?smap=honeywell&page=feedback&theme=T9&c=n>
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Summary: honeywell - bad browser → honeywell.com - bad browser detection
Who is this assigned to?
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: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.