[wp-trac] [WordPress Trac] #33465: plugin install button text is too large for display

WordPress Trac noreply at wordpress.org
Mon Nov 9 15:30:42 UTC 2015


#33465: plugin install button text is too large for display
-------------------------------------+-------------------------------------
 Reporter:  mehulkaklotar            |       Owner:  afercia
     Type:  defect (bug)             |      Status:  assigned
 Priority:  normal                   |   Milestone:  4.4
Component:  Plugins                  |     Version:  4.3
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch has-           |     Focuses:  ui, accessibility,
  screenshots                        |  javascript
-------------------------------------+-------------------------------------
Changes (by afercia):

 * keywords:  has-patch => has-patch has-screenshots


Comment:

 How to test this patch:
 - install the patch :)
 - manually change one of your installed plugin version one number back, I
 always use the "RTL Tester" plugin, edit its main file and change `1.0.5`
 to `1.0.4`
 - to actually trigger an update error, edit `wp-admin/includes/class-wp-
 upgrader.php` and change this line
 {{{
 if ( ! empty( $unwritable_files ) ) {
 }}}
  in
 {{{
 if ( empty( $unwritable_files ) ) {
 }}}
 - in the Add Plugins screen, do a search for "RTL Tester"
 - since the plugin is already installed, the button in the plugin card
 will say "Update Now"
 - press the "Update Now" button and wait for the error message to appear

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


More information about the wp-trac mailing list