odoo/addons/web/static/src
Xavier Morel 01ee5f60ee [FIX] pasting HTML content into the text box, then trying to navigate/alter it
Navigation implementation can only deal with straight text (and
asserts that), if HTML is pasted in a search input
InputView#getSelection will throw errors and refuse to act.

Clean up input content after a paste event, to ensure only plain text
is present so it can be navigated.

Don't forget to correctly re-set the cursor at the end of the input
data, otherwise the user will face various deep DOM errors when trying
to move around the input with the arrow keys (which he would usually
be able to do after a paste).

lp bug: https://launchpad.net/bugs/1102237 fixed

bzr revid: xmo@openerp.com-20130123091600-nd4rwqpin6qj8ult
2013-01-23 10:16:00 +01:00
..
css [FIX] hit box of menu items is large and can sometimes overflow the page content on its right.--fixes:lp1098574 2013-01-15 15:51:41 +05:30
font Improved view switcher icons 2012-05-11 17:42:48 +02:00
img [IMP] image if no logo 2012-12-15 22:55:59 +01:00
js [FIX] pasting HTML content into the text box, then trying to navigate/alter it 2013-01-23 10:16:00 +01:00
xml [FIX] problem when a menu item is too long, fixed with css 2013-01-02 13:53:44 +01:00