Export to GitHub

iui - issue #354

Label prefix of input in dialog is not visible


Posted on May 18, 2013 by Helpful Horse

What steps will reproduce the problem? 1. See the Dialog box example picture here: http://www.iui-js.org/documentation/latest/styles-themes.html 2. Compare to live demo: http://www.iui-js.org/documentation/latest/iui/web-app/tutorials/getting-started/example-dialog.html#_screen1 3. This field is not visible: <label for="keyword">Search:</label>

What is the expected output? What do you see instead? "Search:" label should be visible on the left of the input.

What version of the product are you using? On what operating system? iuijs 0.4, seen on win7 - chrome 26.0.1410.64 m, android4.03 - chrome 26.0.1410.58

Please provide any additional information below. This line of CSS fixes the bug. form.dialog > fieldset > label { left: 1em; }

Status: New