[wp-trac] [WordPress Trac] #42906: Please bring back the image caption visibility in TinyMCE visual editor

WordPress Trac noreply at wordpress.org
Thu Dec 14 20:31:50 UTC 2017


#42906: Please bring back the image caption visibility in TinyMCE visual editor
-------------------------+-----------------------------
 Reporter:  eliz82       |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  TinyMCE      |    Version:  4.9.1
 Severity:  normal       |   Keywords:
  Focuses:  ui           |
-------------------------+-----------------------------
 On Wordpress 3.4.2 the visibility of images with caption in TinyMCE visual
 editor is very good.

 In Wordpress 3.9.x and 4.x images caption is hardly visible:
 --The image caption is aligned to the left and on a white background.This
 is exactly like a normal text between the images. It's harder to
 distinguish caption text from the post text.
 --There is no space (css margin) between consecutive images

 this was default style for caption in Wordpress 3.4.2

 {{{
 .wp-caption {
     background-color: #f3f3f3;
     border: 1px solid #ddd;
     text-align: center;
     margin: 10px 0;
 }
 }}}
 That was fine, caption text is at the middle of the image on a grey
 background, the images are clearly delimited with a border and there is
 space between consecutive images. Please add this style to the recent
 versions.


 P.S.  sorry for not selecting the version properly in the ticket but your
 select version is missing the latest 3.9.x versions.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42906>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list