Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search box doesn't work in WebKitGTK+ #399

Closed
mcatanzaro opened this issue Aug 27, 2015 · 3 comments
Closed

Search box doesn't work in WebKitGTK+ #399

mcatanzaro opened this issue Aug 27, 2015 · 3 comments
Labels
JS Issues pertaining to Bodhi's JavaScript code

Comments

@mcatanzaro
Copy link

To reproduce:

In Firefox, a popup appears to display search results.

In Epiphany, a relayout occurs and the search box is closed. It's as if I had never searched for anything. In the web inspector, I see the following errors:

  • Refused to connect to 'wss://hub.fedoraproject.org:9939' because it violates the following Content Security Policy directive: "connect-src https://*.fedoraproject.org/ wss://hub.fedoraproject.org:9939/".
  • SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent. (With a stacktrace indicating that web socket creation was blocked.)
  • Failed to load resource: the server responded with a status of 404 (Not Found): https://bodhi.fedoraproject.org/static/bootstrap/css/bootstrap.css.map
  • Failed to load resource: the server responded with a status of 404 (Not Found): https://bodhi.fedoraproject.org/static/js/jquery-1.10.2.min.map

It smells like a WebKit bug but I'm not sufficiently familiar with CSP to say that; maybe the extra forward slash at the end of the URLs is causing problems?

@ralphbean ralphbean added the JS Issues pertaining to Bodhi's JavaScript code label Aug 27, 2015
@mcatanzaro
Copy link
Author

Duplicate of issue #340

@mcatanzaro
Copy link
Author

It's broken again in WebKit trunk

screenshot from 2016-01-30 20-12-11

@mcatanzaro mcatanzaro reopened this Jan 31, 2016
@mcatanzaro
Copy link
Author

Sorry, let's use #340 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS Issues pertaining to Bodhi's JavaScript code
Projects
None yet
Development

No branches or pull requests

2 participants