Summary: | Osdir mailing list renders to blank page | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Jose <getaceres> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ivan, pano_90 |
Priority: | NOR | ||
Version: | 0.6.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jose
2010-10-05 18:24:27 UTC
seems like an adbocking issue: when you whitelist this site (or disabling ad blocking in general) the site will load fine… this also happens when attempting to load the AdWords API documentation <http://code.google.com/apis/adwords/docs/developer/index.html>. this seems to be related to bug #249701, which was marked as fixed several weeks before the release of rekonq 0.6.1. either that fix didn't make it into the release, or something else is triggering the same issue. confirmed with rekonq from mainline, with KDE 4.6 Beta 1… Git commit fd1f2205b673a41bedb3959c99b8958f99a7b269 by Andrea Diamantini. Committed on 21/02/2011 at 19:21. Pushed by adjam into branch 'master'. AdBlock: adding a Null Rule to match all the unimplemented filters. BUG:248045 BUG:253329 BUG:265909 M +1 -0 src/CMakeLists.txt M +2 -0 src/adblock/adblockmanager.cpp M +28 -2 src/adblock/adblockrule.cpp M +11 -0 src/adblock/adblockrule.h A +135 -0 src/adblock/adblockrulenullimpl.cpp [License: GPL (v2/3)] A +51 -0 src/adblock/adblockrulenullimpl.h [License: GPL (v2/3)] M +4 -0 src/adblock/adblockruletextmatchimpl.cpp http://commits.kde.org/rekonq/fd1f2205b673a41bedb3959c99b8958f99a7b269 |