Bug 196675 - [ews-app] Clicking 'submit to new ews' doesn't reload status-bubble
Summary: [ews-app] Clicking 'submit to new ews' doesn't reload status-bubble
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-06 04:28 PDT by Aakash Jain
Modified: 2019-06-26 13:48 PDT (History)
4 users (show)

See Also:


Attachments
Screenshot (82.74 KB, image/png)
2019-04-06 04:28 PDT, Aakash Jain
no flags Details
Patch (1.49 KB, patch)
2019-04-17 08:50 PDT, Aakash Jain
lforschler: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2019-04-06 04:28:24 PDT
Created attachment 366885 [details]
Screenshot

Clicking on 'submit to new ews' doesn't reload status-bubble sometimes.

Noticed following error in browser console:

[Error] Refused to display 'https://ews.webkit.org/status-bubble/366884/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
[Error] Failed to load resource: the server responded with a status of 500 ()                   https://ews.webkit.org/status-bubble/366884/
[Error] Unable to post message to https://ews.webkit.org. Recipient has origin null.            handleStatusBubbleLoadNewEWS (status-bubble.js:45)
Comment 1 Aakash Jain 2019-04-12 14:02:57 PDT
Noticed this on a bug on pressing 'submit to new ews' button:

Refused to display 'https://ews.webkit.org/submit-to-ews/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
Comment 2 Aakash Jain 2019-04-17 08:50:06 PDT
Created attachment 367631 [details]
Patch
Comment 4 Aakash Jain 2019-04-17 09:20:03 PDT
Committed r244379: <https://trac.webkit.org/changeset/244379>
Comment 5 Radar WebKit Bug Importer 2019-04-17 09:21:17 PDT
<rdar://problem/49979457>
Comment 6 Aakash Jain 2019-04-20 09:28:45 PDT
This did not solve the problem completely. Still noticing this issue.
Comment 7 Aakash Jain 2019-04-23 07:53:00 PDT
(In reply to Aakash Jain from comment #6)
> This did not solve the problem completely. Still noticing this issue.
This is most likely due to error 500 while loading status-bubble immediately after submitting the patch to EWS. Fix in https://bugs.webkit.org/show_bug.cgi?id=196676
Comment 8 Aakash Jain 2019-06-26 13:48:11 PDT
This was fixed in https://bugs.webkit.org/show_bug.cgi?id=196676, haven't noticed this issue again since then.