From 7144af124b09c6998e90124cde0346b4740d24bd Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 23 Aug 2018 08:16:11 +0200 Subject: [PATCH] [IMP] web_responsive: Add known issue note about sticky --- web_responsive/README.rst | 3 +++ web_responsive/readme/ROADMAP.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/web_responsive/README.rst b/web_responsive/README.rst index 8f5fcfb0..912b328e 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -64,6 +64,9 @@ this module. * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some great styles, but also `JavaScript that causes issues on mobile `_ +* 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 =========== diff --git a/web_responsive/readme/ROADMAP.rst b/web_responsive/readme/ROADMAP.rst index 84f75450..3c80edcd 100644 --- a/web_responsive/readme/ROADMAP.rst +++ b/web_responsive/readme/ROADMAP.rst @@ -10,3 +10,6 @@ this module. * Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some great styles, but also `JavaScript that causes issues on mobile `_ +* 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`).