lp:~openerp-dev/openerp-web/trunk-inline-searchview2-ged

Created by Géry Debongnie and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/trunk-inline-searchview2-ged
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Web (MOVED TO GITHUB)
Status:
Development

Recent revisions

4012. By Géry Debongnie

[MERGE] merge from trunk

4011. By Géry Debongnie

[IMP] css improvement to inline search view (addon web)

make sure that the inline search view (and the header) use 100% of the available width,
This fix an issue where the search view bar is extremely wide in some kanban and graph views.

4010. By Géry Debongnie

[MERGE] merge from trunk

4009. By Géry Debongnie

[MERGE] merge from trunk

4008. By Géry Debongnie

[IMP] improves the badge look on public custom filters (addon web)

The problem was that the class oe_searchview_custom_public was set on the
li tag, which means that the icon was displayed after the x mark, and
looked quite weird. This patch moves the class to the span tag, which
move the icon right next to the filter name, as intended.

4007. By Géry Debongnie

[FIX] update the test suite to use the new layout of the searchview (web)

The search view has changed its layout: it is inline, some li tags are
now span, it uses dl/dt/dd and some other minor changes. This commit
makes sure that the tests look for the correct tags in the dom.

4006. By Géry Debongnie

[FIX] in search, only interacts with parent if it exists (addon web)

the search view is called with null as parent in the js tests, so
this.getParent() return null and can't be used to bind event handlers.

This commit also only moves the drawer after manager_header if it exists
in the DOM. This is actually relevant in the js tests, since the full
page is not rendered.

4005. By Géry Debongnie

[MERGE] merge from trunk

4004. By Géry Debongnie

[FIX] properly name jquery variable in addon web

The search_view_drawer variable was not prefixed with a $.

Also, change the way it is initialized to guarantee that it is not null
event when there is no element in the dom with class oe_view_manager_header

4003. By Géry Debongnie

[FIX] correctly removes the badges when custom filters are not selected

The badges weren't removed because the html code has changed, and the
badges are now on span tags instead of li (there is a good reason for
that: the li contains the text and the 'a' tag that contains the 'x'
letter to remove the filter. So, we only want the badge on the text
and not on the text + x letter)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openerp-web
This branch contains Public information 
Everyone can see this information.

Subscribers