Summary: | Javascript core in webkit seems not work under 2 "window.location" issued | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | AlbertYu <yu.tsunghua> | ||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED INVALID | ||||||
Severity: | Critical | CC: | ahmad.saleem792, ap, bfulgham, rniwa, yu.tsunghua | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
AlbertYu
2009-08-04 20:25:51 PDT
Created attachment 34115 [details]
A test web page for webkit
I am not sure on Expected result but Safari 15.6 on macOS 12.5 is behaving different from other browsers and also I am not sure, whether it was Qt port specific bug or not. Using Safari 15.6 on macOS 12.5 with attached test case (in Private Window), it loads following dialog box showing 'Safari cannot open the page because the address is invalid.' (while no other browsers - Chrome Canary 105 and Firefox Nightly 104 show it). and later it change title to (....) and tries to load website, which takes ages while loading bar being stuck (eventually it resolve to following - http://192.168.11.5/darkmomo/show.html) Other browsers directly load (without dialog box) the test case into (....) title page and have their progress stuck for long time but later resolving to same URL as Safari 15.6. Since Safari 15.6 is showing dialog box while other browser does not, I think it is something different what Safari is doing and whether it is aligned with Web-Spec or not, I am not sure but web compatibility with others would be great unless if Safari is correct and they need to align. Thanks! I don't think that the attachment is supposed to work as a standalone test case. There were many changes in this area since 2009, and if there is something still wrong, finding that based on this report wouldn't be straightforward. I think that we should treat this report literally as a Qt port issue, and close because this port is gone. |