Text field not ready for input in IE

Questions and bug reports for current release of CKForms

Text field not ready for input in IE

Postby jwpsv » Sat Nov 07, 2009 10:25 pm

First of all: great extension! Was set-up very professional.

I've got a problem in the form using a field of the type 'text'. The problem occurs in Internet Explorer 7, not in Firefox and Safari. When you want type text into the text field, you have to click exactly on the beginning of the text field, which can be very difficult to achieve.
In Firefox and Safari you can click anywere on the text field, to input text.

My Joomla version is 1.5.15. The problem occurs in the templates: beez and rhuk_milkyway. And not in the template JA_Purity.
jwpsv
 
Posts: 2
Joined: Sat Nov 07, 2009 10:02 pm
Top

Re: Text field not ready for input in IE

Postby jwpsv » Sun Nov 08, 2009 10:15 pm

I think it has someting to do with the following CSS part (Bold):

.ckCSSinputnormal {
display: block;
float: left;
margin-top: 10px;
background:none;
}

When I disable this part, the problem is solved in IE:

.ckCSSinputnormal {
display: block;
float: left;
margin-top: 10px;
/*background:none*/;
}

I cannot explain why, because I'm not a CSS expert. This will be the solution for me.
jwpsv
 
Posts: 2
Joined: Sat Nov 07, 2009 10:02 pm
Top


Return to CKForms 1.3.x Support forum

Who is online

Users browsing this forum: No registered users and 3 guests

cron