You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Bruno Peeters (JIRA)" <ji...@apache.org> on 2009/02/16 13:59:01 UTC

[jira] Created: (JSPWIKI-506) Click on "More..." leads to page MoreMenu

Click on "More..."  leads to page MoreMenu
------------------------------------------

                 Key: JSPWIKI-506
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-506
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.8.1
            Reporter: Bruno Peeters
            Priority: Minor


Clicking on the "More..." tab on a wiki page currently leads to a page MoreMenu (eg http://www.jspwiki.org/wiki/MoreMenu). From a user perspective this is not logical.  In our environment there isn't even such a page. Confronting the user with a choice "This page does not exist. Why don't you go and create it?" creates unnecessary confusion.

It would be more userfriendly if the user would remain on the current page. This can be easily achieved by adapting pageactionstop.jsp by removing the hyperlink to MoreMenu.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-506) Click on "More..." leads to page MoreMenu

Posted by "Trevor Harrison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673896#action_12673896 ] 

Trevor Harrison commented on JSPWIKI-506:
-----------------------------------------

I ran into this same issue a few months ago when setting up my site, and had pretty much the same opinion as the submitter.    I hacked a quick and dirty solution by changing the destination of the link to "javascript:void(0)", which works ok for now.

My suggestion would be to move the link to MoreMenu from the word "More" to an option in the menu that pops up when you hover over "More..."

Maybe even get fancy and only show the link to the MoreMenu page if it doesn't exist yet.

> Click on "More..."  leads to page MoreMenu
> ------------------------------------------
>
>                 Key: JSPWIKI-506
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-506
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.1
>            Reporter: Bruno Peeters
>            Priority: Minor
>
> Clicking on the "More..." tab on a wiki page currently leads to a page MoreMenu (eg http://www.jspwiki.org/wiki/MoreMenu). From a user perspective this is not logical.  In our environment there isn't even such a page. Confronting the user with a choice "This page does not exist. Why don't you go and create it?" creates unnecessary confusion.
> It would be more userfriendly if the user would remain on the current page. This can be easily achieved by adapting pageactionstop.jsp by removing the hyperlink to MoreMenu.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-506) Click on "More..." leads to page MoreMenu

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673877#action_12673877 ] 

Janne Jalkanen commented on JSPWIKI-506:
----------------------------------------

Create the MoreMenu page, but make it empty.  That solves your issue.

MoreMenu is one of the pages which should be installed by default, but obviously when you are upgrading, it's sometimes missing.

MoreMenu works logically exactly the same way as LeftMenu and LeftMenuFooter, and it would be illogical to have it function differently.  The idea is that if the page is missing, the users are empowered to go and create one.

Propose WONTFIX.

> Click on "More..."  leads to page MoreMenu
> ------------------------------------------
>
>                 Key: JSPWIKI-506
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-506
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.1
>            Reporter: Bruno Peeters
>            Priority: Minor
>
> Clicking on the "More..." tab on a wiki page currently leads to a page MoreMenu (eg http://www.jspwiki.org/wiki/MoreMenu). From a user perspective this is not logical.  In our environment there isn't even such a page. Confronting the user with a choice "This page does not exist. Why don't you go and create it?" creates unnecessary confusion.
> It would be more userfriendly if the user would remain on the current page. This can be easily achieved by adapting pageactionstop.jsp by removing the hyperlink to MoreMenu.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.