Bug 207263 - Unable to display help on www.paypal.com
Summary: Unable to display help on www.paypal.com
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: 4.3.1
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 17:18 UTC by Andrey Borzenkov
Modified: 2009-09-13 17:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Borzenkov 2009-09-13 17:18:59 UTC
Version:            (using KDE 4.3.1)
OS:                Linux
Installed from:    Mandriva RPMs

As requested in bug 207179, report separately this issue.

Clicking on Help (top right) in FF displays page full of help categories. Konqueror displays mostly empty page; also often help page is not displayed when I reach it via some other place.
Comment 1 Maksim Orlovich 2009-09-13 17:32:26 UTC
Try identifying as Firefox
Comment 2 Andrey Borzenkov 2009-09-13 17:38:13 UTC
(In reply to comment #1)
> Try identifying as Firefox

Works better. I get some artefacts which I do not see with real FF, but content is loaded. Does not work for bug 207179 though.
Comment 3 Maksim Orlovich 2009-09-13 17:45:11 UTC
    if (is.ie || is.gecko || is.opera)
      {
        // ...
      }
    else
      {
        success = false;
      }

Interestingly Safari does not have 'compatible' in its UA string, so it gets detected as Gecko... 

As for the other one, it just forwards me directly to the US version...