Browse Source

[IMP] web_responsive: Add known issue note about sticky

pull/1024/head
Pedro M. Baeza 6 years ago
parent
commit
1f364867b4
  1. 3
      web_responsive/README.rst
  2. 3
      web_responsive/readme/ROADMAP.rst

3
web_responsive/README.rst

@ -64,6 +64,9 @@ this module.
* Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
great styles, but also `JavaScript that causes issues on mobile great styles, but also `JavaScript that causes issues on mobile
<https://github.com/OCA/web/pull/446#issuecomment-254827880>`_ <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
* Sticky header and footer in list view only works on certain browsers:
https://caniuse.com/#search=sticky (note that the used feature is in
`thead`).
Bug Tracker Bug Tracker
=========== ===========

3
web_responsive/readme/ROADMAP.rst

@ -10,3 +10,6 @@ this module.
* Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
great styles, but also `JavaScript that causes issues on mobile great styles, but also `JavaScript that causes issues on mobile
<https://github.com/OCA/web/pull/446#issuecomment-254827880>`_ <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
* Sticky header and footer in list view only works on certain browsers:
https://caniuse.com/#search=sticky (note that the used feature is in
`thead`).
Loading…
Cancel
Save