Closed
Bug 644407
Opened 14 years ago
Closed 14 years ago
Maps do not appear. Reloading helps but something wrong on www.jma.go.jp.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 612332
People
(Reporter: alice0775, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
367.85 KB,
image/png
|
Details |
Build Identifier:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.2a1pre) Gecko/20110323 Firefox/4.0b13pre ID:20110323030434
Maps do not appear. Reloading helps but something wrong.
This does not happen on Firefox3.6.x, Google Chrome12.0.711.0 canary build and Opera11.01.
(I did not try IE and other browser)
In error console:
Error: OpenLayers.Util is undefined
Source File: http://www.jma.go.jp/jp/contents/frameMain.html
Line: 21
Error: OpenLayers.Rico is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/Rico/Color.js
Line: 90
Error: OpenLayers.Control is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Control/Attribution.js
Line: 95
Error: OpenLayers.Geometry is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Geometry/Rectangle.js
Line: 97
Error: OpenLayers.Geometry is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Geometry/Collection.js
Line: 498
Error: OpenLayers.Format.WMSCapabilities.v1_1 is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js
Line: 52
Error: OpenLayers.Util is undefined
Source File: http://www.jma.go.jp/jp/contents/frameMain.html
Line: 21
Error: OpenLayers.Request is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Request/XMLHttpRequest.js
Line: 312
Error: OpenLayers.Marker is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Marker/Box.js
Line: 117
Error: OpenLayers.Tile.Image is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Tile/Image/IFrame.js
Line: 259
Error: OpenLayers.Filter is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Filter/FeatureId.js
Line: 79
Error: OpenLayers.Protocol.WFS is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Protocol/WFS/v1.js
Line: 336
Error: OpenLayers.Protocol.WFS is undefined
Source File: http://www.jma.go.jp/jp/contents/lib/OpenLayers/Protocol/WFS/v1_0_0.js
Line: 14
Steps to Reproduce:
1. Start Minefield with new profile
2. Open ( http://www.jma.go.jp/jp/contents/index.html )
---- maps is empty.
3. Click "リアルタイムレーダー" tab and reload
---- maps is frawn but something wrong.
Actual Results:
Maps do not appear. Reloading helps but something wrong
Expected Results:
Maps should be drawn properly
| Reporter | ||
Updated•14 years ago
|
Summary: Maps do not appear. Reloading helps but something wrong → Maps do not appear. Reloading helps but something wrong on www.jma.go.jp.
Updated•14 years ago
|
Keywords: regressionwindow-wanted
| Reporter | ||
Comment 1•14 years ago
|
||
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/268ef4ccb5ff
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100917 Firefox/4.0b7pre Firefox/4.0b7pre ID:20100917041014
Fails:
http://hg.mozilla.org/mozilla-central/rev/bc15c280c430
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100916 Firefox/4.0b7pre Firefox/4.0b7pre ID:20100917044206
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=268ef4ccb5ff&tochange=bc15c280c430
Suspected:
0ab712643a66 Henri Sivonen — Bug 591981 - Make script-inserted inline scripts run right away, make script-inserted external scripts behave like async scripts and make document.write writing an inline script return at a predictable time. r=jonas, a=blocking2.0-beta7.
Assignee: general → nobody
Blocks: 591981
Component: JavaScript Engine → DOM
Keywords: regressionwindow-wanted → regression
QA Contact: general → general
Updated•14 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
| Reporter | ||
Comment 2•14 years ago
|
||
Maybe duplication of bug 612332
| Reporter | ||
Comment 3•14 years ago
|
||
UA spoofing helps
user_pref("general.useragent.override", "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)");
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•