Skip to main content

Bug Tracker

Side navigation

#14099 closed bug (notabug)

Opened July 03, 2013 02:04PM UTC

Closed July 03, 2013 02:16PM UTC

IE 10 and jquery mobile...fix for input submit?

Reported by: Alfonso Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

I use the libraries of jquery mobile with its css in a form, the problem is that when I log with internet explorer 10/9 etc. .. the submit button does not work anymore! How can I fix?

Attachments (0)
Change History (2)

Changed July 03, 2013 02:15PM UTC by anonymous comment:1

This is my code:

<div align="center"><img src="http://www.testdt.altervista.org/logo/LogoLogin.JPG"></div><br />
			<form action="' .$this->Urls['login_page']. '" method="post" class="userform" id="form_login">
			<fieldset>
			<label for="login_user">Username</label>
				<input type="text" name="username" id="login_user" />
			<label for="login_pass">Password</label>
				<input type="password" name="pass" id="login_pass" />
			<input type="submit" name="login" value="Enjoy" />
			</fieldset>
			</form>'

Changed July 03, 2013 02:16PM UTC by dmethvin comment:2

resolution: → notabug
status: newclosed

Please ask for help on a forum. This is not a valid bug report.