Bug 9065
Summary: | Fails to display personal banking on www.citizensbank.com | ||
---|---|---|---|
Product: | WebKit | Reporter: | Krishna <krishnamurty.podipireddy> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED DUPLICATE | ||
Severity: | Normal | Keywords: | PlatformOnly |
Priority: | P2 | ||
Version: | 312.x | ||
Hardware: | S60 Hardware | ||
OS: | S60 3rd edition | ||
URL: | http://www.citizensbank.com |
Krishna
The following is the snipper of the code from home page of www.citizensbank.com
<td colspan="2" align="center"><a class="input" href="javascript:doLogin('login');"><img src="/tools/image.aspx?ImgText=Log+In&ImgSchema=RedLockButton" border="0" alt="Log In" align="absMiddle"></a>
</td>
Steps to reproduce:
1. Load the url
2. Load the personal by selecting "Personal" tab.
Actual Result:
The login button is not displayed on both the pages.
Expected Result:
Login button is displayed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Carson
Works fine on Mac in TOT. Only a S60 bug.
Bradley Morrison
When clicking on the Personal tab I was actually able to load the "Regionalize this page" page at
http://www.citizensbank.com/tools/regionalgateway.aspx?url=/pf/default.aspx
However, when attempting to select my region and clicking on the "Update my region and continue" button, I received an error: 'Reindeer: unable to perform
operation'. It's difficult to reduce this bug down to minimal html, however another bug is showing a similar result and that does have a reduced test case:
http://bugzilla.opendarwin.org/show_bug.cgi?id=9116
It's possible that these are a duplicate (or at least have the same fix). Rewording summary and setting to NEW
Krishna
TSW Error ID: BSLT-6N7SQ8
David Carson
POST operation is being sent, as can be seen in the Traffic screen of the Diagnostics window in the emulator. The HTTP stack returns a -20 error (KErrCorrupt) before any reply is recieved.
David Carson
POST is not working - same bug as 9116. HTTP Stack is returning a -20 (KErrCorrupt)
*** This bug has been marked as a duplicate of 9116 ***
Bradley Morrison
Bulk closing of all s60 platform bugs.
Sorry for the noise!