Skip to content
Snippets Groups Projects
  1. Oct 10, 2019
  2. Oct 09, 2019
  3. Aug 15, 2019
  4. Oct 09, 2019
  5. Oct 07, 2019
    • Mathieu Duckerts-Antoine's avatar
      [FIX] web: prevent browsers inputs autofill · 64293fbd
      Mathieu Duckerts-Antoine authored
      
      We don't want the browser to fill inputs in the backend.
      Most of the time this is useless but sometimes it is
      even problematic. For example, focusing an input in a
      modal can trigger autofill not only in the modal but
      also in the whole page. If there is an input outside
      the modal and it is recognized by the browser as a
      candidate to fill, bad things occur.
      
      For that reason, we set the attribute autocomplete to
      "none" by default for input elements.
      Note that "off" does not work all the time because
      the browsers sometimes decide to ignore it.
      
      Task ID: 2076730
      
      closes odoo/odoo#38039
      
      Signed-off-by: default avatarVincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
      64293fbd
  6. Oct 08, 2019
  7. Oct 09, 2019
  8. Oct 08, 2019
Loading