Bug 30287

Summary: Cannot switch between "recent activity" and "all activity" in PayPal history
Product: WebKit Reporter: matthew_sleigh
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: ap
Priority: P2 Keywords: InRadar, NeedsReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://history.paypal.com/fr/cgi-bin/webscr?cmd=_history

Description matthew_sleigh 2009-10-11 15:27:07 PDT
Chrome Version       :3.0.195.25
URLs (if applicable) :https://history.paypal.com/fr/cgi-bin/webscr?cmd=_history
Other browsers tested:
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari 4:FAIL
  Firefox 3.x:OK
         IE 7:
         IE 8:OK

What steps will reproduce the problem?
1.
2.
3.

What is the expected result?
Fetches search form 


What happens instead?
Nothing

Please provide any additional information below. Attach a screenshot if
possible.
<script type="text/javascript">var myText = 'Find a transaction';
document.write('<a href="#" title="Search all of your transactions." onClick="document.getElementById(\'myAllTextSubmitID\').name = \'_history-search\';document.getElementById(\'myAllTextSubmitID\').value = \'Find a transaction\';document.forms.history.submit();return false;" class="autoTooltip">');document.write(myText);document.write('</a>');</script><noscript><input type="submit" name="_history-search" value="Find a transaction" class="transparentButton" alt=""></noscript>
Comment 1 Alexey Proskuryakov 2009-10-12 12:18:39 PDT
The bug has no steps to reproduce, and code snippet doesn't fully match anything on he PayPal page. The below is my guess at what the problem could be.

Steps to reproduce:
1. Log in to your PayPal account.
2. Go to My Account->History.
3. Try to switch between "Recent Activity" and "All Activity" views.

Results: clicking has no effect.
Comment 2 Alexey Proskuryakov 2009-10-12 12:19:02 PDT
<rdar://problem/7295779>
Comment 3 matthew_sleigh 2009-10-15 03:49:09 PDT
Steps to reproduce:
1. Log in to your PayPal account.
2. Go to My Account->History.
3. Click Find a transaction.
 
Results: clicking has no effect.

Actually the link is working again now, in Google Chrome so I guess in Safari too.

Matt
Comment 4 Alexey Proskuryakov 2009-10-15 08:59:32 PDT
Apparently fixed server-side.