-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Efficiency of submitting and retrieving (expanding) of Comments, dynamic functionality, can be improved by using Ajax. At the moment, any comments-actions force to reload the entire page. The left-hand navigation side bar has a nifty ajax func expanding sub-section of the tree on-demand.
xwork.xml
<action name="doaddcomment" class="com.atlassian.confluence.pages.actions.AddCommentAction"> <result name="error" type="velocity">/pages/addcomment-preview.vm</result> <result name="input" type="velocity">/pages/addcomment-preview.vm</result> <result name="viewpage" type="redirect">${@com.atlassian.confluence.util.GeneralUtil@customGetPageUrl(page)}showMarkup=${showMarkup}#comments</result> <result name="cancel" type="redirect">${@com.atlassian.confluence.util.GeneralUtil@customGetPageUrl(page)}#comments</result> <result name="cancel-to-parent" type="redirect">${@com.atlassian.confluence.util.GeneralUtil@customGetPageUrl(page)}focusedCommentId=${parentId}#comment-${parentId}</result> <result name="success" type="redirect">${@com.atlassian.confluence.util.GeneralUtil@customGetPageUrl(page)}focusedCommentId=${comment.id}#comment-${comment.id}</result> <result name="preview" type="velocity">/pages/addcomment-preview.vm</result> </action>
- is duplicated by
-
CONFSERVER-16313 Add comment without page refresh
- Closed
- relates to
-
CONFSERVER-3902 Deleting threaded comments
- Closed
-
CONFSERVER-18256 UI idea: Add "write a comment" text field at the bottom of every page and comment
- Closed
-
CONFCLOUD-13946 Ajax-like Comments
- Gathering Interest
-
CONFSERVER-5023 Bulk Comment Delete
- Gathering Interest
- mentioned in
-
Page Loading...