[wp-trac] [WordPress Trac] #43039: Resize capability missing from Custom HTML widget

WordPress Trac noreply at wordpress.org
Mon Jan 8 04:39:52 UTC 2018


#43039: Resize capability missing from Custom HTML widget
--------------------------+------------------------------
 Reporter:  paultukey     |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Widgets       |     Version:  4.9.1
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by paultukey):

 P.S.

 The revised Text widget editor pane could have its CSS similarly modified
 to allow horizontal as well as vertical resizing by adding the same extra
 string, "resize:both; overflow-x:auto; overflow-y:hidden;" to the style
 option of its <textarea> tag:

 <body class="wp-toolbar"...>
  <div id="wpwrap">
   ...
   <div id="wpcontent">
    ...
    <div id="wpbody" role="main">
     <div id="wpbody-content" aria-label="Main content" tabindex="0">
      ...
      <div class="wrap">
       ...
       <div id="widget-liquid-right">
        <div id="widgets-right" class="wp-clearfix">
        <div class="sidebars-column-1">
         ...
         <div class="widgets-holder-wrap">
          <div id="sidebar-3" class="widgets-sortables ui-droppable ui-
 sortable">
           ...
           <div id="widget-63_text-13" class="widget open" style="z-index:
 100; margin-left: -95px;">
            ...
            <div class="widget-inside" style="display: block;">
             <form method="post">
              <div class="widget-content">
               ...
               <p>
                ...
                <textarea class="widefat" rows="16" cols="20" id="widget-
 text-13-text" name="widget-text[13][text]" style="height: 189px;">

 Thanks,

   -- Paul Tukey,   paul.tukey at gmail.com

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43039#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list