]> git.p6c8.net - jirafeau.git/commit
[BUGFIX] Prevent bouncing fileupload field
authorDan Untenzu <untenzu@webit.de>
Thu, 23 Feb 2017 14:46:07 +0000 (15:46 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:20 +0000 (18:34 +0100)
commitf2ec213d8b9b828c8f81b82349cc103328a5a2e5
treef19e87197ec1abeefa4f0a4643237a1ac549e012
parent1a6ad62b5b5a5e40fb867e741a896268be39df98
[BUGFIX] Prevent bouncing fileupload field

After a file is selected in the first step of an upload,
the options are shown and the fileupload field is resized
to a much smaller field. In Chrome and other browsers
this field bounces to an area above the form.

Use relative positioning and fixed heights to prevent this
UI glitch.

Refs #71
lib/functions.js.php
media/courgette/style.css.php
media/elegantish/elegantish.css

patrick-canterino.de