Ticket #7023 (closed defect: fixed)

Opened 7 weeks ago

Last modified 4 weeks ago

links won't open in gmail

Reported by: tomeu Owned by: erikos
Priority: normal Milestone: Never Assigned
Component: browse-activity Version: Update.1
Keywords: gmail Cc:
Action Needed: Verified: no
Blocked By: Blocking:

Description

If you open a message in gmail and click on an http link inside that message, a blank page will appear instead of the expected web page.

Looks like this is due to reusing the main window for popups:

    def provideWindow(self, parent, flags, position_specified,
                      size_specified, uri, name, features):
        return parent, False

Perhaps we should create a new activity window in those cases?

Change History

Changed 6 weeks ago by tomeu

Submitted patch that adds a "Follow link" item to the Link palette in Browse. That seems to work around this issue.

Changed 4 weeks ago by erikos

  • status changed from new to closed
  • resolution set to fixed

Workaround works for me as well. Went into bunlde 88.

Note: See TracTickets for help on using tickets.