Closed Bug 250717 Opened 20 years ago Closed 19 years ago

bank account info web page "page forward" buttons inop -- works using IE

Categories

(SeaMonkey :: General, defect)

x86
Windows 98
defect
Not set
major

Tracking

(Not tracked)

RESOLVED EXPIRED

People

(Reporter: broder, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2

When logged into my bank's secure website to view checking account activity, its
"page forward" and "page back" buttons are inoperative and when clicked, the
buttons jump from a single row of 4 to a 2 over 2 configuration.   

To view more than page #1 of my checking account activity, I must use IE.   
Following is the buttons source code copied from the webpage:


<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" align="left">
	
	<TR>
		<td>Filter Transactions</td>
		<td id="tdStartDateLabel" style="{ display : none }">Start</td>
		<td id="tdEndDateLabel" style="{ display : none }">End</td>

	</TR>
	<TR>

		<td>
			<select size="1" name="selDetailRange" onchange="displayRange()">
				<option value="0" Selected>-- No Filter Selected --</option>
		       <option value="1" >Transactions Today</option>
	   		<option value="2" >Last 5 Transactions</option>

			
			<option value="3" >Transactions Since Last Statement</option>

			
			<option value="4" >Date Range</option>  
        	</select>
			<INPUT TYPE="button" VALUE="Go" onclick="alertRange()" id=btnDateRange
name=btnDateRange>&nbsp;&nbsp;
		</td>
		<td valign="bottom">
			<input type="Text" size="10" name="txtRangeStartDate" value="6/10/2004"
style="{ display : none }" onBlur="if(!isDate(this)){this.focus();}">
		</td>

		<td valign="bottom">

			<input type="Text" size="10" name="txtRangeEndDate" value="7/10/2004"
style="{ display : none }" onBlur="if(!isDate(this)){this.focus();}">
		</td>
	</TR>
</TABLE>

<!-- Control Table  END ***************************-->
     </TD>
	 <td align="right">
	 	<!--- Paging/Filter Control table --->

		

<!-- Control Table  BEGIN ***************************-->

<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" align="right">
	<TR>
		<td>Page Size</td>
		<td>Page 1 of 34</td>
	</TR>
	<TR>
		<td  valign="bottom">

			<select size="1" name="selPageSize">
			<option value="5" >5</option>
	   		<option value="10" >10</option>
			<option value="15" >15</option>
			<option value="20" selected>20</option>
			
			<option value="100" >100</option>

			
        	</select>&nbsp;
			<!--<INPUT TYPE="button" VALUE="Go" onclick="this.form.submit()"
id=btnPageSize name=btnPageSize>&nbsp;&nbsp;&nbsp;&nbsp;-->
			<INPUT TYPE="button" VALUE="Go"
onclick="setStartRecord('../Account/AccountDetail.asp?NoWait=True',1)"
id=btnPageSize name=btnPageSize>&nbsp;&nbsp;&nbsp;&nbsp;
		</td>
		<td>
			<input type="Button" name="btnRSFirst" value="|<" style="font-family:Arial,
Helvetica, sans-serif;font-size:10pt;"
onclick="setStartRecord('../Account/AccountDetail.asp?NoWait=True',1)">&nbsp;&nbsp;
			<input type="button" name="btnRSPrev" value="&lt;" style="font-family:Arial,
Helvetica, sans-serif;font-size:10pt;"
onclick="setStartRecord('../Account/AccountDetail.asp?NoWait=True',1)">&nbsp;&nbsp;
			<input type="button" name="btnRSNext" value=">" style="font-family:Arial,
Helvetica, sans-serif;font-size:10pt;"
onclick="setStartRecord('../Account/AccountDetail.asp?NoWait=True',21)">&nbsp;&nbsp;

			<input type="button" name="btnRSLast" value=">|" style="font-family:Arial,
Helvetica, sans-serif;font-size:10pt;"
onclick="setStartRecord('../Account/AccountDetail.asp?NoWait=True',661)">

		</td>
		
	</TR>
</TABLE>




Reproducible: Always
Steps to Reproduce:
1. visit website listed above
2.
3.

Actual Results:  
see details

Expected Results:  
taken me to page 2 and 3 and 4 and 5....34
Kathy, it is difficult to determine the cause of the problem with the
information you have given. It is probably an evangelism issue where they have
failed to code the page properly which seems likely considering some of the code
you pasted. Can you try again and paste any errors you see in the
Tools->JavaScript console?

the main page of the site appears to be coded in a cross browser fashion and it
may be relatively easy to fix their problem. If you could also contact your bank
and tell them about the problem it would help. You can also tell them that if
they need any help, I would be happy to review their code and provide
suggestions on how to fix the problem.
Product: Browser → Seamonkey
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in before you can comment on or make changes to this bug.