= Description = Blank lines of Python code are numbered, but there is no line break at the end. The line following a blank line in the Python code are written on the same line in the web browser. Konqueror (with line numbers): {{{ 1 # -*- coding: utf-8 -*- 2 """ 3 MoinMoin - "application/pdf" Formatter 4 Uses the text/latex formatter and then pdflatex. 5 6 NOT SECURE. USE ONLY ON VERY MUCH TRUSTED WIKIS LIKE A LOCAL ONE. 7 8 No error checking, no support. Works For Me (TM) 9 Needs my latex parser and text/latex formatter installed. 10 11 Copyright 2005 Johannes Berg 12 13 All rights reserved, see COPYING for details. 14 """ }}} Konqueror (line numbers off): {{{# -*- coding: utf-8 -*- """ MoinMoin - "application/pdf" Formatter Uses the text/latex formatter and then pdflatex. NOT SECURE. USE ONLY ON VERY MUCH TRUSTED WIKIS LIKE A LOCAL ONE. No error checking, no support. Works For Me (TM) Needs my latex parser and text/latex formatter installed. Copyright 2005 Johannes Berg All rights reserved, see COPYING for details. """ }}} Firefox: {{{ 1 # -*- coding: utf-8 -*- 2 """ 3 MoinMoin - "application/pdf" Formatter 4 Uses the text/latex formatter and then pdflatex. 5 6 NOT SECURE. USE ONLY ON VERY MUCH TRUSTED WIKIS LIKE A LOCAL ONE. 7 8 No error checking, no support. Works For Me (TM) 9 Needs my latex parser and text/latex formatter installed. 10 11 Copyright 2005 Johannes Berg 12 13 All rights reserved, see COPYING for details. 14 """ }}} == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. Go to any page with {{{#format python}}} with Konqueror. I can't reproduce it on: http://moinmoin.wikiwikiweb.de/parser/acronyms.py with Konqueror 3.3.2. It might be a konqueror/kde 3.4 problem. Bug reproduced with konqueror 3.4.1 at home. I think I might have konqueror 3.4.x at work (can't check right now), where the bug is evident also. -- TimCera <> Not reproduceable with 3.4.3. Closing. == Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... http://moinmoin.wikiwikiweb.de/FormatterMarket/application_pdf.py ##URL: ##attachment:screenshot.png ##{{{ ##Example wiki markup that fail ##}}} == Details == ## if the bug is in this wiki, just kill the table and write: This Wiki. ## Describe your environment ## example: moin 1.3.0, Mac OS X 10.3.3, Python 2.3.0, Apache 2.0.48 with mod_python 3.1.2b, using SSL and Authentication This happens with Konqueror on two very different machines. Gentoo on AMD64 and Redhat 9. || '''!MoinMoin Version''' || || || '''OS and Version''' || || || '''Python Version''' || || || '''Server Setup''' || || || '''Server Details''' || || == Workaround == ## How to deal with the bug until it is fixed = Discussion = It seems that Konqueror does not parse an empty {{{ }}} correctly. I have seen a similiar result if the file wasn't send complete to the konqueror browser. Did you toggle the line number after seeing in the status bar that's the file was complete loaded? At the end the last bytes are send very slow to a modem connection. -- ReimarBauer <> I have noticed this bug at home on a DSL connection, and at work with what I think is a T1. -- TimCera <> I have this noticed on several different konquerors and speed too but always if I wait till konqueror tells it is complete loaded it goes right. Did you have the same experience? -- ReimarBauer <> No, konqueror says "Page loaded" in the status line. -- TimCera <> Ok, then best is to file a bugreport to the kde team at http://bugs.kde.org/ . you got my vote -- ReimarBauer <> = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- ## When the bug is fixed, replace the category to Category MoinMoinBugFixed ## If this is not a bug, replace with Category MoinMoinNoBug CategoryMoinMoinNoBug