Closed
Bug 997504
Opened 11 years ago
Closed 11 years ago
Reader mode removes links from a page with no paragraphs
Categories
(Toolkit :: Reader Mode, defect, P4)
Toolkit
Reader Mode
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kbrosnan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.75 KB,
text/html
|
Details |
If a document fails to use any paragraph or div tags then the anchor pages for the page are removed.
Comment 1•11 years ago
|
||
With bug 786638, it should be pretty easy to add this testcase to our test suite once this is fixed. We would just need to augment it to check the expected content more closely.
Blocks: fix-readability
Updated•11 years ago
|
Component: Readability → Reader Mode
Product: Firefox for Android → Toolkit
Updated•11 years ago
|
OS: Android → All
Priority: -- → P4
Comment 2•11 years ago
|
||
I think this is WFM with current fx-team. Margaret, can you doublecheck if I understood this correctly? Do you think we should add a testcase anyway?
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(margaret.leibovic)
Resolution: --- → WORKSFORME
Comment 3•11 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #2)
> I think this is WFM with current fx-team. Margaret, can you doublecheck if I
> understood this correctly? Do you think we should add a testcase anyway?
Yes, I also see this works. I'm not sure what problem kbrosnan was seeing, but it's probably something that was fixed by our logic error fixes, not by any algorithm tweaks, so I bet this is unlikely to regress.
Flags: needinfo?(margaret.leibovic)
| Reporter | ||
Comment 4•11 years ago
|
||
Every instance of <a href=...>words</a> were striped from the document. This is currently resolved in v39s. Fairly trivial to check against Firefox 38.
You need to log in
before you can comment on or make changes to this bug.
Description
•