Opened 20 years ago
Closed 17 years ago
#906 closed defect (invalid)
web page problems
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | firefox changeset render |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I am having troubles with the big web-pages (like diff files) using Firefox 1.0 on Windows 2000.
Example: http://projects.edgewall.com/trac/attachment/wiki/NewWorkflow/patch-newworkflow-r1040.diff
The bottom of the page is completely corrupted.
I am not sure, but I think that may be related to the fact that the signature (contact information) for the company at the botton of the web pages contains non-UTF-8 characters: Please take a look at the � symbol instead of the proper acent letters.
I did report the issue to the Firefox.
Attachments (0)
Change History (7)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hi Jonas.
The page is fixed for symbols, I see. But there is another problem: if you visit the mentioned link and see the page source you will notice at the bottom of the file the duplicate of closing of the html. NOt sure it will help, but this is an error anyway:
</body> </html>
</body>
</html>
comment:4 by , 20 years ago
Priority: | normal → low |
---|---|
Severity: | normal → minor |
The corruption was pretty likely a Firefox bug.
The duplicate closing HTML is probably a mistake in Trac's site_footer.cs.
comment:5 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Yes, the display problems on long pages like that is an issue with Firefox on Windows.
The duplicated closing tags seem to be an issue with the interface customizations on http://projects.edgewall.com and do not exist in a standard Trac installation.
follow-up: 7 comment:6 by , 17 years ago
Priority: | low → highest |
---|---|
Resolution: | invalid |
Severity: | minor → major |
Status: | closed → reopened |
My web pages will not open to a full page'
comment:7 by , 17 years ago
Priority: | highest → low |
---|---|
Resolution: | → invalid |
Severity: | major → minor |
Status: | reopened → closed |
Replying to seabluecali@yahoo.com:
My web pages will not open to a full page'
This is insufficient information for a developer to understand and reproduce the problem you are referring to. However it does not sound like you are having the problem described in this ticket which was a bug in the Firefox browser, and an issue with the page footer which has been fixed. If you need help please send a more complete explanation to the MailingList describing precisely the steps for someone else to reproduce the issue and what problem you're seeing.
It looks like firefox bug. I can reproduce it on win2k but not on OS X. I fixed the encoding problem in the page footer but that didn't help.