Closed
Bug 372662
Opened 18 years ago
Closed 18 years ago
Firefox is displaying the ??? with white screen for this sites. Observer this issue in lot of sites
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: josejayesh, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
1. While opening some sites Firefox is displaying white screen with question mark.
2. I uninstall the Firefox, cleared all the directory and register entry, download the latest stable version from http://www.mozilla.com/en-US/
3. Again same issue is observing
4.Following environment i am using
Windows XP OS+Service pack2
Duo Core 2 processor
Reproducible: Always
Steps to Reproduce:
1.In My setup this issue reproducing again and again,but using the same build i tried in other XP p4 it is working fine
2.
3.
observed the issue with https://bugzilla.mozilla.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content= url also
observed that this issue is happening where a page conatins XFORMS.
I tried following
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xforms="http://www.w3.org/2002/xforms">
<head>
<title>Hello XForms!</title>
<xforms:model>
<xforms:instance xmlns="">
<Name/>
</xforms:instance>
</xforms:model>
</head>
<body>
<xforms:input ref="/Name">
<xforms:label>Type your name in the box and press tab: </xforms:label>
</xforms:input>
<hr />
<xforms:output value="concat('Hello ', /Name)">
<xforms:label>Output: </xforms:label>
</xforms:output>
</body>
</html>
and try to execute using FireFox it is giving me the ???????????????, but in IE6 it is working fine
Comment 4•18 years ago
|
||
No problem here with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3pre) Gecko/20070302 BonEcho/2.0.0.3pre
It looks like your Firefox doesn't recognize the used fonts.
Please rename pref.js in your profile and try again or retest with a new profile.
http://kb.mozillazine.org/Prefs.js_file
http://kb.mozillazine.org/Profile_Folder
Thanks Ria Klaassen,
Also sorry for making the trouble, this issue is occurred due to default character set encoding option was set to UNICODE UTF32. Any way it is not a bug.
But I observed another issue, after uninstalling the Firefox, i think it is not clearing properly because i am getting the old add one and all after installing the latest version, even my encoding option is not changed.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•