[wp-trac] Re: [WordPress Trac] #9042: Duplicate id "comment_parent"
when using TinyMCE on comments
WordPress Trac
wp-trac at lists.automattic.com
Fri May 15 09:51:48 GMT 2009
#9042: Duplicate id "comment_parent" when using TinyMCE on comments
--------------------------+-------------------------------------------------
Reporter: bforchhammer | Owner: azaozz
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: TinyMCE | Version: 2.7
Severity: major | Resolution: wontfix
Keywords: needs-patch |
--------------------------+-------------------------------------------------
Changes (by azaozz):
* status: new => closed
* resolution: => wontfix
* milestone: 2.8 =>
Comment:
Replying to [comment:9 Denis-de-Bernardy]:
> k, so we'd need to make sure this can be done with a plugin.
All that's needed is a filter on `comment_id_fields()` I think. The same
can be done from js even easier though, not sure if it's worth filtering
the template tag:
{{{
document.getElementById('comment_parent').id = 'new_id';
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9042#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list