Bug 312846 - Clicking the "[reply]" link beside the original description will insert text "(in reply to comment #N+1)" where N is the latest comment.
Summary: Clicking the "[reply]" link beside the original description will insert text ...
Status: RESOLVED UPSTREAM
Alias: None
Product: bugs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KDE sysadmins
URL: https://bugs.kde.org/show_bug.cgi?id=...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 21:38 UTC by Jekyll Wu
Modified: 2013-01-08 21:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jekyll Wu 2013-01-07 21:38:17 UTC
Normally, clicking the "[reply]" link beside comment N will insert "(in reply to #N)", and that is exactly the expected behavior. But clicking the "[reply]" link beside the original description (call it comment #0) will insert "(in reply to comment #7)" when the comment #6 is the latest, and so on.

That is confusing, because once that new comment is added, it looks like I am replying to myself while the following quoted text simply does not match .

I think it should insert "(in reply to comment #0)" 



Reproducible: Always
Comment 1 Ingo Malchow 2013-01-07 21:58:10 UTC
(In reply to comment #0)
> Normally, clicking the "[reply]" link beside comment N will insert "(in
> reply to #N)", and that is exactly the expected behavior. But clicking the
> "[reply]" link beside the original description (call it comment #0) will
> insert "(in reply to comment #7)" when the comment #6 is the latest, and so
> on.
> 
> That is confusing, because once that new comment is added, it looks like I
> am replying to myself while the following quoted text simply does not match .
> 
> I think it should insert "(in reply to comment #0)" 
> 
> 
> 
> Reproducible: Always

Can't confirm here (as you can see). Tested on several bugs. Please make sure you have a fresh copy of bugzilla, no cached content, might be some stuck javascript from some cache.
Else, what browser are you using?
Comment 2 Jekyll Wu 2013-01-07 22:19:02 UTC
I use google-chrome when reporting it . Also happens in rekonq .

But I think I have found the key condition now. I'm using "Newest to oldest, but keep original description at the top" as the comment order in preference. If I change to the site default  "oldest to newest", then the reported problem doesn't exist. 

Maybe a upstream problem ?
Comment 3 Ingo Malchow 2013-01-07 23:08:51 UTC
Then it is indeed an upstream problem, yeah. The only things that are touched by our js are theme related, and not function related. Marking as upstream problem then.
Comment 4 Jekyll Wu 2013-01-08 21:11:10 UTC
reported  to upstream at https://bugzilla.mozilla.org/show_bug.cgi?id=827983