Closed
Bug 784682
Opened 13 years ago
Closed 13 years ago
Penalize nodes with "hidden" class or id in Readability.js
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(firefox16 verified, firefox17 verified)
VERIFIED
FIXED
Firefox 17
People
(Reporter: lucasr, Assigned: lucasr)
Details
Attachments
(1 file)
1.68 KB,
patch
|
bnicholson
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Nodes explicitly marked as hidden somehow should be penalized in the scoring algorithm. This patch fixes the duplicate content when viewing sites like http://online.wsj.com/article_email/SB114739560986950892-lMyQjAxMDE2NDE3MjMxOTI1Wj.html.
This patch is not specific to this page but should apply safely to any other page following a similar pattern.
Attachment #654210 -
Flags: review?(bnicholson)
Updated•13 years ago
|
Attachment #654210 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 654210 [details] [diff] [review]
Penalize nodes marked as "hidden"
[Approval Request Comment]
User impact if declined: Reader might show duplicate content on pages like online.wsj.com which have a hidden copy of the article.
Testing completed (on m-c, etc.): Tons of local tests, no regressions.
Risk to taking this patch (and alternatives if risky): Low, will only affect the DIVs marked with "hidden" class or id.
String or UUID changes made by this patch: None.
Attachment #654210 -
Flags: approval-mozilla-aurora?
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•13 years ago
|
Attachment #654210 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 4•13 years ago
|
||
Pushed to aurora: https://hg.mozilla.org/releases/mozilla-aurora/rev/dbb77e74c67b
Updated•13 years ago
|
status-firefox16:
--- → fixed
status-firefox17:
--- → fixed
Comment 5•13 years ago
|
||
No duplicate content on http://online.wsj.com/article_email/SB114739560986950892-lMyQjAxMDE2NDE3MjMxOTI1Wj.html, marking this as verified fixed.
Build: Firefox 17.0a1 (2012-08-27)
Device: Samsung Galaxy Nexus
OS: Android 4.1.1
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•