[jbosstools-issues] [JBoss JIRA] (JBIDE-15201) JQuery Mobile "Checkboxes" does not render properly on desktop browsers

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Jul 16 07:17:26 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789891#comment-12789891 ] 

Karel Piwko commented on JBIDE-15201:
-------------------------------------

It's not about checkbox but checkboxes in the palette: 

Here's the generated code put into content container:

{code:xml}
				<div data-role="content">

					<!-- For now mapping bean validation constraints from server side model is a manual task -->
					<form name="reg" id="reg" data-ajax="false">
						<fieldset>
							<legend>Register a member:</legend>
							<div>
								<label for="name">Name:</label> <input type="text" name="name"
									id="name" placeholder="Your Name" required autofocus />
							</div>
							<div>
								<label for="email">Email:</label> <input type="email"
									name="email" id="email" placeholder="Your Email" required />
							</div>
							<div>
								<label for="phoneNumber">Phone #:</label> <input type="tel"
									name="phoneNumber" id="phoneNumber" pattern="[0-9]{10,12}"
									placeholder="Your Phone #" required />
							</div>
							<div id="formMsgs"></div>
							<div data-role="controlgroup" data-type="horizontal">
								<input type="submit" id="register" value="Register" /> <input
									type="button" name="cancel" id="cancel" value="Cancel" />
							</div>
						</fieldset>

						<fieldset data-role="controlgroup" id="checkboxes-1">
							<legend></legend>
							<input name="checkbox-1a" id="checkbox-1a" type="checkbox" /> <label
								for="checkbox-1a">A</label> <input name="checkbox-1b"
								id="checkbox-1b" type="checkbox" /> <label for="checkbox-1b">B</label>
							<input name="checkbox-1c" id="checkbox-1c" type="checkbox" /> <label
								for="checkbox-1c">C</label>
						</fieldset>
					</form>					

				</div>
{code}
                
> JQuery Mobile "Checkboxes" does not render properly on desktop browsers
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-15201
>                 URL: https://issues.jboss.org/browse/JBIDE-15201
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.CR1
>            Reporter: Karel Piwko
>            Assignee: Alexey Kazakov
>             Fix For: 4.2.0.Alpha1
>
>         Attachments: browserSim.png, chrome.png, firefox.png, int.png, jquery-mobile-checkboxes-desktop.png
>
>
> JQuery Mobile palette does render properly on desktop browser (internal browser, chrome).
> How to reproduce:
> 1/ Create mobile example from JBoss Central
> 2/ Add "Checkboxes" from JQuery Mobile palette
> 3/ Deploy and open on desktop

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list