| Summary: | Unable to display help on www.paypal.com | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andrey Borzenkov <arvidjaar> |
| Component: | general | Assignee: | 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
Try identifying as Firefox (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.
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...
|