[IMP] web_responsive: Add known issue note about sticky

pull/1819/head
Pedro M. Baeza 2018-08-23 08:16:11 +02:00 committed by Splash
parent 0b65bfb4f1
commit c411d0e30f
2 changed files with 6 additions and 0 deletions

View File

@ -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
=========== ===========

View File

@ -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`).