Description

If I do in this wiki start editing a page and do click cancel then the title is written without trailing separating slashes.

slash_missing.png

tested in konqueror and firefox

I think this should look like ParserMarket/sctable

This does not only occure by Cancel, this was only the first attempt to get it reproducable, which wasn't successful.

Steps to reproduce

edit a subpage and cancel this and look at the new loaded title of the page

Example

see above

Details

this wiki

Workaround

Discussion

This is only one example to get the slash removed. I got it back if I do a browser reload of the page.

Its not a bug, its the correct way to normalize page names. "Foo/" is equal to "Foo". Pointless slashes are stripped before, within and after page names. See PageNames.

I thought result should be PageName/SubPage and not PageNameSubPage or am I wrong?

Here is the steps I tried, using Safari:

  1. Visit ParserMarket/NewPage

  2. Click on "Create new page"
  3. Click "Cancel"

Or:

  1. Visit ParserMarket/NewPage?action=edit

  2. Click "Cancel"

The page display the correct title.

Nir, now it works for me in firefox 1.5 too but not in konqueror. The image above was taken from firefox which hasn't worked before too. I loaded this page again in firefox and the slash was gone. After a reload it was there. Probably this is a page cache problem for the static html code?

probably reproducable this way

  1. click on http://moinmoin.wikiwikiweb.de/ReimarBauer/BugExamination2#preview

  2. do a browser reload

It is not easy to get it. Probably try more than once this example

Patch

see MoinMoinBugs/CSSBugForLogoNoInterwikiLink too -- ReimarBauer 2006-01-03 18:18:34

This is a cummulative patch for several things for theme/__init__.py and for modern,classic and rightsidebar screen.css file.

The following things are solved:

example_konqueror.png

firefox

example_firefox.png

Questions

Tests

Plan


CategoryMoinMoinBugFixed

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