Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-11824

Editing a page should not display the pagetree until the user chooses to edit the page's location.

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      The pagetree can take a substantial time to load and take up a large amount of screen real-estate. It should not automatically open when editing a page, even if it was open the last time a page was edited.

            [CONFSERVER-11824] Editing a page should not display the pagetree until the user chooses to edit the page's location.

            JamesM added a comment -

            I don't know about the rest of you, but I think the whole tree idea doesn't need to be fixed or stop-gapped, it needs to be able to be turned off.

            • Come vote for this issue: CONF-14428 . (read the comments, the reporter made a mistake in the 'description' field' but we've asked him to fix it)

            JamesM added a comment - I don't know about the rest of you, but I think the whole tree idea doesn't need to be fixed or stop-gapped, it needs to be able to be turned off. Come vote for this issue: CONF-14428 . (read the comments, the reporter made a mistake in the 'description' field' but we've asked him to fix it)

            Workaround:

            Edit file:
            <confluence-install>/confluence/pages/includes/page-location-form.vm

            Line 39
            <input type="hidden" id="showLocation" value="$action.locationShowing">
            

            change to:

            Line 39 changed
            <input type="hidden" id="showLocation" value="false">
            

            Tim Wong (Inactive) added a comment - Workaround: Edit file: <confluence-install>/confluence/pages/includes/page-location-form.vm Line 39 <input type= "hidden" id= "showLocation" value= "$action.locationShowing" > change to: Line 39 changed <input type= "hidden" id= "showLocation" value= " false " >

            Matt Ryall added a comment -

            The location panel will now only be open in three situations:

            • when you open it manually
            • when you click the 'Move' link on the Tools menu
            • when you had the location editor open, clicked Save and are brought back to the editor because there was a problem saving the page (like a validation or merge warning).

            (Dev note: I wrote a Selenium test to verify this has been fixed, and removed the persistence of the open setting.)

            Matt Ryall added a comment - The location panel will now only be open in three situations: when you open it manually when you click the 'Move' link on the Tools menu when you had the location editor open, clicked Save and are brought back to the editor because there was a problem saving the page (like a validation or merge warning). (Dev note: I wrote a Selenium test to verify this has been fixed, and removed the persistence of the open setting.)

            Don Willis added a comment -

            Seems to be the first report of it actually.

            Don Willis added a comment - Seems to be the first report of it actually.

            I guess this is a dupe. please have a look

            Per Fragemann [Atlassian] added a comment - I guess this is a dupe. please have a look

              dtaylor David Taylor (Inactive)
              ukuhnhardt Ulrich Kuhnhardt [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: