Bug 207263

Summary: Unable to display help on www.paypal.com
Product: [Applications] konqueror Reporter: Andrey Borzenkov <arvidjaar>
Component: generalAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: 4.3.1   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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...