#3481: deluge-web's password field has broken-looking focus outline, in Firefox,
due to UA-string-sniffing
-----------------------+----------------------------
  Reporter:  dholbert  |      Owner:
      Type:  bug       |     Status:  new
  Priority:  minor     |  Milestone:  needs verified
 Component:  Web UI    |    Version:  1.3.15
Resolution:            |   Keywords:
-----------------------+----------------------------

Comment (by dholbert):

 An even-better fix here would be to avoid clipping these outlines, by e.g.
 adding a few pixels of padding to some container element inside of the
 nearest `overflow:auto` clipping-container.

 e.g. perhaps this ancestor of the password field:
 {{{
 <div class="x-form-item " tabindex="-1" id="ext-gen159">
 }}}

 This ancestor clips its descendants due to its `x-form-item` class which
 applies `overflow: auto` via your ext-all-notheme.css library.  This is
 the most-proximate reason that the top and bottom of the focus-outline get
 clipped here.

 If you give that ancestor `padding-block: 2px`, then that makes its
 clipping area slightly taller so that it actually has space for the
 browser to paint a focus-outline.  This is nice so that users with low-
 vision accessibility needs can clearly see whether the password field is
 focused.

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3481#comment:1>
Deluge <https://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to deluge-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/deluge-dev/062.57e69aabb2f24d695f1782cd8735e5e5%40deluge-torrent.org.

Reply via email to