Closed
Bug 1305046
Opened 9 years ago
Closed 9 years ago
omni.ja
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mzayarnyuk, Unassigned, NeedInfo)
Details
Attachments
(1 file)
|
63.96 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160823121617
Steps to reproduce:
revision 0.2
get error similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1283423
etc
open site in windows; there js try load page at same domain with interval 60 sec;
push PC in sleep;
wake PC, and appears error 'omni.ja / aboutNetError.xhtml';
- maybe try load before windows check/reinit internet connection;
Actual results:
instead some correct text got error about bad .xhtml file format:
'
Помилка синтаксичного аналізу XML: невизначений стан синтаксичного аналізатора Адреса: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/browser/omni.ja!/chrome/browser/content/browser/aboutNetError.xhtml Рядок 520, символ 50:
<div id="ed_netReset">&netReset.longDesc;</div>
-------------------------------------------------^
'
Expected results:
expected no internet or other error;
| Reporter | ||
Comment 2•9 years ago
|
||
it was production website, so not able to share it;
will create same js in fidler and try to reproduce,
I think windows PC sleep was main option to reproduce it, maybe exists some better way with turn off/on connection adapter, etc;
(I have win10 x64)
| Reporter | ||
Comment 3•9 years ago
|
||
js sample:
setInterval(check, 60000);
check();
var check= function()
{
App.direct.Check({
success: function (result) {
if (!result)
#{Popup}.show();
},
failure: function (result) {
var dom = Ext.dom.Query.select('.x-mask');
var el = Ext.get(dom[dom.length-1]);
el.addCls('custom-win-mask');
}
});
}
and #{Popup} load in frame other page from same domain;
Comment 4•9 years ago
|
||
Hey reporter [mzayarnyuk],
It is very difficult (to me) to reproduce the issue with this information.
Can you please provide complete test case ?
Any relevant information is appreciated. Thanks
| Reporter | ||
Comment 5•9 years ago
|
||
will try to reproduce on next week;
thanks for your work guys;
| Reporter | ||
Comment 6•9 years ago
|
||
Looks like fixed in last FX;
was able to reproduce when PC wake up from sleep (maybe DHCP change ip address etc)
now got correct text;
forgot add comment my version of FX is Ukrainian version;
"
Сервер не знайдено
Firefox не може знайти сервер www.exactmobi.com.
Перевірте, чи не допущена помилка при введенні адреси, наприклад ww.example.com замість www.example.com
Якщо жодна сторінка не завантажується — перевірте налаштування з’єднання з інтернетом.
Якщо комп’ютер або мережа захищені фаєрволом або проксі-сервером — переконайтеся, що Firefox дозволено виходити в інтернет.
"
Comment 7•9 years ago
|
||
Closing this as incomplete based on the above comments.
If anyone can still reproduce it on latest versions, feel free to reopen the bug and provide more information. Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•