Closed
Bug 430099
Opened 17 years ago
Closed 11 years ago
cmrfalabella.com - When clicking certain links nothing happens (broken JS)
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: adelfino, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008042108 Minefield/3.0pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008042108 Minefield/3.0pre
Please see steps to reproduce.
Reproducible: Always
Steps to Reproduce:
1. Visit: https://www.cmrfalabella.com/b2carpr/CMRCORP/logica/jsp/CMRCORPFFLogin.jsp?PAGINA=CMRgen_contrato_cmr&PAIS=AR#
2. Click: CONTRATO TARJETA DE CRÉDITO CMR FALABELLA
Actual Results:
Nothing happens.
Expected Results:
A Web page should be opened; at least Internet Explorer opens one.
Reporter | ||
Updated•17 years ago
|
Flags: blocking1.9?
Version: unspecified → Trunk
Reporter | ||
Comment 1•17 years ago
|
||
In Internet Explorer, the click opens: https://www.cmrfalabella.com/b2carpr/CMRCORP/grafica/html/GRAFICACORP/AR/CMRContratocmrAR.html in a pop-up window.
Reporter | ||
Updated•17 years ago
|
Severity: normal → major
Reporter | ||
Comment 2•17 years ago
|
||
Looking at the Error Console, this seems to be produced by the lack of an implementation for MM_openBrWindow.
This is an evangelism bug.
The problem is that there is a bug (illegal character) in their JavaScript, which causes Firefox to stop parsing their "fnscripts.js" file, which results in their custom MM_openBrWindow function being undefined. IE just ignores the error.
Comment 4•17 years ago
|
||
I agree wholeheartedly with comment #3. (not sure if jresig is the right guy for the evangelism part of the deal or not)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Flags: blocking1.9?
Resolution: --- → INVALID
Comment 5•17 years ago
|
||
I'm re-assigning to Tech Evangelism - not really the place of the 'Evangelism' team (however confusing the naming might be, heh).
Component: General → English US
Product: Core → Tech Evangelism
Version: Trunk → unspecified
Comment 6•17 years ago
|
||
Yeah, I kinda knew I was taking a swing in the dark, but I also knew you'd Do the Right Thing. ;)
Comment 7•17 years ago
|
||
Conforming summary to TE guidelines and reopening since this seems like something that should be evangelised.
Andrés, please contact the webmaster and let him know about the problem. Feel free to point him over here if he needs help understanding why it's broken.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Summary: When clicking certain links nothing happens → cmrfalabella.com - When clicking certain links nothing happens (broken JS)
Comment 8•17 years ago
|
||
(In reply to comment #3)
> This is an evangelism bug.
>
> The problem is that there is a bug (illegal character)
What is the illegal character, exactly? Thanks,
/be
Status: UNCONFIRMED → NEW
Ever confirmed: true
> What is the illegal character, exactly? Thanks,
>
Copied from the error console:
Error: illegal character
Source File: https://www.cmrfalabella.com/b2carpr/CMRCORP/grafica/js/AR/fnscripts.js
Line: 160, Column: 31
Source Code:
if (document.solicitud.A02_N°_Documento.value == ""){ alert ("Ingrese el N° de Documento");
Assignee: nobody → english-us
QA Contact: general → english-us
![]() |
||
Comment 10•11 years ago
|
||
no issue it is opening a pdf.
Assignee: english-us → nobody
Status: NEW → RESOLVED
Closed: 17 years ago → 11 years ago
Component: English US → Desktop
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•