|
1 |
| -Note: Data added to the footer ``support_branding`` is not shown while using |
2 |
| -this module. |
3 |
| - |
4 |
| -* Provide full menu search feature instead of just App search |
5 |
| -* Drag drawer from left to open in mobile |
6 |
| -* Figure out how to test focus on hidden elements for keyboard nav tests |
7 |
| -* If you resize the window, body gets a wrong ``overflow: auto`` css property |
8 |
| - and you need to refresh your view or open/close the app drawer to fix that. |
9 |
| -* Override LESS styling to allow for responsive widget layouts |
10 |
| -* Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some |
11 |
| - great styles, but also `JavaScript that causes issues on mobile |
12 |
| - <https://github.com/OCA/web/pull/446#issuecomment-254827880>`_ |
13 |
| -* Sticky header and footer in list view only works on certain browsers: |
14 |
| - https://caniuse.com/#search=sticky (note that the used feature is in |
15 |
| - `thead`). |
16 |
| -* On Android (FireFox) - clicking the search icon does not |
17 |
| - focus the search input. |
18 |
| -* On Android (FireFox & Chrome) - clicking the search query input will |
19 |
| - show the on screen keyboard for a split second, but the App Drawer |
20 |
| - immediately closes and the keyboard closes with it. |
21 |
| -* Filter menu items completely on client-side, to make it smoother and allow |
22 |
| - users to filter on complete paths of menus and not only on the last item. |
| 1 | +* To view the full experience in a device, the page must be loaded with the |
| 2 | + device screen size. This means that, if you change the size of your browser, |
| 3 | + you should reload the web client to get the full experience for that |
| 4 | + new size. This is Odoo's own limitation. |
0 commit comments