Edgewall Software
Modify

Opened 17 years ago

Closed 14 years ago

#6287 closed defect (worksforme)

Strangeness rendering large {{{ }}} blocks in Firefox

Reported by: JosephArmbruster@… Owned by: Christian Boos
Priority: normal Milestone:
Component: wiki system Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Using the following python script, generate test.txt:

file = open('test.txt','w')
file.write('\n{{{\n')
for x in xrange(1000):
  file.write('aaaaaaaaaa\n'*10)
for x in xrange(1000):
  file.write('bbbbbbbbbb\n'*10)
for x in xrange(1000):
  file.write('cccccccccc\n'*10)
file.write('\n}}}\n')

Using trac-admin, import test.txt into the trac wiki. If you view the resulting wiki page using IE 6.0.2900, you should be able to view the complete text without issue.

Issue

View the resulting wiki page using Firefox 2.0.0.8 and you should observe that the text is cut off down the page.

Note

I set this issue to minor since it may not be considered a practical use case to render this much text within blocks… although, that would be a funny limitation :-)

Version

I installed and am using trac roughly as detailed here:

http://trac.edgewall.org/wiki/TracOnWindows/Python2.5

Attachments (1)

test.py (248 bytes ) - added by JosephArmbruster@… 17 years ago.
test.py that will generate the test.txt to be imported

Download all attachments as: .zip

Change History (2)

by JosephArmbruster@…, 17 years ago

Attachment: test.py added

test.py that will generate the test.txt to be imported

comment:1 by Christian Boos, 14 years ago

Milestone: not applicable
Resolution: worksforme
Status: newclosed

Incredible, this is now fixed with Firefox 3.6 ;-)

(3.5.x tested before upgrading still had the issue)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.