Closed (fixed)
Project:
Comment Easy Reply
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2013 at 07:37 UTC
Updated:
11 Mar 2013 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
kongoji commentedHi neRok,
I'm not very sure I understood your problem. I installed Talk and disabled Comment Easy Reply on my environment. When I click on reply link, it reply to a comment without any CER tags inserted in comment form.
This is how I configured my content type on
/admin/structure/types/manage/<MY_CONTENT_TYPE>:- Display comments on separate talk page: checked
- Activate Comment Easy Reply mode for this node type.: unchecked
If I enable CER, then I insert a reply with a tag (let's suppose @#1) and then I disable CER for that content type, my @#1 will no more be turned into a tooltip because CER is disabled.
Please help me to better understand this issue.
Comment #2
neRok commentedThe problem is when you click reply, it inserts the tag into the text field, and it always says @#0. The attached picture should explain. Clicking any reply link gives the same result.
Comment #3
kongoji commentedHi neRok,
I haven't been able to reproduce the issue on my environment, even following your very detailed instructions, so I committed a new check to avoid @#0 tags. The new commit is available on git repository and it will be added to next 7.x-1.x-dev version within 12 hours. Let me know if it worked.
I also wonder if clearing the system cache could fix the issue by itself.
Comment #4
neRok commentedThat seems to have fixed it.