Closed Bug 777868 Opened 12 years ago Closed 12 years ago

Reader Mode: relative links are not clickable

Categories

(Firefox for Android Graveyard :: Reader View, defect, P3)

ARM
Android
defect

Tracking

(firefox14 unaffected, firefox15 unaffected, firefox16 unaffected, firefox17 affected)

RESOLVED DUPLICATE of bug 776110
Tracking Status
firefox14 --- unaffected
firefox15 --- unaffected
firefox16 --- unaffected
firefox17 --- affected

People

(Reporter: cpeterson, Unassigned)

References

()

Details

In Reader Mode, links are draw in orange text, but they do not seem to be clickable. If we don't want clickable links, we should not highlight them. If we do want clickable links, then we should actually may them clickable. :)
Error thrown? Same error as in bug 777706?
I don't think so. The only logcat message I see when I try to tap a link is:

I/GeckoSubdocumentScrollHelper(22065): Got message: Panning:Override
Do you have a specific page this is happening on?
The problem is that the links are relative URIs in the <a> tags. Changing it to an absolute URI makes them clickable. (I guess technically they're always clickable, but clicking on the relative link doesn't resolve to anything meaningful because of the about:reader main page URI, and so doesn't navigate anywhere)
Summary: Reader Mode: links are not clickable → Reader Mode: relative links are not clickable
bnicholson, bug 776110 does sound a lot like this bug. I'll retest now with that bug's fix.
Bug 776110 fixed this bug.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.