Ticket #7023 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.


