Description

The footer is missed in GUI editor page. This bug shows no differences in modern theme, but may cause a different view with a theme which has a footer.

Steps to reproduce

  1. Change the theme to one which has a footer give at least ONE example where the problem shows (best would be a theme installed here)

  2. Edit a page with GUI mode.

Example

Text mode:

GUI mode:

Details

MoinMoin Version

1.5.0

OS and Version

Python Version

Server Setup

Server Details

Workaround

Insert the following line at the end of sendEditor function in PageGraphicalEditor.py.

   1 wikiutil.send_footer(self.request, self.page_name) 

Discussion

One of the goals of the new editor screens was to reduce space not used by the editor (thus, maximizing available screen space for the editing task). So what do you use the footer for that misses without that change? -- ThomasWaldmann 2006-01-19 10:26:13

We now generate the gui editor footer the same way as the text editor footer. There is more need for cleanup, though.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/FooterMissingInGuiEditor (last edited 2007-10-29 19:13:47 by localhost)