Dragging window in IE

Hello.
I have a problem when using IE with Vaadin. After you drag the window and release the mouse button mouse starts to select contents of the browser window until click. Appears only with IE (all versions).
What’s wrong?

Thanks.

Hi,

confirmed. Seems that in the CSS there’s a rule “-ie-user-select: none;” when it should actually be “-ms-user-select: none;”. The same rule seems to be used in a few other places too.

I created ticket for the issue:
http://dev.vaadin.com/ticket/13055