Bug 30287 - Cannot switch between "recent activity" and "all activity" in PayPal history
Summary: Cannot switch between "recent activity" and "all activity" in PayPal history
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: https://history.paypal.com/fr/cgi-bin...
Keywords: InRadar, NeedsReduction
Depends on:
Blocks:
 
Reported: 2009-10-11 15:27 PDT by matthew_sleigh
Modified: 2009-10-15 08:59 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.