Bug 33963
| Summary: | [Qt] Nothing happens when trying to load non-existing HTTPS page | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | sangeetha.sugavanam |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | kent.hansen |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | S60 Hardware | ||
| OS: | Other | ||
sangeetha.sugavanam
Try to open non-existing page using https scheme.
e.g. https://cwrt.fi
Expected: There should be error notification, e.g. "Network error
(dns_unresolved_hostname) or something similar which tells user that page
cannot be found.
Actual: Nothing happens. Same page stays visible which was before tried to
opened non-existing https-page.
QtLauncher: Reproducible
Safari: Not Reproducible
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tor Arne Vestbø
Please follow the QtWebKit bug reporting guidelines when reporting bugs.
See http://trac.webkit.org/wiki/QtWebKitBugs
Specifically:
- The 'QtWebKit' component should only be used for bugs/features in the
public QtWebKit API layer, not to signify that the bug is specific to
the Qt port of WebKit
http://trac.webkit.org/wiki/QtWebKitBugs#Component
- Add the keyword 'Qt' to signal that it's a Qt-related bug
http://trac.webkit.org/wiki/QtWebKitBugs#Keywords
Kent Hansen
With r55658 on Linux: The URL is changed to "about:blank" and the page says "Host not found", i.e. works for me.