After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590972 - [epiphany] cannot open messages in Hotmail webmail
[epiphany] cannot open messages in Hotmail webmail
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: Backend
2.27.x
Other All
: Normal normal
: ---
Assigned To: Xan Lopez
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-06 16:21 UTC by Joachim Frieben
Modified: 2013-09-10 11:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Joachim Frieben 2009-08-06 16:21:13 UTC
Please describe the problem:
Current epiphany of the 2.27.x development tree does not allow to open a message in the inbox nor to open a different folder of a Hotmail webmail account. All Javascript actions recognizable by a label "javascript:;" appearing at the bottom of the browser window are disabled. For epiphany releases based upon the XULRunner backend, thus 2.26.x and earlier, this works correctly.

Steps to reproduce:
1. Open inbox of Hotmail account in epiphany 2.27.x browser.
2. Click some message.

Actual results:
Message does not get opened. Only a notification "javascript:;" appears at the bottom of the browser window.

Expected results:
Message gets opened.

Does this happen every time?
Yes.

Other information:
- This bug had been initially reported at:
    https://bugzilla.redhat.com/show_bug.cgi?id=479641 .
- Upstream bug report at Webkit web site:
    https://bugs.webkit.org/show_bug.cgi?id=22633 .
- Serious regression in view of the next official release 2.28.
- Installed packages on a Fedora development system include:
  * epiphany-2.27.5-1.fc12
  * webkitgtk-1.1.12-1.fc12
Comment 1 Joachim Frieben 2009-09-16 10:58:20 UTC
For the current Fedora "rawhide" tree, there is some progress:

- webkitgtk-1.1.14-3.fc12.x86_64 / midori-0.1.10-1.fc12.x86_64 [SUCCESS]
- webkitgtk-1.1.14-3.fc12.x86_64 / epiphany-2.27.92-2.fc12.x86_64 [FAILURE]

Now, if success depends on the frontend, this might finally not be a webkitgtk
issue, might it?
Comment 2 Xan Lopez 2009-09-16 11:21:41 UTC
(In reply to comment #1)
> For the current Fedora "rawhide" tree, there is some progress:
> 
> - webkitgtk-1.1.14-3.fc12.x86_64 / midori-0.1.10-1.fc12.x86_64 [SUCCESS]
> - webkitgtk-1.1.14-3.fc12.x86_64 / epiphany-2.27.92-2.fc12.x86_64 [FAILURE]
> 
> Now, if success depends on the frontend, this might finally not be a webkitgtk
> issue, might it?

Midori tends to heavily workaround missing features in WebKitGTK+ by implementing them on their side, so it might just be that kind of thing.
Comment 3 Joachim Frieben 2009-09-16 15:17:59 UTC
** Bug 584537 - Protocols like javascript:, mailto: not supported in webkit ** might be related to this bug.
Comment 4 Joachim Frieben 2009-09-22 07:01:04 UTC
According to https://bugs.webkit.org/show_bug.cgi?id=22633#c9 a corresponding fix has been implemented in webkitgtk 1.1.10, and indeed, Fedora 11 allows to use Hotmail webmail services without restriction using this version.
Comment 5 Joachim Frieben 2009-09-22 08:04:16 UTC
I have traced back the issue with midori on Fedora 11, and it turns out that keeping webkitgtk-1.1.10 fixed, the watershed occurs between midori-0.1.4-2.fc11 and midori-0.1.5-1.fc11,

  midori-0.1.4-2.fc11  [FAILURE]
  ------------------------------
  midori-0.1.5-1.fc11  [SUCCESS]
  .
  .
  midori-0.1.10-1.fc11 [SUCCESS] .

I cannot tell why I had seen failure for midori-0.1.7 in the past. I can only speculate whether some underlying system library has been updated in the meantime leading to this shift. Anyway, for a current Fedora 11 system sporting webkitgtk-1.1.10, the above observation applies. Using midori-0.1.4-2.fc11, it is possible to log in successfully, to navigate through the Hotmail directory tree, but clicking some message has no effect. Only "javascript:" appears in the footer of the browser window then.

Comment #4 and the reference to https://bugs.webkit.org/show_bug.cgi?id=22633#c9 thus appear questionable.
Comment 6 Joachim Frieben 2009-09-25 05:08:05 UTC
No improvement for

- epiphany-2.28.0-1.fc12.x86_64
- webkitgtk-1.1.15.1-2.fc12.x86_64

Opening a Hotmail message entry in a new window leads to an address bar with content

   "javascript:;"

and a page body with the sole content

   "URL cannot be shown" .
Comment 7 Joachim Frieben 2009-12-05 12:53:43 UTC
No improvement for

- epiphany-2.29.3-1.fc13.x86_64
- webkitgtk-1.1.17-1.fc13.x86_64
Comment 8 Joachim Frieben 2010-02-25 20:01:23 UTC
Works in recent 2.29.x builds which have the new gconf key "user_agent" after
setting it to "Safari". This gconf key is certainly worth being backported to the 2.28.x series.
Comment 9 Claudio Saavedra 2013-09-10 11:13:23 UTC
So I understand that this works now. Closing.