Revision 4ec36fb...

Go back to digest for 21st July 2013

Bug Fixes in Other

Jan Gerrit Marker committed changes in [qmlweb] src/qtcore.js:

Fix width of TextInput in DOM backend

Previously, the input element did not use the width defined in
QML because only the div element's width was set. This is fixed
by adding "width: 100%" to the input element's style.

REVIEW: 111582

File Changes

Modified 1 files
  • src/qtcore.js
1 files changed in total