Page MenuHomePhabricator

Links from bookmarked page sometimes open in full screen
Closed, ResolvedPublic

Description

Bug with the caching; we're missing some event captures or something.

After bookmarking a page, following a wiki link may open in the full window; this breaks back button etc as we end up eating the phonegap app itself. :)


Version: 1.0.0 (Android)
Severity: normal

Details

Reference
bz33184

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:06 AM
bzimport set Reference to bz33184.
bzimport added a subscriber: Unknown Object (MLST).

I think this is because of the change to the link event capture; probably can fix with one or both of:

  • change the heavyweight rewrite code to use a <base> like the lightweight rewrite
  • change the internal vs external detector to check for all wikipedia links -- also needed to make it easy to follow inline interwiki links

[master a8c806a] fix bug 33184 - Links from bookmarked page sometimes open in full screen