[wp-trac] [WordPress Trac] #47477: Content overflows and is cut off at 200% text enlarge

WordPress Trac noreply at wordpress.org
Mon Aug 26 15:19:47 UTC 2019


#47477: Content overflows and is cut off at 200% text enlarge
---------------------------------------------+----------------------------
 Reporter:  kjellr                           |       Owner:  (none)
     Type:  defect (bug)                     |      Status:  new
 Priority:  normal                           |   Milestone:  5.3
Component:  Administration                   |     Version:
 Severity:  normal                           |  Resolution:
 Keywords:  has-screenshots wpcampus-report  |     Focuses:  accessibility
---------------------------------------------+----------------------------

Comment (by kjellr):

 I've updated the patch to remove the checkbox implementation, since that's
 being handled separately in

 New patch: [attachment:"47477.2.diff"]


 ----


 The main issue I see with the patch currently is that it introduces a
 regression in the size/alignment of the select fields when viewed without
 text zoom. For example:

 **Chrome @ 100%, today:**

 [[Image(https://cldup.com/9_nsd4vN6X.png)]]

 **Chrome @ 100%, with this patch:**

 [[Image(https://cldup.com/NQORXIrmxV.png)]]

 From some quick research, it doesn't appear that Webkit will respect `min-
 height` values on Select fields at all — only `height`. 😞

 (Chrome also seems to remove the box shadows for those filter buttons for
 some reason, though I expect that's unrelated).


 ----


 The select fields aren't only problematic in Webkit though: They also
 don't look right in Firefox:

 **Firefox @ 100%, today:**

 [[Image(https://cldup.com/2sVQw2AV01.png)]]

 **Firefox @ 100%, with this patch:**

 [[Image(https://cldup.com/M26gWoDKbQ.png)]]

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


More information about the wp-trac mailing list