Bug 533104 - Text Fields - Unable to Align HTML Checkbox and Labels
Summary: Text Fields - Unable to Align HTML Checkbox and Labels
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.5.0   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportViewer CLA
QA Contact:
URL:
Whiteboard:
Keywords: api, bugday, core, example, greatbug, helpwanted, needinfo, usability
Depends on:
Blocks:
 
Reported: 2018-03-30 09:01 EDT by Todd Gilson CLA
Modified: 2018-03-30 09:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Gilson CLA 2018-03-30 09:01:23 EDT
Unable to line up text field HTML checkbox fields and labels - the labels are always aligned with the bottom of the checkbox.

<div name="iqsCheckbox" style="display:flex;align-items:center;">
      <div id="checkbox">
            <input type="checkbox" disabled="disabled"
                  <VALUE-OF>if( row["required"]=="Y"){
                        "checked";
                  }else{
                        "";
                  }</VALUE-OF>>
            </input>
      </div>
      <div id="checkboxLable">Req'd</div>
</div>



-- Configuration Details --
Product: Eclipse 4.5.0.20150621-1200 (org.eclipse.epp.package.reporting.product)
Installed Features:
 org.eclipse.jdt 3.11.0.v20150603-2000