[TIMOB-5623] MobileWeb: title text overlaps Switch checkbox in Chrome
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-06-02T00:06:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Andrew Kulinich |
Assignee | Maxim Negadaylov |
Created | 2011-06-01T02:46:19.000+0000 |
Updated | 2017-03-09T20:04:02.000+0000 |
Description
Google Chrome
Create a Switch, assign a "title" property for it.
Expected result: text should be displayed to the right of the checkbox, not overlapping it.
Actual result: text overlaps a control - see screenshot attached
Attachments
You need set right width to checkbox element. There is no way make it automatically.
have you tried playing with padding and margins? Why cannot be done automatically - you know when user assigns value to property and you can update element accordingly
Closing ticket as fixed.