Closed Bug 1305046 Opened 9 years ago Closed 9 years ago

omni.ja

Categories

(Firefox :: Untriaged, defect)

48 Branch
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: mzayarnyuk, Unassigned, NeedInfo)

Details

Attachments

(1 file)

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;
Do you have a URL to reproduce the issue?
Flags: needinfo?(mzayarnyuk)
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)
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;
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
will try to reproduce on next week; thanks for your work guys;
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 дозволено виходити в інтернет. "
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.

Attachment

General

Created:
Updated:
Size: