Opened 9 years ago
Last modified 5 years ago
#12162 new enhancement
Edit comment should be AJAX or standalone edit screen
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | preview javascript |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
As of today's trunk, editing a comment means the request still loads all the other comments, which on a big ticket is massively slow.
I have yet to feel I need to take a look at other comments while editing my target.
AJAX would be preferred, it's cleraly the fastest way to do it, but perhaps an incremental improvement could be achived much quicker by just patching out the other comments from the edit page load.
Attachments (0)
Change History (5)
comment:1 by , 9 years ago
Milestone: | → unscheduled |
---|---|
Version: | 1.1dev |
comment:2 by , 9 years ago
Keywords: | preview javascript added |
---|---|
Milestone: | unscheduled → next-dev-1.3.x |
Let's put this one on the radar, it will be a bit more difficult to implement than the current approach of reloading all changes, but it makes more sense to only get the incremental changes since the last preview, as this will quickly amount to nothing.
comment:5 by , 5 years ago
Milestone: | next-dev-1.5.x → next-major-releases |
---|
PatchWelcome.