[wp-trac] [WordPress Trac] #16695: quicktags needs some refactoring

WordPress Trac wp-trac at lists.automattic.com
Mon Sep 19 23:02:30 UTC 2011


#16695: quicktags needs some refactoring
-------------------------+------------------------
 Reporter:  garyc40      |       Owner:  azaozz
     Type:  enhancement  |      Status:  reviewing
 Priority:  normal       |   Milestone:  3.3
Component:  Editor       |     Version:  3.1
 Severity:  normal       |  Resolution:
 Keywords:  needs-patch  |
-------------------------+------------------------

Comment (by trepmal):

 If the pointer is in an empty HTML mode editor, the first 2 clicks of the
 "b" button* will add opening tags.

 So, if you click "b" then type "lorem ipsum" and click "b" again, you get

 {{{
 <strong>lorem ipsum<strong>
 }}}
 Instead of
 {{{
 <strong>lorem ipsum</strong>
 }}}


 *or any of the buttons with opening and closing tags

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16695#comment:51>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list