You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been creating a browser in HTML using qbrt and the Browser API and I've noticed that hyperlinks in Google Mail and Google Calendar open a new window at about:blank.
Basically the detail.url of mozbrowseropenwindow event payloads dispatched by hyperlinks in emails in GMail is about:blank rather than the actual URL included in an email.
I can't tell whether this is a bug in qbrt or (possibly more likely) in the Browser API itself. It's possible that it's a bug in my code and I'm doing something stupid but it works fine with other sites including other Google properties like Google News. It seems like GMail is doing something weird which the Browser API isn't coping with.
Sorry for the delay responding! It's possible that this is qbrt-specific, although I can't think of something in qbrt that would cause it.
It's probably worth filing further upstream, and perhaps trying to reduce a testcase that you can demonstrate in a chrome page that is part of Firefox (i.e. adding an HTML page to browser/chrome/content/ that loads one of the Google apps in a mozbrowser iframe and logs the detail.url of mozbrowseropenwindow events.
I've been creating a browser in HTML using qbrt and the Browser API and I've noticed that hyperlinks in Google Mail and Google Calendar open a new window at about:blank.
Basically the
detail.url
ofmozbrowseropenwindow
event payloads dispatched by hyperlinks in emails in GMail isabout:blank
rather than the actual URL included in an email.I can't tell whether this is a bug in qbrt or (possibly more likely) in the Browser API itself. It's possible that it's a bug in my code and I'm doing something stupid but it works fine with other sites including other Google properties like Google News. It seems like GMail is doing something weird which the Browser API isn't coping with.
Downstream bug at webianproject/shell#182
Is it possible this is specific to qbrt, or should I file a bug against the Browser API in Gecko?
CC @kanru
The text was updated successfully, but these errors were encountered: